/*
////////////////////////////////////////////////////////////
////////// NAVBAR
////////////////////////////////////////////////////////////
*/
.navbar {
    background: #425796;
    background: -webkit-linear-gradient(to top, #2f80ed, #56ccf2);
    background: linear-gradient(to top, #2f80ed, #56ccf2);
  }
  .navbar-light .navbar-nav .nav-link {
    color: aliceblue;
    padding: 0 0 0 25px;
    font-weight: 700;
    font-size: 0.8rem;
  }
  .navbar-light .navbar-nav .active > .nav-link {
    color: aliceblue;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #425796;
  }
  


  .hero {
    background: #373B44;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #4286f4, #373B44);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #4286f4, #373B44); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  }

  .lead {
    font-size: 1.1rem;
  }

  .imagen_hero {
    border-radius: 25px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  }

  .btn-primary {
    background: #373B44;  /* fallback for old browsers */
  }



  /*///////////////////////////////////////////////////////////
////////// MEDIA QUERYS
////////////////////////////////////////////////////////////
*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .logo {
        width: 100%;
    }
    .imagen_hero {
        width: 100%;
    }
    .navbar-brand{
        width: 60%;
    }
} 

.box-title{
  background: #3286ee;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 11px;
  border-radius: 10px;
}