/* css Analista de sistema---> Wissae Lima */
*{
	padding: 0px;
	margin: 0px;
	 font-family: "Poppins", sans-serif;
}

html, body{
  height: 100%;
  margin: 0;
}
*, *::before, *::after{
  box-sizing: border-box;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.metasporheader {
    width: 100%;
    padding: 1px 0;
    background-image: url('../../assets/img/banner02.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.metaspormenu{position:relative;
margin-top:56px;	float: right;}
.metaspormenu ul li {
	float: left;
	list-style: none;
	margin-right: 40px;
}

.metaspormenu ul li a{
text-decoration: none;
	margin-left:5px;
	font-weight: 600;
 margin-right:5px;
 display:block;
 height:40px;
 line-height: 30px;
	color:white;


}

.metaspormenu ul li a:hover{
 margin-left:5px;
 margin-right:5px;
border-bottom: solid 2px rgb(0, 72, 81);
 display:block;
 line-height: 30px;
height:40px;
color:rgba(190,190,190);
}
.metasportsection{
	width: 100%;
	height: auto;
	padding: 40px;
	
background: linear-gradient(90deg, rgba(5, 5, 10, 1.000) 0.000%, rgba(5, 5, 10, 1.000) 7.692%, rgba(9, 10, 14, 1.000) 7.692%, rgba(9, 10, 14, 1.000) 15.385%, rgba(13, 14, 18, 1.000) 15.385%, rgba(13, 14, 18, 1.000) 23.077%, rgba(18, 19, 22, 1.000) 23.077%, rgba(18, 19, 22, 1.000) 30.769%, rgba(22, 23, 26, 1.000) 30.769%, rgba(22, 23, 26, 1.000) 38.462%, rgba(26, 27, 30, 1.000) 38.462%, rgba(26, 27, 30, 1.000) 46.154%, rgba(30, 31, 34, 1.000) 46.154%, rgba(30, 31, 34, 1.000) 53.846%, rgba(34, 35, 38, 1.000) 53.846%, rgba(34, 35, 38, 1.000) 61.538%, rgba(38, 39, 42, 1.000) 61.538%, rgba(38, 39, 42, 1.000) 69.231%, rgba(41, 42, 45, 1.000) 69.231%, rgba(41, 42, 45, 1.000) 76.923%, rgba(44, 45, 48, 1.000) 76.923%, rgba(44, 45, 48, 1.000) 84.615%, rgba(46, 47, 51, 1.000) 84.615%, rgba(46, 47, 51, 1.000) 92.308%, rgba(48, 49, 53, 1.000) 92.308% 100.000%)
}

/* efeitos */


.meta-title {
    color: #fff;
    font-size: 1em;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #00e1ff, 0 0 25px #00e1ff, 0 0 50px #00e1ff;
    animation: pulseGlow 2.5s infinite ease-in-out;
    cursor: default;
}

.meta-title span {
    color: #00e1ff;
    text-shadow: 0 0 20px #00e1ff, 0 0 50px #00e1ff;
}

@keyframes pulseGlow {
    0%   { text-shadow: 0 0 8px #00e1ff, 0 0 22px #00e1ff, 0 0 38px #00e1ff; }
    50%  { text-shadow: 0 0 20px #00e1ff, 0 0 40px #00e1ff, 0 0 80px #00e1ff; }
    100% { text-shadow: 0 0 8px #00e1ff, 0 0 22px #00e1ff, 0 0 38px #00e1ff; }
}

.meta-sub {
    color: #fff;
    font-size: 2.5em;
    font-family: 'Poppins', sans-serif;
    opacity: 0.85;
    letter-spacing: 1px;
    animation: showSub 1.3s ease forwards;
}

@keyframes showSub {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

.metasporteventos{
	width: 100%;height: auto;
	padding: 40px;
	background: white;
}

.card-run {
  position: relative;
  width: 100%;          /* ajuste o tamanho que quiser */
  height: 360px;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
  transition: box-shadow .3s ease, transform .3s ease;
}

/* imagem de fundo */
.card-run img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease, filter .4s ease;
}

/* efeito ao passar o mouse */
.card-run:hover img {
  transform: scale(1.05);     /* leve zoom */
  filter: brightness(0.7);    /* escurece um pouco */
}

/* degradê escuro por cima da imagem para ler melhor o texto */
.card-run::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent 70%);
  pointer-events: none;
}

/* conteúdo sobre a imagem, colado no rodapé */
.card-run-content {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  color: #fff;
  font-family: Arial, sans-serif;
  z-index: 1;
}

.card-run-content .tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.card-run-content h3 {
  margin: 4px 0 8px;
  font-size: 18px;
}

.card-run-content .info p {
  margin: 0;
  font-size: 13px;
}

.metasportconteudo{
    width: 100%;height: auto;
    padding: 40px;
    background: rgb(0, 72, 81);
}


.metasportfooter{
    width: 100%;height: auto;
    padding: 40px;
   background: rgb(26, 26, 26);
}

.metasporfooter01{
    width: 100%;
    height: auto;
    padding: 40px;
    background: rgb(26, 26, 26);
}
.metasportnewsletter{
    width: 100%;height: auto;
    padding: 40px;
  background: rgb(58, 58, 58);

}

.metasporalinhar{
    width: 60%;height: auto;
    padding: 0px;
    margin:  0 auto;
}

.metasportlink{
    
    color: white;
    text-decoration: none;
    display: inline-block; /* ou block */
    font-size: 14px;
    margin-bottom: 12px;
}
.metasportlink:hover{
    cursor: pointer;
    color: rgb(0, 162, 0);
    margin-left: 5px;
 
}

.metasporredesocial{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: white;
    border: none;
    font-size: 17px;
}
.metasporredesocial:hover{
    color: rgb(0, 162, 0);
}

.metasportlogin{
    width: 100%;height: auto;
    padding: 40px;
   background: rgb(26, 26, 26);
}

.metasporloginarea{
    width: 40%;
    height: auto;
    background: rgb(30, 30, 30);
    display: block;
    border-radius: 8px;
    margin:  2% auto;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

/* Canvas de fundo */
#bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.boz00001{
  position: absolute;
    top: 80%; /* melhor que 80% pra desktop */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 690px;
    max-width: 95vw;            /* não estourar a tela */
    padding: 40px 30px;
    background: rgba(0,0,0,0.4);
    border-radius: 20px;
    backdrop-filter: blur(12px);
    text-align: center;
    color: #fff;
    box-shadow: 0 12px 40px rgba(0,0,0,0.4);
    z-index: 10; 
}
/* Caixa de login estilo vidro premium */
.login-box {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    padding: 40px 30px;
    background: rgba(0,0,0,0.4);
    border-radius: 20px;
    backdrop-filter: blur(12px);
    text-align: center;
    color: #fff;
    box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}

.login-box h2 {
    margin-bottom: 25px;
}

/* Inputs elegantes METASPORT */
.ms-group {
    position: relative;
    margin: 25px 0;
}

.ms-group input {
    width: 100%;
    padding: 12px 10px;
    background: rgba(255,255,255,0.08);
    border-radius: 10px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #fff;
    transition: .25s;
}
.sldslld{
     width: 100%;
    padding: 12px 10px;
    background: rgba(255,255,255,0.08);
    border-radius: 10px;
    border: none;
    outline: none;
    font-size: 16px;
   color: #aaa;
    transition: .25s; 
}

.ms-group input:focus {
    background: rgba(255,255,255,0.15);

}

/* Label flutuante */
.ms-group label {
    position: absolute;
    left: 12px;
    top: 8px;
    color: #aaa;
    pointer-events: none;
    transition: .25s ease;
    font-size: 13px !important;
}

.ms-group input:focus ~ label,
.ms-group input:not(:placeholder-shown) ~ label {
    top: -2px;
    font-size: 12px;
    color: #00ffe6;

}

/* Linha neon */
.ms-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, #00ffe6, #005eff);
    transition: .3s;
}

.ms-group input:focus ~ .ms-line {
    width: 100%;
}

/* Botão */
.btn-login {
    width: 100%;
    padding: 12px;
    background: linear-gradient(90deg, #00ffe6, #005eff);
    border: none;
    border-radius: 25px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    transition: .3s;
}

.btn-login:hover {
    opacity: 0.85;
}


.metasportermo{
    width: 100%;height: auto;
    padding: 40px;
    background: white;
}


.metasportalinharorcamentos{
    width: 60%;
    height:  auto;
    padding: 20px;
    margin:  0 auto;
}

.input-group {
    position: relative;
    margin: 25px 0;
}

/* Input */
.input-group input, select {
    width: 100%;
    border: none;
    border-bottom: 2px solid black;
    padding: 10px 5px;
    font-size: 16px;
    background: transparent;
    color: black;
    outline: none;
    transition: 0.3s ease;
}



/* Barra inferior animada */
.input-group .bar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background: black; /* COR QUE VOCÊ PEDIU */
    transition: 0.4s ease;
    border-radius: 4px;
}

/* Label flutuante */
.input-group label {
    position: absolute;
    left: 5px;
    top: 12px;
    color: #aaa;
    font-size: 16px;
    pointer-events: none;
    transition: 0.3s ease;
}

/* Animações */
.input-group input:focus ~ label,
.input-group input:not(:placeholder-shown) ~ label {
    top: -10px;
    font-size: 13px;
    color: rgb(0, 72, 81); /* Combina com a barra */
}

.input-group input:focus ~ .bar {
    width: 100%;
}

.metasportmodalidades{
    border: none;
    padding: 10px;
    border-radius: 6px;
    background: transparent;
    color: #004851; /* opcional */
    cursor: pointer;
}

/* hover ou ativo ficam com o gradiente */
.metasportmodalidades:hover,
.metasportmodalidades.active {
    background: linear-gradient(135deg, rgb(0, 72, 81), rgb(0, 120, 130));
    color: white;
}

/* conteúdos das abas */
.tab-content {
    display: none; /* some por padrão */
}

/* apenas o conteúdo ativo aparece */
.tab-content.active {
    display: block;
}











.buttonmobilemenu{
    display: none;
}


.metaspormenu {
    display: block !important;
  }

  .metasportmobile{
    display: none;
  }

  .meta-whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  z-index: 9999;
  text-decoration: none;
}

.meta-whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.35);
}

.metasportepedido{
    width: 46%;
    height: auto;
    margin:  0 auto;
    
}

.resultadosmetasport{
    width: 100%;height: auto;padding: 30px;
    background: rgb(97, 97, 97);

}

.alinharconteudometasport{
    width: 100%;height: auto;
    padding: 10px;
    background: rgb(30, 30, 30);
}

.metasportermo11111{
    width: 100%;height: auto;
    padding: 30px;
    background: rgb(97, 97, 97);
}
.hovermouseresultados:hover{
    background: rgba(67, 167, 18,0.1) !important;
}

.resultadospremiacaoalinhar{
  display: flex;
  gap: 12px;
  justify-content: center;

  align-items: center;
  width: 100%;
}
.mudarcorhover:hover{
    color: rgb(67, 167, 16) !important;
}



.metasport-table{
  background: rgb(30, 30, 30) !important;
  color: #fff;
}

.metasport-table thead th{
  background: rgb(30, 30, 30) !important;
  color: #fff !important;
}

.metasport-table tbody td,
.metasport-table tbody th{
  background: rgb(30, 30, 30) !important;
  color: rgb(169, 169, 169) !important;
}

/* listras do table-striped (linhas alternadas) */
.metasport-table.table-striped > tbody > tr:nth-of-type(odd) > *{
  background: rgb(30, 30, 30) !important; /* um preto um pouco diferente */
  color: rgb(169, 169, 169) !important;
}

.row-link { cursor: pointer !important; }
.row-link:hover { background: #111 !important; }



.meuspedidos{
    width: 100%;height: auto;padding: ;
    background: white !important;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12) !important;

    
}

.botaomeuspedidos{
    width: 100%;
    height: auto;padding: 10px;
    background: transparent;
    color: rgb(107, 107, 109);
    border: none;
    cursor: pointer;
    border-bottom: solid 1px rgb(200,200,200);
   padding-bottom: 30px !important;
}

.botaomeuspedidos:hover{
    background: rgb(230, 230, 230) !important;

}

/* NOVO CSS HEADER META SPORT */

.headernovometasport{
    width: 100%;height: auto;
    background: url('../../assets/img/planofundo0001.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center ;

}

