body {
    background: #fafafa;
    color: #2bb0e8;
    margin-top: 5em;
    padding-bottom: 4rem;
    font-size: 0.85em;
  }

  p {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4em;
    color: grey;
  }
  
  h1, h2, h3, h4, h5, h6 {
    color: #444444;
  }
  
  ul {
    margin: 0;
  }
  
  a {
    color: rgb(0, 0, 141);
  }

  .clearablefileinput, .form-control-file {
    font-size: 11px;
    display: inline-block;
    width: 70%;
  }


  footer {
    position:fixed;
    bottom: 0;
    width: 100%;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    padding-bottom: 3rem;
  }

  .base-col {
    background-color:#2bb0e8;
  }
  .btn {
    color:#2bb0e8;
    border-color: #2bb0e8;
    /*background-color: transparent;*/
  }
  .btn1 {
    color:#2bb0e8;
    border-color: #2bb0e8;
    /*background-color: transparent;*/
  }
  .btn:hover {
    color:white;
    border-color: #2bb0e8;
    background-color: #2bb0e8;
  }
  .btn1:hover {
    border-color:white;
    color: #2bb0e8;
    background-color: white;
  }

  .btn-info {
    color: white;
    background-color: #2bb0e8;
    border-color: #2bb0e8;
    }

  .btn-info:hover {
    color: white;
    background-color: #2bb0e8;
    border-color: #2bb0e8;
    }

  .btn-info:active {
    color: white;
    background-color: #2bb0e8;
    border-color: #2bb0e8;
    }

  .base-but {
    color: #2bb0e8;
    border-color: #2bb0e8;
  }

  .base-but:hover {
    color: white;
    background-color:#2bb0e8;
  }

  .base-but:active {
    color: white;
    background-color:#2bb0e8;
  }

  .site-header .navbar-nav .nav-link {
    color: white
  }
  
  .site-header .navbar-nav .nav-link:hover {
    color: #e7e7e7;
  }
  
  .site-header .navbar-nav .nav-link.active {
    font-weight: 500;
  }
  
  .content-section {
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
  }
  
  .article-title {
    color: #444444;
  }
  
  a.article-title:hover {
    color: #428bca;
    text-decoration: none;
  }
  
  .article-content {
    white-space: pre-line;
  }
  
  .article-img {
    height: 65px;
    width: 65px;
    margin-right: 16px;
  }
  
  .article-metadata {
    padding-bottom: 1px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e3e3e3
  }
  
  .article-metadata a:hover {
    color: #333;
    text-decoration: none;
  }
  
  .article-svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }
  
  .account-img {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    margin-bottom: 16px;
  }
  
  .account-heading {
    font-size: 2.5rem;
  }

  .alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.lema {
  text-align: left;
  margin-left: 5px; 
  font-size: 1rem;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 576px) {
  /* #mobile_search_hall{
    margin-top: 35px;
  } */
  footer div.text-center{
    font-size: 0.7em;
  }
  .btn-sm {
    font-size: 0.9em;
  }
  nav a#home {
    margin: auto;
  }
  .navbar-toggler {
    padding: 0.25rem 0.5rem;
  }
  .navbar-toggler-icon {
    width: 1em;
    height: 1em;
  }
  .site-header .navbar-nav .nav-link {
    text-align: center;
  }
  .insc-mobile{
    max-width: 200px;
    align-self: center;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  
  .mobile-break { display: block; }
  .desktop-break { display: none; }
}

@media (max-width: 450px) {
  .div-lema { display: none;}
}

@media (min-width: 451px) {
  .div-lema { display: block;}
  .lema {
    text-align: left;
    margin-left: 5px; 
    font-size: 1rem;
  }
}

@media (min-width: 577px)  {
  .mobile-break { display: none; }
  .desktop-break { display: block; }
}

@media (min-width: 576px) and (max-width: 767px) {
  
  .insc-mobile{
    max-width: 200px;
    align-self: center;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container {
    padding-left: inherit;
  }
}
