    .bg-barra{
      background: rgba(255, 255, 255, 0.06);
    }

    .bg-border{
      border-top: 3px solid #dddddd;
    }

    .barra-menu{
      padding-top: 8px; 
      height: 60px;
      color:blue;
    }

    .barra-contacto{
      margin-top: 12px;
    }

    .avatar-img-1{
      width: 28px;
      border-radius: 50%;
    }

    .avatar-img-2{
      width: 240px;
      border-radius: 50%;
    }

    .img-logo{
      height: 40px;
    }

    .home{
      padding-left: 31px;
      font-size: 24px;
    }

    .barra-text{
      margin-right: 10px;
    }

    .contacto{
      cursor: pointer;
    }

    .nav-link{
    	color:blue;
    }

    .font-barra, .barra-contacto a{
      color:blue;
      text-decoration: none;
    } 
    .text-right{
      text-align: right;
    }
    .text-center{
      text-align: center;
    }
    .avatar_letter{
      background: #616161;
      color:#ffffff;
      padding: 4px;
      border-radius: 20px;
      margin: 10px;
    }

    .avatar_letter_2{
      background: #616161;
      padding: 2px;
      color:#ffffff;
      border-radius: 75px;
      margin: 0 59px;
      font-size: 54pt;
    }

    .contacto_2{
      font-size: 21pt;
    }

    .barra-collapse{
      z-index: 50000;
      position: absolute;
      margin-top: 13px;
      right: 0;
    }
    .barra-header{
      /*margin-bottom: 8px;*/
    }

    .sin-paading{
      padding-right: 0px;
      padding-left: 0px;
    }

    @media (max-width: 767px) {

      .home{
        display: none !important;
      }

    }

    @media (max-width: 600px) {

      .img-logo{
        height: 30px;
      }

    }
