.card{  
    border-radius: 7px;
    overflow: hidden;
    transition: .3s;
    box-shadow: 0px 10px 10px -6px black;
    background-color:#082032 !important;
    height: 150px;
    margin-top: 10px;
    padding-top: 20px;
    margin-bottom: 0px;
}
.x:hover{
    box-shadow: 5px 5px 20px #fc4f46;
    transform: translateY(-3%);
    
}

.graf {
    margin-top: 15px;
}
.lol{
    text-align: center !important;
    color: white !important;
    font-size: 25px!important ;
}

h2{
  
    font-size: 15px;
    
    color: rgb(128, 128, 128);
  
}
.fa-3x{
    color: #f8655e !important;
}
h1{
    font-size: 40px;
    color: white;
  
}
.list-group-item{
    text-align: right;
    font-size: 15px;
    background-color:#082032 ;
    color: white;
}
.list-group-item:hover{
    background-color:#fc4f46;
    color: white;
}
.list-group-item.list-group-item-action.active
{
    background-color:#fc4f46;
    text-decoration: none;
    border-color: transparent;
}
.list-group-item.list-group-item-action.active
{
    background-color:#fc4f46 !important;
    text-decoration: none;
    border-color: transparent;
}
.card.pie{


    margin-bottom: 25px;
    height: 440px !important;
}
.gra{
   margin-top: 25px;
}
.datos{
    color: #b8b8b8;;
    margin-left: 25px;
    font-size: 20px;
    margin-bottom: 10px;
}
.info-xd{
    text-align: left;
    margin-left: 0px;
    margin-top:50px;
    height: max-content !important;
}
.h{
    margin-right: 5px ;
    align-items: center;
    padding-bottom: 10px !important;
}
h3{
    font-size: 14px;

}
a{
    text-decoration: none;
}
table{
    justify-content: center;
    text-align: center !important;
    border-radius: 5px;
    margin-top: 20px;

    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: white;
  
}
tr{
    justify-content: center;
    text-align: center !important;
    margin: 5px;
    padding: 5px;
    border-color: #eb4037 !important;
}
th{
    justify-content: center;
    text-align: center !important;
    margin: 5px;
    padding: 5px;
    border-color: #eb4037 !important;
}
table thead{
    justify-content: center;
    text-align: center !important;
    margin: 5px;
    padding: 5px;
    background-color:#eb4037 !important;
    
}
tbody{
    justify-content: center;
    text-align: center !important;
    margin: 5px;
    padding: 5px;
    border-color: #eb4037 !important;
}
.dataframe tr{
    text-align: center !important;
}
.btn-lg:hover{
    box-shadow: 0px 2px 2px  white;
    transform: translateY(-3%);
}
.vuelve{
    margin-top: 10px !important;
    color: white !important;
    font-size: 15px;
}

