@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;

}



header {
    z-index: 1000;
    top: 0;
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
    overflow-x: hidden;

}

body {

    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    background-color: black;

}




header #links {

   
    z-index: 1000;
    position: fixed;
    display: flex;
    gap: 15px;
    text-shadow: 2px 2px 15px;
}



header a {

    z-index: 1000;
    color: white !important;
    text-decoration: none;
    color: black;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;

}

header a:hover {

    color: red !important;
    font-size: 19px;

}



.bg-start {
    z-index: 0;
    background-size: cover;
    background-image: url(./img/banner.webp);
    background-repeat: no-repeat;
    background-color: black;
    background-position: center;
    padding-bottom: 100px;
}


#first-section {

    display: flex;
    justify-content: space-evenly;
    color: white;
    width: 100vw;
    display: flex;
    align-items: center;
    margin-top: 50px;
    overflow-x: hidden;

}

#logo-side {
    display: flex;
    flex-direction: column;
}

#descricao {
    align-items: center;


}

p {

    max-width: 500px;
    text-shadow: 3px 2px 2px black;
    font-size: 15px;

}

#p2 {
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    width: 80%;
    font-size: 15px;
}

#logo-img {

    margin-bottom: 15px;
    width: 220px;
    height: 220px;
    border-radius: 40%;
    border: 5px solid black;
    box-shadow: 0 0 5px;


}

#p1 {
    letter-spacing: 2px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    width: 100vw;

}

#p1 span {
    font-size: 20px;
    color: red;
    font-weight: bold;
}




.caixa-background #fundo {
    width: 100vw;

}


.mascara {

    background: linear-gradient(109deg, rgba(10, 12, 16, 0.99) 15%, rgba(10, 12, 16, 0.7) 50%, rgba(10, 12, 16, 0.99) 85%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: -1;


}

#treino-img {

    width: 500px;
    border-radius: 15px;
    box-shadow: 0 0 10px red;
}

.patrocinio-section {

    width: 100vw;
    z-index: 0;
    display: flex;
    justify-content: center;
    padding: 20px 0 50px 0;
    background-image: linear-gradient(to top, #1b1818, #161414, #110e0f, #090808, #000000);
}

.patrocinio-section h1 {


    text-transform: uppercase;
    text-shadow: 0 0 5px;
}

.images-patrocinio {
    padding-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;

}

.main-patrocionio img {
    border: 3px solid rgb(255, 0, 0);
    box-shadow: 0 0 10px red;
    border-radius: 5px;
    width: 200px;
    height: 150px;

}

footer {
    z-index: 1;
    width: 100vw;
    text-align: center;
    padding: 10px 0;
}

#btn {

    margin-top: 20px;
    background-color: red;
    color: white;
    width: 200px;
    height: 50px;
    border: none;
    border-radius: 15px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0px 0px 10px black;
}

#btn:hover {
    background-color: rgb(187, 0, 0);
    text-shadow: 0px 0px 10px white;
    transition: 0.4s ease-in-out;
    width: 205px;
    height: 55px;
}


.link-insta {
    z-index: 1000;
    position: fixed;
    bottom: 20px;
    right: 20px;

}

.link-insta #insta-img {
    z-index: 1000;
    background-color: red;
    width: 40px;
    border-radius: 50%;

}

.link-insta #insta-img:hover {
    transition: 0.4s ease-in-out;
    width: 45px;

}


#fale-conosco {

    z-index: 1;
    top: 10%;
    left: -340px;
    background-color: rgb(34, 34, 34);
    position: fixed;
    gap: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    justify-content: end;
    width: 350px;
}

#mascara-formulario {
    visibility: hidden;
    z-index: 0;
    background: linear-gradient(109deg, rgba(10, 12, 16, 0.99) 15%, rgba(10, 12, 16, 0.7) 50%, rgba(10, 12, 16, 0.99) 85%);
    position: fixed;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    left: 0;


}


input {
    color: #fff;
    padding: 7px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid rgb(255, 0, 0);
    outline-color: red;
    background-color: rgb(53, 53, 53);
}

textarea {

    color: #fff;
    outline-color: red;
    width: 100%;
    height: 200px;
    padding: 7px;
    border-radius: 7px;
    border: 2px solid red;
    resize: none;
    background-color: rgb(53, 53, 53);
}

@media screen and (min-width: 0px) and (max-width : 1320px) {

    .bg-start {

       
        background-color: black;


    }

    #links a {

        font-size: 15px;
        margin-right: 25px;

    }

    #first-section {

        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #logo-side {
        flex-direction: column;
        align-items: center;
    }

    #logo-side #logo-img {
        width: 200px;
        height: 170px;
    }


    #p1 {
        display: flex;
        justify-content: center;
        max-width: 450px;
        text-align: center;
        flex-direction: column;
        font-size: 20px;
    }

    #p2 {
        font-size: 13px;
    }

    #descricao {

        max-width: 450;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;


    }

    #btn {

        margin-bottom: 30px;
    }


    #treino-img {

        width: 400px;
        border-radius: 15px;
        box-shadow: 0 0 10px red;
    }

    header {
        margin: 0;
        position: static;
        top: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }

    header a:hover {
        color: red !important;
        font-size: 19px;
        transition: 0.4s ease-in-out;
    }

    #logo-header {
        display: none;
    }

    #logo-img {
        border-radius: 20%;
        width: 350px;
        height: 300px;
    }

}

@media screen and (min-width: 0px) and (max-width : 1000px) {

    header #links {
        visibility: hidden;
    }


    /* header #links {
        text-shadow: 0px 0px 5px;
        border: 1px solid red;
        box-shadow: 0 0 10px red;
        justify-content: center;
        width: 250px;
        height: 330px;
        flex-direction: column;
        gap: 10px;
        position: fixed;
        top: 30vh;
        padding: 20px;
        border-radius: 10px;
        background-color: rgb(10, 0, 0);

    }

    header #links a {
        border-radius: 5px;
        box-shadow: 0 0 5px;
        font-size: 18px;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
  
    } */

}

@media screen and (min-width: 0px) and (max-width : 850px) {
    .bg-start {

       
    
        background-position-x: -350px;

    }
    

    .images-patrocinio {

        grid-template-columns: repeat(1, 1fr);

    }

    .patrocinio-section h1 {

        font-size: 20px;
    }


}



@media screen and (min-width: 0px) and (max-width : 650px) {
    #treino-img {

        width: 450px;

    }

    #links a {
        font-size: 20px;
    }

    #p1 {

        max-width: 250px;
        font-size: 20px;
    }

}

@media screen and (min-width: 0px) and (max-width : 520px) {
    #treino-img {

        width: 350px;

    }

    #links a {
        font-size: 16px;
    }

    #logo-img {

        width: 250px;
        height: 220px;
    }

}

@media screen and (min-width: 0px) and (max-width : 405px) {
    #links a {
        font-size: 13px;
    }
}

@media screen and (min-width: 0px) and (max-width : 400px) {
    #treino-img {

        width: 300px;


    }



    #logo-img {

        width: 200px;
        height: 170px;
    }

    #fale-conosco {

        width: 300px;
    }

    input {
        padding: 7px;
        height: 40px;
        border-radius: 5px;
        border: 2px solid rgb(255, 0, 0);
        outline-color: red;
        background-color: rgb(53, 53, 53);
    }

    textarea {

        color: #fff;
        outline-color: red;
        width: 100%;
        height: 200px;
        padding: 7px;
        border-radius: 7px;
        border: 2px solid red;
        resize: none;
        background-color: rgb(53, 53, 53);
    }

}