html,body{
  height: 100%;
  
}
/**/
#header{
  background:white; /* #FAFAFA*/ 
  border-bottom:1px solid #EBECC1;
  display: flex;
  justify-content: space-between;
  box-shadow: 1px 1px 4px #B0B0B0;
 /* position: fixed;
  width: 100%;
  z-index: 1000;*/
}
#body{
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  height: 80%;   
}
#header #logo{
  /*
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    height:90%;  
  */  
  max-height: 60px;
  cursor:pointer;
  
  min-width: 200px; 
}
@media (max-width: 767.98px) {
  #header>#logo{
    width: 200px;
  }
}

#content{
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  min-height: 100%;
  border-top:1px solid #EEEEEE;
}
/**/
#sidebar-wrapper {  
  background: white;
  width: 250px; 
  border-right: 1px solid #DFDFDF; 
  z-index: 1000;  
}
#page-content-wrapper {
  width: 82%; 
  background: #E6E5E5; 
}
.footer{
  background: #514A48;
  width: 100%;
  color: white;
}
/* Sidebar Styles */

.sidebar-nav { 
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;  
}
.sidebar-nav li a {
  display: block;
  text-decoration: none;  
  color:#444343;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff; 
  background: rgba(0,0,0,0.8);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {  
  color:#FB830E;
}

.sidebar-nav>.sidebar-brand a:hover {  
  color:#FAA95B;
  background: none;
}
.sidebar-nav li a i{
  display: inline;
}
.active{
  background: #FBC795;
  color: white;
}
/**/
.main{
  width: 77%;
  margin:25px auto;

}
.main form{
  padding: 20px 40px;
}
.menu-item a{
  color:black !important;
  
}
.menu-item a:hover{
  color:#656363 !important;
}
.menu-item .dropdown-item:hover{
  background:#FAA95B; 
}
.navbar .dropdown-menu-right { 
  right: 0; 
  left: auto; 
}
/*sesión*/
/*.sesion ul{
  list-style: none;
}
.sesion > a{
  color:black;
  margin-right: 5px;
}
.sesion>a:hover{
  color:#656363;
}
.sesion .dropdown-item:hover{
  background:#FAA95B; 
}*/

/*tarjeta*/
.tarjeta{
  background: white;  
  border-bottom: 1px solid #EBECC1;
  box-shadow: 1px 1px 4px #B0B0B0;
  border-radius: 3px;
}

.hide{
  display: none;
}

/*Detalle proyecto*/
.proyecto{
  width: 65%;
  margin:40px auto 30px; 
}
.proyecto h2{
  margin-top: 10px;
  text-align: center;
}
.proyecto h5{
  text-align: center;
  margin-bottom: 10px;
}
.bandera{
  display: block;
  text-align: center;
}
.pais{
  width: 26px;
  border:1px solid #E9E8E8;
}
.proyecto > div{
  margin-bottom: 10px;
  /*padding: 20px 10px 30px;*/
}
.proyecto>div.dropdown-toggle{
  text-align: right;
}
#proyecto_top{
  display: flex;
  justify-content: space-between;
}
#proyecto_top > i{
  margin-left: 10px;
  cursor: pointer;
  display: block;
}
.no_visible{
  visibility: hidden;
}

#descripcion{
  margin-top: 30px;
  padding: 0 45px;
  text-align: justify;
}

.wrap-profile{
  margin:0 10px 15px 10px;
  display: flex;
  flex-direction: column;
  text-align: center; 
}
.wrap-profile a{
  text-decoration: none;
  color:black;  
}
.wrap-profile a:active{
  border:none;
  text-decoration: none;
}
.profile img{
  display: block;
  border:3px solid white;
  border-radius: 70px;
  height: 120px;  
  width: 120px;
  box-shadow: 1px 1px 4px #3D3D3D;
  margin:0 auto;
  image-orientation:from-image;
}
.profile img:hover{
  transition: all .2s ease-in-out;
  transform: scale(1.1);
  cursor: pointer;
}

.data-profile{
  margin-top: 10px;
}
.data-otro{
  display: flex;
  flex-flow: column;
  line-height: 1;
}


#equipo{
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 10px;
}
/**/

/*Yiced*/
#perfil{
  width: 80%;
  margin:30px auto;
  text-align: center;
}
#tarjetaperfil{
  background: url('../media/fondoperfil.jpg');
  background-size:100% 100%;
  background-repeat: no-repeat;
  height: 150px;    
}

#foto-perfil img{
  margin:-90px  auto 0px;
}

#head-profile{
  padding-bottom: 20px;
}
#about{
  margin:15px 0;
  min-height: 120px;
  padding: 20px 10px;
}
.principal {
  min-height: 180px;  
  
  display:flex; 
  flex-flow: row;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.principal>div{
  padding: 10px 20px;
  width: 100%;
}
.principal>div h5{
  margin-bottom: 10px;
}
.principal>div>span{
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}
#educacion{
  margin:0 10px;
}
.iconos{
  font-size: 16px;
  margin-right: 2px;
  width: 16px;
  height: 16px;
}

.text-off{
  color:#A7A3A3;
  font-size: 14px;
}
/*comentarios*/
#comentarios{  
  margin:15px auto 20px;
  padding: 20px 25px; 
}

#historico{ 
  padding: 10px 5px;
  margin-bottom: 25px;
  max-height: 500px;
  overflow-y: auto; 
}
#comentarios textarea{
  resize: none; 
}
#comentarios button{
  margin-top: 10px;
}
.name_profile{
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
  color:#D93434;
}
.head_comment{
  display: flex;
  
}
.fecha{
  font-size: 12px;
  color: #979696;
  font-style: italic;
  vertical-align: baseline;
  padding-top: 5px;
}
.body_comment{
  text-align: left;
  white-space: normal;
}
.comment{
  /*background-color: #E7EDF9;*/
  padding-left: 10px;
  padding-top: 10px;
  display: flex;
  margin-bottom: 15px;

}
.comment img{
  display: block;
  height: 60px;
  width: 60px;
  margin-right: 10px;
  border-radius: 40px;
}

/*Cambiar clave*/
#cambiarPassword{
  width: 70%;
  margin: 0 auto;
  padding-top: 15px;
}

/**/
#boton-menu{  
  background: none;
  display: inline;
  margin-left: 260px;  
  position: absolute;
  cursor: pointer;
  display: none;
  font-size: 14px;
}
#boton-menu::after{
  content: none !important;
}
.toggled{
  margin-left: 0 !important;
  width: 400px;
}
/**/
#desplegable{
  text-align: right;
  margin-right: 10px;
}
#desplegable span{
  cursor: pointer;
}
#desplegable a>img{
  display: inline-block;
  width: 20px;
  height: 15px;
}

#desplegable span::after{
  content: none !important;
}

.card-info{
  padding: 20px 10px;
  text-align: center;
}
.card-content{
  padding: 20px 10px;  
}



/*Media query*/
@media (max-width: 575.98px) { 
  
  #sidebar-wrapper{
    margin-left: -250px;
    position: absolute;
    transition:  margin-left 1s;
    height: 100%;
  }
  #page-content-wrapper{
    width: 100%;
  }

  .proyecto{
    width: 100%;
  }
  .form{
    width: 90%;
  }
  #boton-menu{
    display: block;
  }

  .principal {
    flex-flow: column;
  }
  #educacion{
    margin:0;
  }
  .principal div{
    margin-bottom: 10px !important;
  }
  #perfil{
    width: 100%;
  }
  .main{
    width: 90%;
  }
  #cambiarPassword{
    width: 100%;
  }
}