
  /**
   * Bootstrap "Journal code" icon
   * @link https://icons.getbootstrap.com/icons/journal-code/
   */
/*table, th, td {
  border: 0px solid;
}
*/
  /* Table of contents */
  .bd-aside a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: .3125rem;
    color: rgba(0, 0, 0, .1);
    text-decoration: none;
  }
  
  .bd-aside a:hover,
  .bd-aside a:focus {
    color: rgba(0, 0, 0, .1);
    background-color: rgba(121, 82, 179, .1);
  }
  
  .bd-aside .active {
    font-weight: 600;
    color: rgba(0, 0, 0, .85);
  }
  
  .bd-aside .btn {
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    border: 0;
  }
  
  .bd-aside .btn:hover,
  .bd-aside .btn:focus {
    color: rgba(0, 0, 0, .85);
    background-color: rgba(121, 82, 179, .1);
  }
  
  .bd-aside .btn:focus {
    box-shadow: 0 0 0 1px rgba(121, 82, 179, .7);
  }
  
  .bd-aside .btn::before {
    width: 1.25em;
    line-height: 0;
/*content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");*/
    transition: transform .35s ease;
  
    /* rtl:raw:
    transform: rotate(180deg) translateX(-2px);
    */
    transform-origin: .5em 50%;
  }
  
  .bd-aside .btn[aria-expanded="true"]::before {
    transform: rotate(90deg)/* rtl:ignore */;
  }
  


  
  /* Layout */
    .bd-aside {
        padding: 4rem;
        scroll-margin-top: 4rem;
    }
    

    /* Colors */
    .bg-fizica-r {
        background-color: #2288AA;
    }
	.myfooter
	{
    background-color: #2288AA;
	width: 100%;
    bottom: 0; 
	}
	.mybg
	{
    background-color: #555555;
	}

    /* Resize */
    .navbar-nav img{
        max-height: 50px;
        padding-right: 1rem;
    }

    @media screen and (max-width: 576px) {
        .navbar-nav img{
            max-height: 100px;
            max-width: 200px;
            padding: 8px;
			text-align: justify;
        }
    }

    @media screen and (max-width: 576px) {
        .logo{
            max-height: 400px;
            max-width: 400px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            padding: 8px;
        }
    }

