.title-text {
    font-size: 15px !important;
    text-align: center !important;
}

.header-colum {
    text-align: left !important;
    color: #fff !important;
    background-color: #373a3c !important;
}

.card {
    height: 570px !important;
    
}

.card-body{
	background-color: #CDD1D3 !important;
}

.card-block{
    border: solid #c0c0c0 1px !important;
}

.go-top {

  position: fixed;

  bottom: 2em;

  right: 2em;

  text-decoration: none;

  color: #fff;

  background-color: rgba(0, 0, 0, 0.3);

  font-size: 12px;

  padding: 1em;

  display: none;

}

 

.go-top:hover {

  background-color: rgba(0, 0, 0, 0.6);

}

.nav-item:hover {
    background: blue;
}

#buscador {
    border-bottom: black 2px solid !important;
}
.buscador-title{
    background: #468499;
    font-weight: bold;
}