*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
html{
    height: 100%;
}

body{
    background-color: rgb(81, 82, 88) !important;
    
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
#logo{
    max-height: 3rem;
   
    
    max-width: 30vw;
}
.nav-link{
    background-color:transparent ;
    border-radius: 10px;
    margin-left: 5px;
    
    text-align: center;
}
.nav-link:hover{
    background-color: rgb(133, 137, 175);
}
.nav-link:active{
    background-color: rgb(133, 137, 210) ;
}
a[href="#"]{
    background-color: rgb(133, 137, 210) ;
}
#navigation{
    background-color: rgb(190, 166, 230);
}
.col{
        text-align: center;
}

div a:hover{
    color: azure !important;
 }
 div a:active{
    color: rgb(208, 194, 247) !important;
 }
 .s-box{
    width: 30vw;
    min-width: 19rem;
 }
 .card{
    box-shadow: 3px 3px 3px rgb(53, 51, 51)
 }
 .card-img-top{
    object-fit: cover;
    height: 200px;

 }
 .card-body{
    text-align: center;
    background-color: rgb(230, 218, 205);
    

 }
 .card-text{
    height: 5rem;
 }
 .f-icon{
   font-size: 1.5rem;
   
 }
 .c-message{
    height: 11rem !important;
 }
 .input-group-text{
    width: 5.5rem ;
 }
.form-check{
    width: 10.5rem;
    text-align: center;
}
.d-image{
    border-radius: 5px;
    object-fit: cover;
    max-width: 45vw;
    min-width: 30vw;
    margin: 5px;
    box-shadow: 3px 3px 3px rgb(53, 51, 51)
}
.list-details{
    text-align: start;
}
.d-list{
    
    display: flex;
    
       
}
.p-details{
    padding-right: 10px;
}
td{
    width: 33%;
    text-align: center;
}
.tablaSub{
      text-align: right;
}
.tTitle{
    font-weight: bold;
    text-align: center;
}
th{
    font-size: larger;
}
.categoria{
    text-align: left;
}
.tValues{
    text-align: right;
    }