body{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

::selection {
  background-color: #393939 !important; /* Altere para a cor desejada, por exemplo, cinzento */
  color: #fff !important; /* Altere para a cor desejada */
  -webkit-text-fill-color: #fff !important;
}

.navbar { 
  padding-left: 2.5%;
  padding-right: 2.5%;
  z-index: 999999999999999;
  background-image: linear-gradient(270deg, rgb(62, 62, 62) 0%, rgba(222,222,222,1) 100%);
}

.navbar .nav-link {
  color: white;
}

.navbar .navbar-brand.gradient-text {
  background-image: linear-gradient(to right, #929292, #404040);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
}

.navbar .navbar-brand.animated-glow {
  background-image: radial-gradient(circle, rgba(255,255,255,1) 27%, rgba(0,0,0,1) 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: glowing-line 10s linear infinite;
}

@media (max-width: 991px) {
  .navbar-collapse {
      margin-top: 8px; /* Ajusta a margem superior para descer o conteúdo */
  }
}

@media (max-width: 767px) {
  .navbar-nav {
    font-size: 20px;
      text-align: center; /* Centraliza os itens do menu */
  }
  .navbar-nav > li {
      display: inline-block; /* Exibe cada item de navegação como um bloco inline */
      float: none; /* Remove qualquer flutuação anterior */
  }
  .d-flex {
    margin: auto; /* Centraliza os itens do menu */
    
    
  }
  .abc{
    font-size: 20px;
  }
}

.navbar-toggler-icon {
  color: #ffffff !important; /* Cor branca para o ícone do menu */
}




@keyframes glowing-line {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
  
}

.navbar-brand.animated-glow {
  background-image: radial-gradient(circle, rgba(255,255,255,1) 27%, rgba(0,0,0,1) 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: glowing-line 10s linear infinite;
}


.dropdown-item{
  font-weight: bold;
}
.bg_text_vant{

  color:green;
}

.bg_text_desv{

  color:red;
  
}

.dropdown-menu a {
  background-color: #ffffff;
  transition: background 0.7s ease;
}

.dropdown-menu a:hover {
  background: linear-gradient(90deg, #000000, #929292, #929292);
  background-size: 200% 100%;
  animation: anim_dropdown_1 1s ease;
  color: #ffffff;
}
.dropdown-menu a:out-of-range {
  background: linear-gradient(90deg, #000000, #929292, #929292);
  background-size: 200% 100%;
  animation: anim_dropdown_1 1s ease;
  color: #ffffff;
}

@keyframes anim_dropdown_3 {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}


@keyframes anim_dropdown_1 {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0% 0;
  }
}

.dropdown-menu a:active {
  background: linear-gradient(90deg, #000000, #ffffff, #ffffff);
  background-size: 200% 100%;
  animation: anim_dropdown_2 2s ease;
  color: #000000;
}

@keyframes anim_dropdown_2 {
  100% {
    background-position: 100% 0;
  }
  0% {
    background-position: 0% 0;
  }
}

/* Adiciona transição de volta ao estado original quando o mouse sai */
.dropdown-menu a {
  transition: background 0.3s ease;
}

.dropdown-menu a:hover {
  transition: background 0.3s ease;
}


.dropdown-item:active {
  background-color: gray;
  color:white;
}

.cor-footer {
  background-image: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgb(61, 61, 61) 100%);
  font-weight: bold;
}

.titulo_principal{
  font-size: 70px;
}

/* for all social containers*/
.socialContainer {
  width: 52px;
  height: 52px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: .3s;

}
/* instagram*/
.containerOne:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  transition-duration: .3s;
}
/* twitter*/
.containerTwo:hover {
  background-color: #3339e7;
  transition-duration: .3s;
}
/* linkdin*/
.containerThree:hover {
  background-color: #000;
  transition-duration: .3s;
}
/* Whatsapp*/
.containerFour:hover {
  background-color: #000000;
  transition-duration: .3s;
}

.socialContainer:active {
  transform: scale(0.9);
  transition-duration: .3s;
}

.socialSvg {
  width: 25px;
}

.socialSvg path  {
  fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
  animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.contactos {
  justify-content: center;
}

.card {
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-content {
  text-align: center;
}

.card-content h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.card-content p {
  color: #777;
  margin-bottom: 20px;
}

.button {
  display: inline-block;
  
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
}



.card1 {
  margin-left: 250px;
  margin-right: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.a {
  color: white;
}

.headdiv {
  height: 100vh;
  background-image: url(../imgs/cinza.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.texto1 { 
  margin-top: 100px;
  text-align: center;
  
}


section {
  padding: 20px;
}

.icone-login {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.login-button {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.icone-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.icone-music {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.icone-config{
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.titulo2{
  padding-bottom: 30px;

}

.linha2{
  padding-top: 40px;
}


.dropdown-menu {
  display: none;
}

/* Adicione uma transição suave para a animação */
.dropdown-menu {
  transition: opacity 0.3s ease-in-out;
}

/* Adicione a classe "show" para exibir o dropdown */
.dropdown-menu.show {
  display: block;
}

.dropdown-menu {
  display: none;
  opacity: 0;
  animation: myAnim 0.7s ease 0s 1 normal forwards;
}
@keyframes myAnim {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.coisinha2{
  background-color: #ffffff;
}

.coisinha3 {
  background-image: url(../imgs/cinza1.png);
  background-size: cover;
  background-repeat: no-repeat;
  color:
  #ffffff;
}
.coisinha4 {
  background-image: url(../imgs/cinza1.png);
  background-size: cover;
  background-repeat: no-repeat;
  color:#ffffff;
}




.glow-on-hover {
  font-weight: bold;
  width: 180px;
  height: 50px;
  border: none;
  outline: none;
  color: #fff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}

.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #ffffff, #ffffff, #000000, #000000, #ffffff, #ffffff, #000000, #000000, #ffffff, #ffffff);

  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}


.glow-on-hover:active:after {
  background: rgba(0, 0, 0, 0.8);
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}

.imgs1{
  width: 100px;
  height: 100px;
  filter: grayscale(100%);
}

 


@media (max-width: 1400px) {
  .titulo_principal {
    font-size: 80px;

    margin-left: -300px;
    margin-right: -300px
  }
  .lead { 
    margin-left: -100px;
    margin-right: -100px
  }
}

@media (max-width: 1000px) {
  .titulo_principal {
    font-size: 60px;
    margin-top: -20px;
    margin-left: -200px;
    margin-right: -200px
  }
  .lead { 
    font-size: 25px;
    margin-left: -100px;
    margin-right: -100px
  }
}

@media (max-width: 814px) {
  .titulo_principal {
    font-size: 60px;
    margin-top: -120px;
    margin-left: -100px;
    margin-right: -100px;
    white-space: pre-line;
  }
  .lead {
    font-size: 20px;
  }
  .card1 {

    white-space: pre-line;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 700px) {
  .titulo_principal {
    font-size: 60px;
    margin-top: -100px;
    margin-left: -200px;
    margin-right: -200px
  }
  .lead {
    
    padding-left: 20px;
    padding: 20px
  }
}

@media (max-width: 600px) {
  .titulo_principal {
    font-size: 50px;
    padding-left: 10px;
    padding-right: 10px;  
    
  }
  .lead {
    font-size: 20px;
  }
  .card1 {

    white-space: pre-line;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 520px) {
  .titulo_principal {
    font-size: 40px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;  
    
  }
  .lead {
    font-size: 20px;
  }
  .card1 {
   
    padding: 0; /* Definindo padding como 0 */
    white-space: pre-line;
    margin-left: auto;
    margin-right: auto;
  }
}


@media (max-width: 520px) {
  .titulo_principal {
    font-size: 40px;
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    white-space: pre-line;
    padding: 0; /* Definindo padding como 0 */
    border: none; /* Removendo a borda */
    font-weight: bold;
  }
  .lead {
    font-size: 20px;
  }
  .card1 {
   
    padding: 0; /* Definindo padding como 0 */
    white-space: pre-line;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 420px) {
  .titulo_principal {
    font-size: 37.5px;
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    white-space: pre-line;
    padding: 0; /* Definindo padding como 0 */
    border: none; /* Removendo a borda */
    font-weight: bold;
  }
  .lead {
    font-size: 22.5px;
  }
  .card1 {
   
    padding: 0; /* Definindo padding como 0 */
    white-space: pre-line;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
}

@media (max-width: 315px) {
  .titulo_principal {
    font-size: 37.5px;
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    white-space: pre-line;
    padding: 0; /* Definindo padding como 0 */
    border: none; /* Removendo a borda */
    font-weight: bold;
  }
  .lead {
    font-size: 20px;
  }
  .card1 {
   
    padding: 0; /* Definindo padding como 0 */
    white-space: pre-line;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
}




::-webkit-scrollbar {
  width: 5px; /* largura da barra de rolagem */
  transition: width 2s; /* Adiciona uma transição suave para a largura da barra de rolagem */
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);

}

::-webkit-scrollbar-track {
  background: linear-gradient(0deg, rgba(92,92,92,1) 0%, rgb(255, 255, 255) 100%);
}
 