/*
Theme Name: 40 Sports
Theme URI: 4bsports.com
Author: F Brave / Sidney Souza
Author URI: https://fbrave.com/
Description: Tema criado para 4b Sports
Version: 1.0
*/



/* CSS Reset */

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

ul[role='list'],
ol[role='list'] {
    list-style: none;
}

ul {
    list-style: none;
}

html:focus-within {
    scroll-behavior: smooth;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img,
picture,
svg,
canvas {
    height: auto;
    vertical-align: middle;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover;
}

input,
button,
textarea,
select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
        transition: none;
    }
}

a {
    all: unset;
}

body,
html {
    height: 100%;
    scroll-behavior: smooth;
    font-family: 'Rethink Sans';
    overflow-x: hidden;
    position: relative;
    scroll-behavior: smooth;
}

/* Estilos */

:root {
    --brand-color: #FF5400;
    --brand-color-1: #642100;
    --light: #FFFFFF;
    --dark: #101010;
}

.container {
    width: 100%;
    height: auto;
    padding: 0 8%;
}

.container2 {
    width: 100%;
    height: auto;
    padding: 0 16%;
}

.textorange {
    color: var(--brand-color) !important;
}

@font-face {
    font-family: 'Rethink Sans';
    src: url('assets/RethinkSans-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Rethink Sans';
    src: url('assets/RethinkSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: bold;
}

/* Estilos gerais do site */

header {
    margin-top: 80px;
    position: absolute;
}

header a {
    cursor: pointer;
}

h1 {
    font-family: 'Rethink Sans';
    font-size: 50px;
    font-style: normal;
}

h2 {
    font-family: 'Rethink Sans';
    font-size: 50px;
    font-style: normal;
}

p {
    font-family: 'Rethink Sans';
    font-size: 16px;
    line-height: 30px;
    font-style: normal;
}

button {
    cursor: pointer;
    padding: 12px;
    font-family: 'Rethink Sans';
    font-size: 20px;

    border-radius: 8px;

    background-color: var(--brand-color);
    color: var(--light);

    border: none;
}

/*

Menu

*/

.openMenuStyle img {
    cursor: pointer;
    transition: ease 0.3s;
}

.openMenuStyle img:hover {
    cursor: pointer;
    transition: ease 0.3s;
    transform: scale(1.2);
}

.overlayMenu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    overflow-x: hidden;
    transition: 0.5s;
    backdrop-filter: blur(40px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
}

.overlayColorMenu {
    position: absolute;
    content: ".";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    z-index: -20;
}

.closeMenu {
    width: 24px;
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
    transition: ease 0.3s;
}

.closeMenu:hover {
    transform: scale(1.2);
    transition: ease 0.3s;
}

.overlayMenuContent a {
    color: var(--light);
    text-wrap: nowrap;
    cursor: pointer;
    transition: ease 0.3s;
}

.overlayMenuContent a:hover {
    color: var(--brand-color);
    transition: ease 0.3s;
    transform: scale(1.1);
}

.overlayMenuContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.logoMenu {
    width: 200px !important;
}


/*

Intro

*/

.introSection {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.introSection h1 {
    letter-spacing: 24px;
    color: var(--light);
}

.instroSectionHero {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#background-video {
    position: absolute;
    right: 0;
    top: 0;
    width: 120%;
    height: auto;
    z-index: -100;
    object-fit: cover;
    background-size: cover;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -50;
}

.vectorDown img {
    position: absolute;
    bottom: 80px;
    transform: scale(1);
    transition: ease 0.3s;
}

.vectorDown img:hover {
    transform: scale(1.1);
    transition: ease 0.3s;
}

/*

Approach

*/

.sectionApproach {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--dark);
    width: 100%;
    height: 100vh;
    position: relative;
}

.sectionApproach h1 {
    color: var(--light);
    line-height: 50px;
}

.sectionApproach p {
    max-width: 500px;
    color: var(--light);
    line-height: 30px;
}

.sectionApproach span {
    color: var(--light);
    line-height: 30px;

    text-transform: uppercase;
    font-weight: 700;
}

.approachTitle {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.approachText {
    width: 500px;
    text-align: right;
}

.approachGraphic {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

@media screen and (max-width: 1500px) {

    .approachGraphic {
        display: none;
    }
}

.divisor {
    position: relative;
    display: flex;
}

.divisor::after {
    position: absolute;
    content: ".";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--light);
    transform: translate(-50%, -50%);
    right: -8px;
    top: 50%;
}

.socialMeiaMenu {
    display: flex;
    flex-direction: column;
    gap: 24px;
    cursor: pointer;
}

/*

Leadership

*/

.sectionLeaderhip {
    width: 100%;
    height: 100vh;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.leadershipContainer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 40px;

}

.sectionLeaderhip h1 {
    font-size: 64px;
    color: var(--brand-color);
    letter-spacing: 32px;
}


.leadership {
    position: relative;
    width: 500px;
}

.leadership img {
    max-width: 100%;
    max-height: 100%;
    min-width: 500px;
    min-height: 500px;
}

.leadershipName {
    background-color: var(--brand-color);
    padding: 24px;
    position: absolute;
    bottom: -32px;
    right: -32px;
}

.leadershipName p {
    color: var(--light);
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 5px;
    line-height: 27px;
}

.leadershipText {
    width: 600px;
}

.leadershipText img {
    margin-bottom: 50px;
    max-width: 100%;
    min-width: 500px;
}

.leadershipText p {
    line-height: 21px;
}

/*

Banner Contact

*/

.sectionBannerContact {
    position: relative;
    min-width: 100%;
    height: 160px;

    display: flex;
    justify-content: center;
    align-items: center;

    padding-top: 180px;
    padding-bottom: 180px;
}

.sectionBannerContact img {
    position: absolute;
    width: 1030px;
    height: 130px;
    object-fit: cover;
}

.infosBannerContact {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 930px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.infosBannerContact p {
    font-family: 'Rethink Sans';
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 10px;
    font-style: normal;
    color: var(--light);
    width: 260px;
}

/*

Partnership

*/

.sectionPartnership {
    width: 100%;
    height: 530px;
    background-color: var(--dark);
    position: relative;
    padding-top: 80px;
}

.graphismOrange {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}

@media screen and (max-width: 1600px) {

    .graphismOrange {
        width: 30%;
        height: 160px;
        object-fit: cover;
    }
}

@media screen and (max-width: 1200px) {

    .graphismOrange {
        width: 20%;
        height: 160px;
        object-fit: cover;
    }
}

.sectionPartnership h1 {
    font-size: 64px;
    color: var(--brand-color);
    letter-spacing: 32px;
}

.sliderLogos {
    position: relative;
    margin-top: 140px;
    width: 100%;
}

.carouselSlick button {
    background-color: unset;
}

.slick-next-depoimentos {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    right: -72px;
    z-index: 20;
}

.slick-prev-depoimentos {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 0;
    z-index: 20;
}

.slick-list {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 1040px;
    overflow: hidden;
}

@media screen and (max-width: 1500px) {

    .slick-list {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        width: 600px;
        overflow: hidden;
    }

}


/*

Forms

*/

.sectionForm {
    display: flex;
}

.imgForm {
    display: flex;
    width: calc(50% - 40px);
}

.imgForm img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.areaForm {
    padding: 72px 0px;
    display: flex;
    flex-direction: column;
    width: 50%;

    justify-content: center;
    align-items: center;
}

.areaForm p {
    width: 500px;
    font-size: 16px;
    line-height: 21px;
}

.areaForm label {
    font-size: 16px;
    color: var(--brand-color);
}

.areaForm form {
    margin-top: 24px;
}

.areaForm input {
    width: 500px;
    height: 40px;
    border: solid 1px var(--dark);
    border-radius: 8px;
    padding: 0 24px;

    margin-top: 16px;
}

.areaForm textarea {
    width: 500px;
    height: 120px;
    border: solid 1px var(--dark);
    border-radius: 8px;
    padding: 16px 24px;
    resize: none;

    margin-top: 16px;
}

/*

Footer

*/

footer {
    background-color: var(--brand-color);
    color: var(--light);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footerStyle {
    height: 200px;
}

.footerLogoArea {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.footerLogoArea p {
    font-size: 16px;
    line-height: 21px;
    width: 370px;
}

.footerSocialMedia {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.footerSocialMedia p {
    font-size: 16px;
    letter-spacing: 12px;
}

.navSocialMedia {
    display: flex;
    gap: 16px;
}


@media screen and (max-width: 800px) {

    /* Estilos */

    :root {
        --brand-color: #FF5400;
        --brand-color-1: #642100;
        --light: #FFFFFF;
        --dark: #101010;
    }

    .container {
        width: 100%;
        height: auto;
        padding: 0 4%;
    }

    .container2 {
        width: 100%;
        height: auto;
        padding: 0 8%;
    }

    .textorange {
        color: var(--brand-color) !important;
    }

    @font-face {
        font-family: 'Rethink Sans';
        src: url('assets/RethinkSans-Regular.ttf') format('truetype');
        font-weight: 500;
        font-style: normal;
    }

    @font-face {
        font-family: 'Rethink Sans';
        src: url('assets/RethinkSans-Bold.ttf') format('truetype');
        font-weight: 700;
        font-style: bold;
    }

    /* Estilos gerais do site */

    header {
        margin-top: 80px;
        position: absolute;
    }

    header a {
        cursor: pointer;
    }

    h1 {
        font-family: 'Rethink Sans';
        font-size: 32px;
        font-style: normal;
    }

    h2 {
        font-family: 'Rethink Sans';
        font-size: 50px;
        font-style: normal;
    }

    p {
        font-family: 'Rethink Sans';
        font-size: 16px;
        line-height: 30px;
        font-style: normal;
    }

    button {
        cursor: pointer;
        padding: 12px;
        font-family: 'Rethink Sans';
        font-size: 20px;

        border-radius: 8px;

        background-color: var(--brand-color);
        color: var(--light);

        border: none;
    }

    /*

Menu

*/

    .openMenuStyle img {
        cursor: pointer;
        transition: ease 0.3s;
        margin-left: 8%;
    }

    .openMenuStyle img:hover {
        cursor: pointer;
        transition: ease 0.3s;
        transform: scale(1.2);
    }

    .overlayMenu {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.2);
        overflow-x: hidden;
        transition: 0.5s;
        backdrop-filter: blur(40px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 64px;
    }

    .overlayColorMenu {
        position: absolute;
        content: ".";
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(10px);
        /* Suporte para navegadores WebKit */
        z-index: -20;
    }

    .closeMenu {
        width: 24px;
        position: absolute;
        top: 24px;
        right: 24px;
        cursor: pointer;
        transition: ease 0.3s;
    }

    .closeMenu:hover {
        transform: scale(1.2);
        transition: ease 0.3s;
    }

    .overlayMenuContent a {
        color: var(--light);
        text-wrap: nowrap;
        cursor: pointer;
        transition: ease 0.3s;
    }

    .overlayMenuContent a:hover {
        color: var(--brand-color);
        transition: ease 0.3s;
        transform: scale(1.1);
    }

    .overlayMenuContent {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }

    .logoMenu {
        width: 200px !important;
    }

    /*

    Intro

    */

    .introSection {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .introSection h1 {
        letter-spacing: 10px;
        color: var(--light);
    }

    .instroSectionHero {
        display: flex;
        flex-direction: column-reverse;
        gap: 64px;
        justify-content: space-between;
        width: 100%;
    }

    .instroSectionHero h1 {
        display: none;
    }

    #background-video {
        position: absolute;
        right: 0;
        top: 0;
        width: 120%;
        height: auto;
        z-index: -100;
        object-fit: cover;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
        z-index: -50;
    }

    .vectorDown img {
        position: absolute;
        bottom: 50;
        transform: scale(1) translate(-50%, -50%);
    }

    .vectorDown img:hover {
        transform: scale(1) translate(-50%, -50%);
    }

    /*

    Approach

    */

    .sectionApproach {
        display: flex;
        flex-direction: column;
        gap: 64px;
        justify-content: space-between;
        align-items: flex-start;
        padding-top: 80px;
        padding-bottom: 80px;
        background-color: var(--dark);
        width: 100%;
        height: auto;
        position: relative;
    }

    .sectionApproach h1 {
        color: var(--light);
        line-height: 32px;
    }

    .sectionApproach p {
        max-width: 320px;
        color: var(--light);
        line-height: 26px;
    }

    .sectionApproach span {
        color: var(--light);
        line-height: 30px;

        text-transform: uppercase;
        font-weight: 700;
    }

    .approachTitle {
        width: auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 32px;
        justify-content: space-between;
    }

    .approachText {
        width: 500px;
        text-align: left;
    }

    .approachGraphic {
        display: none;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }

    .divisor {
        position: relative;
        display: flex;
    }

    .divisor::after {
        position: absolute;
        content: ".";
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: var(--light);
        transform: translate(-50%, -50%);
        right: -8px;
        top: 50%;
    }

    .socialMeiaMenu {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    /*

Leadership

*/

    .sectionLeaderhip {
        width: 100%;
        height: auto;
        padding-top: 80px;
        padding-bottom: 80px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .leadershipContainer {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
        gap: 40px;

    }

    .sectionLeaderhip h1 {
        font-size: 32px;
        color: var(--brand-color);
        letter-spacing: 12px;
        margin-bottom: 40px;
    }


    .leadership {
        position: relative;
        width: 100%;
    }

    .leadership img {
        max-width: 100%;
        max-height: 100%;
        min-width: unset;
        min-height: unset;
    }

    .leadershipName {
        background-color: var(--brand-color);
        padding: 12px;
        position: absolute;
        bottom: -12px;
        right: -12px;
    }

    .leadershipName p {
        color: var(--light);
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: 5px;
        line-height: 27px;
    }

    .leadershipText {
        width: 100%;
    }

    .leadershipText img {
        margin-bottom: 50px;
        max-width: 100%;
        min-width: unset;
    }

    .leadershipText p {
        line-height: 21px;
    }

    /*

    Banner Contact

    */

    .sectionBannerContact {
        position: relative;
        min-width: unset;
        height: unset;
        width: 100%;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        padding-top: 90px;
        padding-bottom: 180px;
    }

    .sectionBannerContact img {
        position: absolute;
        width: 84%;
        height: 240PX;
        object-fit: cover;
    }

    .infosBannerContact {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 32%;
        left: 50%;
        z-index: 10;
        width: 930px;

        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
    }

    .infosBannerContact p {
        font-family: 'Rethink Sans';
        font-weight: 700;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 10px;
        font-style: normal;
        color: var(--light);
        width: 260px;
    }


    /*

    Partnership

    */

    .sectionPartnership {
        width: 100%;
        height: 530px;
        background-color: var(--dark);
        position: relative;
        padding-top: 80px;
    }

    .graphismOrange {
        position: absolute;
        width: 100%;
        height: 120px;
        top: 0;
        right: 0;
    }

    .sectionPartnership h1 {
        margin-top: 80px;
        font-size: 32px;
        color: var(--brand-color);
        letter-spacing: 16px;
    }

    .sliderLogos {
        position: relative;
        margin-top: 140px;
        width: 100%;
    }

    .carouselSlick button {
        background-color: unset;
    }

    .slick-next-depoimentos {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        right: -54px;
        z-index: 20;
    }

    .slick-prev-depoimentos {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 24;
        z-index: 20;
    }

    .slick-list {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        max-width: 240px;
        overflow: hidden;
    }

    /*

    Forms

    */

    .sectionForm {
        display: flex;
        flex-direction: column;
    }

    .imgForm {
        display: flex;
        width: 100%;
    }

    .imgForm img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }

    .areaForm {
        padding: 8%;
        display: flex;
        flex-direction: column;
        width: 100%;

        justify-content: center;
        align-items: center;
    }

    .areaForm p {
        width: 100%;
        padding: unset;
        font-size: 16px;
        line-height: 21px;
    }

    .areaForm label {
        font-size: 16px;
        color: var(--brand-color);
    }

    .areaForm form {
        margin-top: 24px;
    }

    .areaForm input {
        width: 100%;
        height: 40px;
        border: solid 1px var(--dark);
        border-radius: 8px;
        padding: 0 0px;

        margin-top: 16px;
    }

    .areaForm textarea {
        width: 100%;
        height: 120px;
        border: solid 1px var(--dark);
        border-radius: 8px;
        padding: 16px 0px;
        resize: none;

        margin-top: 16px;
    }

    /*

Footer

*/

    footer {
        background-color: var(--brand-color);
        color: var(--light);
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 40px;
        padding: 32px !important;
    }

    .footerStyle {
        height: auto;
    }

    .footerLogoArea {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .footerLogoArea p {
        font-size: 16px;
        line-height: 21px;
        width: 100%;
    }

    .footerSocialMedia {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .footerSocialMedia p {
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 8px;
    }

    .navSocialMedia {
        display: flex;
        gap: 16px;
    }



}