@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anek+Malayalam:wght@100&family=Black+Ops+One&family=Bungee&family=Bungee+Inline&family=Faster+One&family=Fredoka+One&family=Galada&family=Monoton&family=Noto+Sans+HK:wght@100&family=Rubik+Mono+One&family=Rubik+Wet+Paint&family=Shrikhand&display=swap');

/*font-family: 'Anek Malayalam', sans-serif;
font-family: 'Black Ops One', cursive;
font-family: 'Bungee', cursive;
font-family: 'Bungee Inline', cursive;
font-family: 'Faster One', cursive;
font-family: 'Fredoka One', cursive;
font-family: 'Galada', cursive;
font-family: 'Monoton', cursive;
font-family: 'Noto Sans HK', sans-serif;
font-family: 'Rubik Mono One', sans-serif;
font-family: 'Rubik Wet Paint', cursive;
font-family: 'Shrikhand', cursive; 
font-family: 'Alfa Slab One', cursive*/

*
{
    margin-top: 0px;
    padding:0px;
    box-sizing:border-box #000;
  
    
}
body {
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.897);
    text-transform:lowercase ;
    
}
.some{
  display: none;
}

.primeira{
  margin-top: 0px;
  align-items: center;
  background-color: #000;
  max-width:960px;
  border: #00fff2 solid 2px;
}

.boxP {
  margin-left: 0px;
  align-items:left;  
  object-fit: cover;
  background-color: #000;
}
.cabeca{
  height: 140px;
}
.texPrin{
  position:static;
  align-items: center;
  font-size: 90px;
  font-family: 'Faster One', cursive;
  text-transform:uppercase;
  width: 98%;
  transform: rotate(-10deg) skewX(20deg);
  
}
    
.texSec{
  text-align: right;
  font-size: 3em;
  font-family: 'Black Ops One', cursive;
  max-width: 600px;
  height:50px;
  text-transform:uppercase;
}
.dia{
  margin-top: 30px;
  margin-bottom: 30px;
  height: 50px;
  width: 600px;
  padding-top: 20px;
  align-items: center;
  border-top: 0;
  border-left: 0;
  border-radius: 10px;
  text-align: center;
  font-size: 32px;
  color: #000;
  font-family: 'Alfa Slab One', cursive;
  text-transform:capitalize;
  transform: skewX(-25deg);
}


/*PLACAR*/
.placar{
  padding: 10px;
  font-family: 'Black Ops One', cursive;
  font-size: 6em;
}
.penal{
  font-family: 'Black Ops One', cursive;
  font-size: 2em;
}
.penalsome{
  display: none;
}
.nomEquipe{
  width: 90%;
  background-color:transparent;
  text-align: center;
  border: 0;
  font-size: 1em;
  font-family: 'arial', cursive;
  text-transform:uppercase;
}
.local{
  background-color:transparent;
  align-items: left;
  text-align: left;
  border: 0;
  font-size: 2em;
  font-family: 'Black Ops One', cursive;
  text-transform:uppercase;

}

/*ESCUDOS*/
.mandante{
    
  height: 260px;
  width: 260px;
  border-radius: 50%;
  object-fit: cover;
}
.visitante{
  
  height: 260px;
  width: 260px;
  border-radius: 50%;
  object-fit: cover;
}

.vs{
  width: 110px;
  height: 120px;
 
}


/*BOTOES*/
input[type="file"]{
    display:none;
}

td{
  padding: 5px;
}
.foto{
padding:10px 10px;	 
font-weight: 700;	 
font-family:'Montserrat', sans-serif;	 
width:100%;  
height: 40px;  
background-color:#D6D6D6; 
color:#000; 
font-size: 16px;
border:solid 1px #000;
border-radius  : 5px;
text-align:center;
cursor:pointer;

}
.foto:hover{
background-color:#000;
color:#FFF;
border:solid 1px #FFF;
/*transition   : all 400ms ease;*/
}

/* Funçoes BTN refazer e voltar banner*/

.BTN1{
    width: 100%;
    padding: 10px;
    align-items:center;	 
    font-weight: 700;
    font-family:'Poppins', sans-serif;	 
     
    height: 100px;   
    background-color:rgb(5, 77, 14); 
    color:#FFF; 
    font-size: 36px;
    border:solid 1px #999;
    border-radius  : 5px;
    cursor:pointer;

}

.BTN1:hover{
    background-color:rgb(136, 255, 0);
    color:#000;
    transition   : all 400ms ease;

}
.BTN2{
    width: 100%;
    padding: 10px;
    align-items:center;	 
    font-weight: 700;
    font-family:'Poppins', sans-serif;	 
     
    height: 100px;   
    background-color:rgb(0, 0, 0, 0.897); 
    color:#FFF; 
    font-size: 36px;
    border:solid 1px #999;
    border-radius  : 5px;
    cursor:pointer;

}

.BTN2:hover{
    background-color:rgb(6, 250, 238, 1.2);
    color:#000;
    transition   : all 400ms ease;

}
.BTN3{
    width: 100%;
    padding: 10px;
    align-items:center;	 
    font-weight: 700;
    font-family:'Poppins', sans-serif;	 
    height: 100px;   
     background-color:rgb(0, 0, 0, 0.897);  
    color:#FFF; 
    font-size: 36px;
    border:solid 1px #999;
    border-radius  : 5px;
    cursor:pointer;
}
.BTN3:hover{
    background-color:rgb(255, 217, 0);
    color:#000;
    transition   : all 400ms ease;
}
 


/*pagi*/
.BTN_COLOR {
  align-items: center;
  
  max-width: 920px;
}
/* Funçoes BTN cores*/  
a{
  background: transparent;
  color: #fff;
  text-decoration: none;
  font-family:'Fredoka One', cursive;
}
.cortexam{
  background: transparent;
  color: gold;
  text-decoration: none;
  font-family:'Fredoka One', cursive;
}
.cortexve{
  background: transparent;
  color: red;
  text-decoration: none;
  font-family:'Fredoka One', cursive;
}
.cortexvd{
  background: transparent;
  color: rgb(7, 250, 47);
  text-decoration: none;
  font-family:'Fredoka One', cursive;
}
.cortexaz{
  background: transparent;
  color: rgb(0, 238, 255);
  text-decoration: none;
  font-family:'Fredoka One', cursive;
}
.cortexrs{
  background: transparent;
  color: rgb(255, 0, 234);
  text-decoration: none;
  font-family:'Fredoka One', cursive;
}
.btncolor{
  position: relative;
  width: 135px;
  height: 60px;
  background: #18191f;
  text-decoration: none;
  font-size: 26px;
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: point;
  margin: 0 5px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px -1px 4px rgba(255,255,255,0.5),
              4px 4px 6px rgba(0,0,0,0.2),
              inset -1px -1px 4px rgba(255,255,255,0.5),
              inset  1px 1px 1px rgba(0,0,0,0.1);
}
.btncolor:before{
  content:' ';
  position: absolute;
  color:#fff;
  top: 2px;
  left: 2px;
  width: calc(100% - 5px);
  height: calc(50% - 2px);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: rgba(255,255,255,0.05);
}

.btncolor:hover{
  box-shadow: -1px -1px 4px rgba(255,255,255,0.5),
                4px 4px 6px #ffae00,
                inset -1px -1px 4px rgba(255,255,255,0.5),
                inset  1px 1px 1px #ffae00;
  font-size: 28px;
  color:#fff;
  text-transform: capitalize;           
  text-shadow: 0 0 15px #6200ff,
                 0 0 25px #6200ff;
  transition   : all 400ms ease;
  cursor: point;
}

.btncolorativa{
  font-family: 'Fredoka One', cursive;
  position: relative;
  width: 135px;
  height: 60px;
  background: #18191f;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: point;
  margin: 0 5px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px -1px 4px rgba(255,255,255,0.5),
              4px 4px 6px #6200ff,
              inset -1px -1px 4px rgba(255,255,255,0.5),
              inset  1px 1px 1px #6200ff;
  font-size: 28px;
  text-transform: capitalize;           
  text-shadow: 0 0 15px #6200ff,
               0 0 25px #6200ff;
}
.btncolorativaaz{
  font-family: 'Fredoka One', cursive;
  position: relative;
  width: 135px;
  height: 60px;
  background: #18191f;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: point;
  margin: 0 5px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px -1px 4px rgba(255,255,255,0.5),
              4px 4px 6px #00fff2,
              inset -1px -1px 4px rgba(255,255,255,0.5),
              inset  1px 1px 1px #00fff2;
  font-size: 28px;
  text-transform: capitalize;           
  text-shadow: 0 0 15px #00fff2,
               0 0 25px #00fff2;
}
.btncolorativaam{
  font-family: 'Fredoka One', cursive;
  position: relative;
  width: 135px;
  height: 60px;
  background: #18191f;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: point;
  margin: 0 5px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px -1px 4px rgba(255,255,255,0.5),
              4px 4px 6px gold,
              inset -1px -1px 4px rgba(255,255,255,0.5),
              inset  1px 1px 1px gold;
  font-size: 28px;
  text-transform: capitalize;           
  text-shadow: 0 0 15px gold,
               0 0 25px gold;
}
.btncolorativave{
  font-family: 'Fredoka One', cursive;
  position: relative;
  width: 135px;
  height: 60px;
  background: #18191f;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: point;
  margin: 0 5px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px -1px 4px rgba(255,255,255,0.5),
              4px 4px 6px red,
              inset -1px -1px 4px rgba(255,255,255,0.5),
              inset  1px 1px 1px red;
  font-size: 28px;
  text-transform: capitalize;           
  text-shadow: 0 0 15px red,
               0 0 25px red;
}
.btncolorativars{
  font-family: 'Fredoka One', cursive;
  position: relative;
  width: 135px;
  height: 60px;
  background: #18191f;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: point;
  margin: 0 5px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px -1px 4px rgba(255,255,255,0.5),
              4px 4px 6px rgb(252, 5, 239),
              inset -1px -1px 4px rgba(255,255,255,0.5),
              inset  1px 1px 1px rgb(252, 5, 239);
  font-size: 28px;
  text-transform: capitalize;           
  text-shadow: 0 0 15px rgb(252, 5, 239),
               0 0 25px rgb(252, 5, 239);
}
.btncolorativavd{
  font-family: 'Fredoka One', cursive;
  position: relative;
  width: 135px;
  height: 60px;
  background: #18191f;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: point;
  margin: 0 5px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px -1px 4px rgba(255,255,255,0.5),
              4px 4px 6px rgb(2, 255, 2),
              inset -1px -1px 4px rgba(255,255,255,0.5),
              inset  1px 1px 1px rgb(2, 255, 2);
  font-size: 28px;
  text-transform: capitalize;           
  text-shadow: 0 0 15px rgb(2, 255, 2),
               0 0 25px rgb(2, 255, 2);
}    

/*BOTOES TROCA FUNDO*/
.btn_fd_active{
  padding: 4px;
    box-shadow: -1px -1px 4px rgba(255,255,255,0.5),
              4px 4px 6px rgb(2, 255, 2),
              inset -1px -1px 4px rgba(255,255,255,0.5),
              inset  1px 1px 1px rgb(2, 255, 2);
    transition   : all 400ms ease;
    width: 130px;
    height: 110px;
    border-radius:10px;
    cursor:pointer;
}
.btn_fd:hover{
  box-shadow: -1px -1px 4px rgba(255,255,255,0.5),
            4px 4px 6px rgb(255, 238, 2),
            inset -1px -1px 4px rgba(255,255,255,0.5),
            inset  1px 1px 1px rgb(255, 238, 2);
  
  transition   : all 400ms ease;
  width: 160px;
  height: 140px;
  border-radius:10px;
  cursor:pointer;
}

/*.vermelho{
    width: 150px;
    height: 60px;
    border-radius:20px;
    color: #000;
    font-size: 24px;
    background-color:red;  
    border:solid 1px #999;
    cursor:pointer;
}
.verde{
    width: 150px;
    height: 60px;
    border-radius:20px;
    color: #fff;
    font-size: 24px;
    background-color:green;  
    border:solid 1px #999;
    cursor:pointer;
}
.ativarvde{
    border-top:solid 2px #999;
    border-left:solid 2px #999;
    border-right:solid 6px rgb(252, 173, 3);
    border-bottom:solid 6px rgb(252, 173, 3);
    transition   : all 400ms ease;
    text-transform:capitalize;
    color: #fff;
    width: 150px;
    height: 60px;
    border-radius:20px;
    font-size: 2em;
    background-color:green;  
    cursor:pointer;
}
.azul{
    width: 150px;
    height: 60px;
    border-radius:20px;
    color: #fff;
    font-size: 24px;
    background-color:blue;  
    border:solid 1px #999;
    cursor:pointer;
}
.ativarazu{
    border-top:solid 2px #999;
    border-left:solid 2px #999;
    border-right:solid 6px rgb(252, 173, 3);
    border-bottom:solid 6px rgb(252, 173, 3);
    transition   : all 400ms ease;
    text-transform:capitalize;
    color: #fff;
    width: 150px;
    height: 60px;
    border-radius:20px;
    font-size: 2em;
    background-color:blue;  
    cursor:pointer;
}

.branco{
    width: 150px;
    height: 60px;
    border-radius:20px;
    color: black;
    font-size: 24px;
    background-color:white;  
    border:solid 1px #999;
    cursor:pointer;
}
.ativarbco{
    border-top:solid 2px #999;
    border-left:solid 2px #999;
    border-right:solid 6px rgb(252, 173, 3);
    border-bottom:solid 6px rgb(252, 173, 3);
    transition   : all 400ms ease;
    text-transform:capitalize;
    color: black;
    width: 150px;
    height: 60px;
    border-radius:20px;
    font-size: 2em;
    background-color:#fff;  
    cursor:pointer;
}
.rosa{
    width: 150px;
    height: 60px;
    border-radius:20px;
    color: white;
    font-size: 24px;
    background-color:rgb(248, 6, 228);  
    border:solid 1px #999;
    cursor:pointer;
}
.ativarros{
    border-top:solid 2px #999;
    border-left:solid 2px #999;
    border-right:solid 6px rgb(252, 173, 3);
    border-bottom:solid 6px rgb(252, 173, 3);
    transition   : all 400ms ease;
    text-transform:capitalize;
    color: #fff;
    width: 150px;
    height: 60px;
    border-radius:20px;
    font-size: 2em;
    background-color:rgb(248, 6, 228);  
    cursor:pointer;
}