/* Importação de fontes */
@import url('https://fonts.googleapis.com/css2?family=Aldrich&family=Barriecito&family=Playwrite+GB+S+Guides:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aldrich&family=Barriecito&family=Playwrite+GB+S+Guides:ital@0;1&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&family=Space+Grotesk:wght@300..700&display=swap');



/* Definindo as variáveis de fontes */
:root {
    --font-logo: 'Aldrich', sans-serif;
    --font-text: 'Poppins', sans-serif;
}

.icones{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    flex-direction: column;
    flex: 1;
}

.icones:hover{
    transition: 0.8s;
    scale: 1.1;
    cursor: pointer;
}

#login{
    color: white;
    text-decoration: none;
}

#login:hover{
    color: #007BFF;
    transition: 0.5s;
    scale: 1.1;
}

/* Corpo da página */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background-color: #010101;
    background-image: url('../img/gym.jpg');
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: scroll;
    overflow-x: hidden;
}

/* Estilo da barra de rolagem */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #676767;
    
}

::-webkit-scrollbar-thumb {
    background-color: #007BFF;
    border-radius: 10px;
    border: 2px solid #333333;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #0056b3;
}

/* Estilo da navbar e da linguagem */
.lenguage button {
    width: 30px;
    height: 30px;
    background-color: transparent;
    margin-bottom: 10px;
    border: none;
    cursor: pointer;
    

}
.lenguage p{
    color: #000000;
}


.lenguage button:hover {
    transition: 0.8s;
    scale: 1.05;
}

.lenguage div {
    display: flex;
    gap: 10px;
    margin-left: 20px;
}
nav{
    margin-right: 10px;
}
.navbar {
    background-color: #000000;
    padding: 5px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.menu a {
    text-decoration: none;
    color: #ffffff;
    font-family: var(--font-text);
    font-weight: normal;
    font-size: 15px;
}

.menu a:hover {
    color: #007BFF;
    transition: 0.5s;
    scale: 1.1;
}
.contentNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.lenguage {
    display: flex;
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;

}
.lenguage p {
    color: #ffffff;
    font-family: var(--font-text);
    font-weight: bold;
    font-size: 18px;
}


.lenguage > div > img{
    margin: 0px 0px 0px 20px;
    background-color: #ffffff;
    border-radius: 20%;
}

.lenguage > div > img:hover {
    transition: 0.8s;
    scale: 1.05;
}

.menu {
    display: flex;
    gap: 20px;
}

.menu .list {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}


/* Estilo principal da seção "Sobre" */
.about {
    background-color: #ffffff;
    padding: 40px 20px;
    margin-top: 80px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.about > div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
    width: 50%;
}

.sobreLife{
    display: flex;
    justify-content: center;
    align-items: center;
   
    flex-direction: row;
    margin-top: 100px;
    
    
}




.servico i{
    color: #007BFF;
    font-size: 40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0px;
}


.Services{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    flex-direction: column;
    
}

.sobreLife > .img {
    
    margin-top: 0%;
    margin-left: 0%;
    padding: 0%;
    

}
.serv{
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-family: var(--font-text);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

hr {
    width: 100%;
    height: 1px;
    background-color: #000000;
    margin: 20px 0px;
}

.about h2 {
    font-family: var(--font-text);
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
    color: #007BFF;
}

.about p {
    font-family: var(--font-text);
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
    color: #333333;
}


/* Estilo da seção conteúdo */
.conteudo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 200px;
}

/* Estilo do texto principal */
.text {
    flex: 1;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 100px;
}

.text h1 {
    font-size: 80px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    font-family: var(--font-text);
}

.text h2 {
    font-size: 40px;
    text-align: center;
    margin-top: 20px;
    font-family: var(--font-text);
}

.text > button {
    background-color: #007bff56;
    color: #ffffff;
    border: #007BFF 2px solid;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 24px;
    cursor: pointer;
    font-family: var(--font-text);
}
.text a{
    text-decoration: none;
    color: #ffffff;
}

.text > button:hover {
    background-color: #007bff;
    transition: 0.8s;
    border: #007BFF 2px solid;
    scale: 1.05;
}

/* Formulário de cadastro */
.container {
    background: url('../img/nike.jpg') no-repeat center center;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 20px;
    gap: 100px;
    border: #ffffff9c 2px solid;
}

form {
    width: 50%;
}

form > h1 {
    margin-bottom: 20px;
    text-align: center;
    font-family: var(--font-text);
    color: #ffffff;
}

form > input {
    
    border: 1px solid #ccc;
    width: 300px;
    height: 40px;
    border: none;
    border-radius: 5px;
    padding: 0 10px;
    font-family: var(--font-text);
}

h1 {
    text-align: center;
    margin-bottom: 20px;
}

/* Estilos gerais para os inputs */
input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

input::placeholder {
    color: #000000;
    font-family: var(--font-text);
}

/* Estilo do botão */
.btn {
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    
}


.btn button {
    padding: 5px;
    background-color: #007bff9c;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    font-family: var(--font-text);
}

.modalAtividade {
    display: none; 
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    background-color: rgb(94, 94, 94); 
    background:url('../img/progresso.jpg') no-repeat center center;
    justify-content: center;
    align-items: center;
    
}

.modalIMC {
    display: none; 
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    background-color: rgb(94, 94, 94); 
    background:url('../img/imc.jpg') no-repeat center center;
    justify-content: center;
    align-items: center;
}

.modalProgresso {
    display: none; 
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    background-color: rgb(94, 94, 94); 
    background:url('../img/bike.jpg') no-repeat center center/cover;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #2c2c2cbb;
    padding: 20px;
    border-radius: 20px;
    width: 300px;
    text-align: center;
}
.modal-content button {
    margin-top: 10px;
    padding: 10px 15px;
    background-color: #007bff00;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.modal button:hover {
    transition: 0.5s;
    scale: 1.2;
}

.modal-content i {
    color: #ffffff;
    font-size: 30px;
    
    margin: 20px 0px;
}
.btn button:hover {
    background-color: #007bff56;
    transition: 0.8s;
    border: #007BFF 2px solid;
    scale: 1.005;
}


.social {
    padding: 40px 20px;
    text-align: center;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.social h1 {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #007BFF;
}

.social .icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social .icons a {
    text-decoration: none;
    color: #ffffff;
    font-size: 32px;
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
}

.social .icons a:hover {
    transform: scale(1.2);
    color: #007BFF;
}

.footer-container {
    display: flex;
    justify-content: center; 
    align-items: center; 
    padding: 50px 0; 
}

.footer {
    background: url('../img/nike.jpg') no-repeat center center/cover;
    padding: 40px 20px;
    text-align: center;
    color: #ffffff;
    font-family: var(--font-text);
    flex-direction: column;
    width: 100%;
    max-width: 100vh; 
    border-radius: 20px;
    border: #007BFF 2px solid;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

