.btn-circle
{
  width: 110px;
  height: 110px;
  padding: 13px 18px;
  border-radius: 60px;
  font-size: 15px;
  text-align: center;
}

.logo_base
{
  max-height: 8.5rem !important;
/*  padding-left: 1.5rem !important;*/
}

.nav-link
{
/*  padding: 0 !important;*/
}

.gradiente
{
  /* The image used */
  background-image: url("gradiente_menu2.png");
  /* Full width

  */
  width: 100%;
  background-repeat:  repeat-y;
  background-position: center;
  background-size: cover;
}

.bg {
  /* The image used */
  background-image: url("../images/inicio.png");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

  /*  opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.enlinea
{
  display: inline !important;
}

.bg-blue
{
  background-color: #00abf9;
}

/*Cosas del menú
.navbar .navbar-nav .nav-link
{
}

.navbar .navbar-nav .nav-link:hover
{
}

@media only screen and (min-width: 960px)
{
  .navbar
  {
    flex-direction: column;
  }
  .navbar .navbar-nav
  {
  }
  .navbar .nav-item .navbar-brand
  {
    padding: 0.5em 0.5em;
  }
}
.navbar .navbar-nav
{
  margin-top: 0.1em;
}*/
