
body {
  font-family: 'Roboto', sans-serif !important;
}


.navbar-brand img {
  max-width: 300px;
  height: auto;
  margin-right: -40px;
}

.bg-none{
  background: none !important;
}

.bloque-secundario {
  background: linear-gradient(135deg, #0B0C10, #1C1F26);
  color: white;
}

/* ------------------------------------------------------------------------------------- */
@media (max-width: 1500px) {
 
  .navbar-brand img {
    max-width: 200px;
  }


  .navbar-nav {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-left: 23% !important;
    margin-right: 23% !important;
  }

  .navbar-nav .nav-item {
    margin: 5px 0;
  }

  .btn-contacto {
    text-align: center;
    width: 100%;
    /* background: #000 !important; */
  }


  .btn-contacto .btn {
    width: 60%;
  }
}


/* ------------------------------------------------------------------------------------- */
@media (max-width: 1000px) {
  .navbar-brand img {
    max-width: 200px;
  }

  .navbar-nav {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .navbar-nav .nav-item {
    margin: 5px 0;
  }

  .btn-contacto {
    text-align: center;
    width: 100%;
    /* background: #000 !important; */
  }


  .btn-contacto .btn {
    width: 60%;
  }
}


@media (max-width: 768px) {
  .navbar-brand img {
    max-width: 150px;
  }

  .navbar-nav {
    justify-content: center !important;
    flex-direction: column;
    align-items: center !important;
  }

  .navbar-nav .nav-item {
    margin: 5px 0;
  }

  .btn-contacto {
    text-align: center;
    width: 100%;
    /* background: #000 !important; */
  }


  .btn-contacto .btn {
    width: 60%;
  }

  .navbar {
    padding: 5px 0px 5px 0px !important;

  }
}


.navbar-nav {
  flex-direction: row;
  justify-content: center;
  /* margin-left: 28% !important; */
  /* border: 1px solid white; */
}

.navbar-nav .nav-item {
  margin: 0 10px;
}

.navbar {
  background-color: rgb(20, 20, 20) !important;

}