body {
   background-color: #080808;
}
.img_background_site {
   display: none !important;
}

#introduction {
   position: relative;
   width: 100%;
   padding: 48px 0px;
   background-color: #101010;
   z-index: 0;
}

#introduction .content-introduction {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   text-align: center;
}

#introduction .content-introduction h1 {
   max-width: 870px;
   margin-top: 0px;
   padding: 0px;
   font-size: 46px;
   font-size: 42px;
   line-height: 130%;
   font-weight: 700;
   color: transparent;
   background-image: linear-gradient(107deg, var(--color_main_dark), var(--color_main));
   background-clip: text;
   -webkit-background-clip: text;
}

/* ------------ */

/* ------------ */

/* ------------ */

/* ------------ */

/* CARDS DE IDIOMA E PAÍS */

.align_titles_my_user {
   width: 100%;
}

.align_titles_my_user h3 {
   width: 100%;
   line-height: 100%;
   padding: 0px;
   font-weight: 700;
   font-size: 20px;
   color: var(--color_titles);
}

.align_titles_my_user p {
   margin-top: 10px;
   font-size: 16px;
   font-weight: 600;
   color: var(--color_texts);
}

.card_language_content {
   position: relative;
   width: 100%;
   min-height: 92px;
   padding: 20px 24px;
   display: flex;
   align-items: center;
   border-radius: 8px;
   flex-wrap: wrap;
   border: 2px solid #5b5b5b;
   background-color: #040404;
   box-shadow: 0px 0px 8px black;
   cursor: pointer;
   transition: all 0.2s ease;
}

.card_language_content p {
   width: 100%;
   font-size: 18px;
   color: var(--color_titles);
   font-weight: 600;
}

.card_language_content span {
   color: #6F6F70;
}

.card_language_content:hover {
   border: 2px solid #ffffff;
   box-shadow: 0px 0px 16px #000000;
}

.selected_language, .selected_language:hover {
   border: 2px solid var(--color_main);
   box-shadow: 0px 0px 14px 0px #1dff2c30;
   cursor: default;
}

.borders_page_my_user {
   width: 100%;
   height: 1px;
   background-color: #5b5b5b;
}

/* ------------ */

/* ------------ */

/* ------------ */

/* ------------ */

/* INFORMAÇÕES DO USUARIO */

#informations {
   margin-top: 30px;
}
#informations .content-image-user {
   position: relative;
   width: 100%;
   height: max-content;
   margin: 10px auto 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   cursor: pointer;
   pointer-events: none;
}

/* IMAGEM DE PERFIL SELECIONADA */
#informations .content-image-user img {
   position: relative;
   width: 130px;
   height: 130px;
   background-color: #080808;
   border: 4px solid #1b1b1b;
   border-radius: 100%;
   box-shadow: 0px 2px 11px 4px #000000;
   object-fit: contain;
   pointer-events: all;
   overflow: hidden;
   transition: border-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}
#informations .content-image-user:hover img {
   border-color: var(--color_main);
   box-shadow: 0px 0px 14px 4px #000000;
   color: var(--color_main);
}
#informations .content-image-user img[src=""] {
   display: none;
}

/* IMAGEM DE PERFIL SELECIONADA */
#informations .content-image-user .image-not-selected {
   position: relative;
   width: 130px;
   height: 130px;
   background-color: #080808;
   border: 3px solid #4c4a4a;
   border-radius: 100%;
   /* box-shadow: 0px 2px 11px 4px #000000; */
   box-shadow: 0px 0px 14px #000000;
   color: #646262;
   display: none;
   pointer-events: all;
   overflow: hidden;
   transition: border-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}
#informations .content-image-user:hover .image-not-selected {
   border-color: var(--color_main);
   box-shadow: 0px 0px 14px 4px #000000;
   color: var(--color_main);
}
#informations .content-image-user img[src=""]+.image-not-selected {
   display: block;
}
#informations .content-image-user .image-not-selected svg {
   position: absolute;
   width: 100%;
   height: 100%;
   padding-top: 15px;
   top: 0px;
   left: 0px;
}


/* TEXTO DE IDENTIFICAÇÃO DA IMAGEM DE PERFIL */
#informations .content-image-user p {
   position: relative;
   width: max-content;
   max-width: 100%;
   margin-top: 15px;
   color: #9b9393;
   font-size: 15px;
   font-weight: 500;
   text-align: center;
   pointer-events: all;
   transition: color 0.3s ease;
}
#informations .content-image-user:hover p {
   color: var(--color_main);
}


/* INPUT PARA ALTERAR AS INFORMAÇÕES */
#informations .input_content {
   position: relative;
   width: 100%;
   height: 46px;
   padding: 10px 14px;
   background-color: #0B0B0B;
   border: 1px solid #363636;
   border-radius: 6px;
   box-shadow: 0px 0px 10px 1px #000000b3;
   color: #989898;
   display: flex;
   align-items: center;
   overflow: hidden;
}
#informations .input_content input {
   position: absolute;
   width: 100%;
   height: 100%;
   display: block;
   padding: 0px 18px 0px 62px;
   border: none;
   left: 0px;
   overflow: hidden;
   font-size: 16px;
   color: #cfcfcf;
   font-family: inherit;
   background-color: transparent;
}
#informations .input_content input:-webkit-autofill {
   -webkit-box-shadow: 0 0 0 30px #0B0B0B inset;
   -webkit-text-fill-color: #cfcfcf !important;
}

#informations .input_content svg {
   position: relative;
   width: 36px;
   height: 18px;
   padding-right: 12px;
   border-right: 2px solid #242424;
}

#informations .input_content.disabled {
   background-color: #0f0e0e;
   border: 1px solid #272727;
   box-shadow: 0px 0px 1px #000000;
   color: #4c4c4c;
   opacity: 0.9;
   cursor: default;
}
#informations .input_content input:disabled,
#informations .input_content input:disabled:hover,
#informations .input_content input:disabled::placeholder,
#informations .input_content input:disabled:hover::placeholder {
   color: #4c4c4c;
   cursor: default;
}
#informations .input_content.disabled svg {
   border-right: 2px solid #272727;
}


/* ------------ */

/* ------------ */

/* ------------ */

/* ------------ */

/* CARDS DO TIME */

.card_my_team {
   position: relative;
   width: 100%;
   min-height: 106px;
   padding: 20px 24px;
   display: flex;
   align-items: center;
   border-radius: 8px;
   flex-wrap: wrap;
   border: 2px solid #5b5b5b;
   background-color: #040404;
   box-shadow: 0px 0px 8px black;
   cursor: pointer;
   transition: all 0.2s ease;
}
.card_my_team:hover {
   border: 2px solid var(--color_main);
   box-shadow: 0px 0px 14px 0px #1dff2c30;
}

.card_my_team.card_my_favorite_team {
   border: 2px solid #ffffff;
   box-shadow: 0px 0px 16px #000000;
}

.logo_team {
   width: 56px;
   height: 56px;
   /* color: #464646; */
   color: #5b5b5b;
}
.logo_team img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.card_my_team .logo_team img[src='team_not_selected']{
   display: none;
}

.card_my_team .logo_team svg {
   width: 100%;
   height: 100%;
   display: none;
}
.card_my_team .logo_team img[src='team_not_selected']+svg {
   display: initial;
}

.align_text_card_team {
   margin-left: 14px;
}
.card_my_team p {
   width: 100%;
   font-size: 18px;
   color: var(--color_titles);
   font-weight: 600;
}

.card_my_team span {
   font-size: 14px;
   font-weight: 500;
   color: #6F6F70;
}




.custom_button {
   width: max-content;
   height: max-content;
   max-width: 100%;
   padding: 13px 46px 10px;
   border-radius: 4px;
   background-color: #070707;
   border: 2px solid var(--color_main);
   color: var(--color_main);
   box-shadow: 0px 0px 16px #000000;
   font-weight: 500;
   font-size: 16px;
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: pointer;
   transition: all 0.3s ease;
}

.custom_button:hover {
   color: var(--color_main);
   border-color: var(--color_main);
   box-shadow: 0px 0px 6px 4px #000000;
}

.custom_button:disabled, .custom_button:disabled:hover {
   background-color: #0f0e0e;
   border: 2px solid #272727;
   color: #4c4c4c;
   box-shadow: 0px 0px 1px #000000;
   opacity: 0.9;
   cursor: default;
}

.button_my_infs {
   width: max-content;
   height: max-content;
   max-width: 100%;
   padding: 13px 46px 10px;
   border-radius: 4px;
   background-color: #070707;
   border: 2px solid #252525;
   color: #6b6a6a;
   box-shadow: 0px 0px 16px #000000;
   font-weight: 500;
   font-size: 16px;
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: pointer;
   transition: all 0.3s ease;
}

.button_my_infs:hover {
   color: var(--color_main);
   border-color: var(--color_main);
   box-shadow: 0px 0px 6px 4px #000000;
}

.exit_button {
   padding: 8px 24px 7px;
   font-size: 16px;
   box-shadow: none;
   border: 2px solid #252525;
   color: #6b6a6a;
}

/* ------------ */

/* ------------ */

/* ------------ */

/* ------------ */

/* SEÇÃO DE TIPO DE LOGIN E SAIR */

.button_exit {
   width: 216px;
   height: 42px;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 4px;
   color: #676767;
   border: 1px solid #040404;
   background-color: #101010;
   font-weight: 500;
   font-size: 14px;
   cursor: pointer;
   transition: background-color 0.2s ease;
}

.button_exit:hover {
   background-color: #0e0e0e
}

/* ------------ */

/* ------------ */

/* ------------ */

/* ------------ */

/* MOBILE */
@media(max-width:1023px) and (min-width:768px) {
   .card_my_team {
      padding: 10px 15px;
   }
   .card_my_team .logo_team {
      width: 50px;
      height: 50px;
   }
}

@media(max-width:767px) {
   #introduction .content-introduction h1 {
      font-size: 34px;
   }
   .card_language_content {
      padding: 20px 14px;
      justify-content: center;
      text-align: center;
   }
   .align_titles_my_user h3 {
      font-size: 18px;
   }
   .align_titles_my_user p {
      font-size: 14px;
   }
   .card_language_content p {
      font-size: 16px;
   }
   .card_language_content span {
      font-size: 14px;
   }
   .card_my_team p {
      font-size: 16px;
   }
   .card_my_team span {
      font-size: 14px;
   }
}

@media(max-width:570px) {
   #introduction .content-introduction h1 {
      font-size: 30px;
   }
}

@media(max-width:500px) {
   #introduction .content-introduction h1 {
      font-size: 26px;
   }
}

@media(max-width:435px) {
   #introduction .content-introduction h1 {
      font-size: 26px;
   }
}

@media(max-width: 375px) {
   #introduction {
      padding: 35px 10px;
   }

   .logo_team {
      width: 54px;
      height: 54px;
   }
}