.btn-secondary {
    color:red;

    transform: translatey(4px);
}

.dropdown-item {

    color: #212529 !important;

  }




.txt-principal .titulo-banner{
  display: none;
}
.txt-principal .subtitulo-banner{
display: none;
}
.txt-principal .parrafo-title{
display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

  .txt-principal .titulo-banner{
      display: none;
  }
  .txt-principal .subtitulo-banner{
    display: none;
  }
  .txt-principal .parrafo-title{
    display: none;
  }

}




@media only screen and (min-width: 400px) and (max-width: 600px) {
  
  .logoMenu{
    width: 30%;
    height: auto;
  }
  
  
}

@media only screen and (min-width: 720px) and (max-width: 1024px) {
  
  .logoMenu{
    width: 30%;
    height: auto;
  }
  
  
}

@media only screen and (min-width: 601px) {
  .nav-link {
    display: block;
    padding: 0.5rem 4rem 0rem;
  }
  .logoMenu{
    width: 40%;
    height: auto;
  }
}