﻿/* Estilo geral do corpo */

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Oulfit', sans-serif;
}

body {
    
    
 /*  background-image: url('fundo.png');
  background-repeat: no-repeat;    
  background-size: cover;
  */
 background: linear-gradient(to right, #c1c446, #04453a); 
 
  min-height: 100vh; /* Altura m�nima para o conte�do */
}

nav.menu-lateral{
position: fixed;
top: 0;
left: 0;
width: 70px;
height: 100%;
background: linear-gradient(to bottom, #c1c446, #04453a);
padding: 40px 0 40px 1%;
box-shadow: 3px 0 0 #0b3288; 
overflow: hidden;
transition: 0.7s;

/* Centralizando conteúdo */
display: flex;
flex-direction: column;
justify-content: flex-start; /* Centraliza verticalmente */
align-items: left;     /* Centraliza horizontalmente */


}

nav.menu-lateral:hover{
  width: 300px; 
}
.expandir{
width: 100%;
padding-left: 10px;
}


.tela {
  
  display: flex;
  flex-direction: row;
  width: 100%;
  
}
.coluna1{
  width: 17%;
}
.coluna2{
  margin-left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
}


@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotating-image {
  animation: girar 2s linear infinite; /* 2s é a duração da rotação, e 'infinite' faz com que ela continue girando */
}



.expandir > i{
color: #fff;
font-size: 24px;
cursor: pointer;
}



ul{
height: 100%;
list-style-type: none;
}

ul li.item-menu:hover{
background: linear-gradient(to bottom, #c1c446, #04453a);
}

ul li.item-menu{
transition: 1s;
}

ul li.item-menu a{
color: #fff;
text-decoration: none;
font-size: 20px;
padding: 20px 4%;
display: flex;
margin-bottom: 20px;
line-height: 40px;
}

ul li.item-menu a .txt-link{
margin-left: 37px;
}

ul li.item-menu a .icon > i{
font-size: 30px;
}



.contador {
    font-size: 20px;
    text-align: center;
    padding: 17px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}



/*FORMULÁRIO */

.container {
  max-width: 500px;
  margin: 0 auto;
  background-color: transparent; /* Define o fundo do formulário como transparente */
    flex-direction: column; /* Alinha os elementos na vertical */
    margin-top: 0px;

}
label {
  display: block;
  margin-bottom: 5px;
  color: #fff;
}
input, select, textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px; /* Aumenta o tamanho do texto */
  font-weight: bold;
}
select, input[type="text"] { /* Centraliza os campos */
  text-align: center;
}
textarea {
  font-size: 16px; /* Aumenta o tamanho do texto */
}

button {
  background: linear-gradient(to bottom, #c1c446, #04453a);
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  animation: pulse 2s infinite alternate;
}
button:hover {
  background-color: #a760bd;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}



/* Estilo do conte�do principal */
.conteudo {
  right: 0;
  flex: 3;  Ocupar todo o espa�o dispon�vel */
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Estilo do t�tulo principal */
.content h1 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}


.linha {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}


.central {
    height: 29vh; /* 80% da altura da janela de visualização */
    background-color: transparent; /* Define o fundo do formulário como transparente */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
   
}
.central2 {
    background-color: transparent; /* Define o fundo do formulário como transparente */
    height: 20vh; /* 80% da altura da janela de visualização */
    background-color: transparent; /* Define o fundo do formulário como transparente */
   
}



/* Estilo do título */
.titulo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 20px;
    color: #FFF;
    font-size: 3rem; /* Tamanho da fonte */
    text-shadow: 2px 2px 4px #000; /* Sombra para efeito de relevo */
}

/* Estilo do título */
.titulo2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 20px;
    color: #FFF;
    font-size: 4rem; /* Tamanho da fonte */
    text-shadow: 2px 2px 4px #000; /* Sombra para efeito de relevo */
}

.container-form {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent; /* Define o fundo do formulário como transparente */
    flex-direction: column; /* Alinha os elementos na vertical */
    margin-top: 20px;
}

.container-times {
     display: flex;
     flex-wrap: nowrap;
    flex-direction: row; /*Alinha os elementos na horizontal */
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    
}

.input-container {
    margin-bottom: 20px; /* Adiciona espaçamento entre os inputs */
 background-color: transparent; /* Define o fundo do formulário como transparente */
}



.time {
    text-align: center;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.time img {
    max-width: 100px; /* Ajuste o tamanho conforme necessário */
    height: auto;
    margin-bottom: 10px;
     border-radius: 17%;
}

.label-time {
    font-weight: bold;
    font-size: 1.2em; /* Tamanho da fonte aumentado */
    display: block; /* Para garantir que ocupem uma linha inteira */
}

.versus {
    font-weight: bold;
    font-size: 1.5em; /* Tamanho maior */
    align-items: center;
    justify-content: center;
    
}

.input-placar {
    width: 50px; /* Largura para 3 caracteres */
    text-align: center;
    height: 30px;
    border-radius: 5px;
}

.input-form {
    width: 100%; /* Largura para 3 caracteres */
    text-align: center;
    height: 30px;
    border-radius: 5px;
}


@media (max-width: 768px) {
    /* Altera o layout dos contêineres para empilhá-los verticalmente em telas menores */
    .container-times {
        flex-direction: row;
        align-items: center; /* Centraliza os elementos na vertical */
    }

    /* Mantém as imagens do mesmo tamanho em telas menores */
    .time img {
        width: 50%; /* Define a largura das imagens para 50% da largura do contêiner */
        max-width: 200px; /* Define um tamanho máximo para as imagens */
    }

.titulo {
    font-size: 1rem; /* Tamanho da fonte */
    text-shadow: 2px 2px 4px #000; /* Sombra para efeito de relevo */
}
.titulo2 {
    font-size: 1rem; /* Tamanho da fonte */
    text-shadow: 2px 2px 4px #000; /* Sombra para efeito de relevo */
}

}