a {
    text-decoration: none !important;
}
.iconoShark {
  position: absolute!important;
  right: 0px!important;
  bottom: 0px!important;
  border: none!important;
}
.modal{
  z-index:99999;
}
.navbar-brand>img.navbar-brand-logo {
    height: auto !important;
    width: auto !important;
}
button#btnEdit {
    margin-top: 1rem !important;
}
.profile-social a {
    height: 1rem;
    width: 1rem;
    display: inline-block;
}
.profile-social span {
    margin-left: 1rem;
}
p.profile-job.datos.categoria {
    padding: 1rem 0;
    background: #eeeeee;

}
.categoria {
    font-style: oblique;
    font-weight: 600;
}
i#iconoShark {
    border: none;
    background-color: transparent;
    font-size: 2rem;
    width: 2.5rem;
    height: 2.5rem;
    color: #ffc107;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-brief {
    font-style: italic;
}
small {
    color: #aea8a5;
}
h5.mt-0.mb-5 {
    margin-bottom: 0 !important;
}
.list-group-item {
    border-bottom: 1px solid #EEE;
}
@media (min-width: 768px){
.modal-dialog {
    margin: 90px auto !important;
}
}

/* INICIO MENÚ MOBILE */
  .menuAbajo{
    width: 100%;
    height: 80px;
    background-color: #aea8a5;
    margin: 0;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    text-align: center;
    font-size: 40px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: 0 -2px 14px 5px rgb(0 0 0 / 10%);
  }
  
  .menuAbajo .col{
    border-right: .5px solid #E0E0E0;
  }
  .menuAbajo .col:last-child{
    border-right: none;
  }
  
  a.fold-show {
    color: #FFFFFF !important;
}
.botonesMenu {
    flex-wrap: nowrap !important;
    width: 100%;
}
/* FIN MENÚ MOBILE */
.page {
    background: transparent !important;
}
.nav-tabs {
    border-bottom: none !important;
}
.filtro {
    margin: 1rem 0;
}
.tituloPerfil {
    font-size: 1.2 rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
/* SUB MENÚ MOBILE */
div#menuOculto{
    display:flex;   
    justify-content: space-between;
    align-items: stretch;
}
ul.nav.navbar-toolbar.navbar-right.navbar-toolbar-right {
    flex-grow: 0;
}
span.menuWhiteShark {
    display: flex;
    flex-grow: 1;
    align-items: center;
}
/* FIN SUB MENU MOBILE */
b,strong {
    font-weight: 600;
}
.card-text {
    color:#aea8a5;
}
strong.modal-titles {
    color:#965a1f;
}
span.modal-destacado {
    font-weight: 900;
}
img.brand-img {
    width: 100% !important;
    padding: 2rem 1rem;
}
.page-copyright {
    margin-top: auto;
}
.btn-ingresar {
    margin: 1rem 0;
}
body.page-login-v3 {
    background: #aea8a5;
}