
.cabecerasup {
    background-color: #212428;
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #3164b5;
    border-color: #3164b5;
}
.boderdeimagen {
  border: 30px solid transparent;
  -moz-border-image: url("#212428") 30 30 round; /* Old firefox */
  -webkit-border-image: url("#212428") 30 30 round; /* Safari */
  -o-border-image: url("#212428") 30 30 round; /* Opera */
  border-image: url("#212428") 30 30 round;
}
.fondoencabezado{
  background-color: #212428;
    border-radius: 7px 7px 0 0;
    height: 70px;
    color: white;
}

.card-3 .card-heading {
  background: url("../admin/files/evento/1761617550.jpeg") top left/cover no-repeat;
  display: table-cell;
  width: 50%;
}

.textomargen{
    margin-left: 8px;
    margin-right: 8px;
}

.sizealert{
    height: 10px;
    width: 100%;
  
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
    width: 30px;
}

.d-flex2 {
    display: flex !important;
    height: 46px;
}

.sizetexto{
  font-size: 15px;
}

.bordesformulario{
    border: 1px solid  #212428;
    border-radius: 7px 7px 0 0;
    background: white;
} 