
.gradient-bg {

    background: linear-gradient(135deg, #1b0c09 0%, #3e3e3e 100%);
}

.card-header {
    background: linear-gradient(135deg, #1b0c09, #3e3e3e);
    color: white;
    padding: 2rem;
    text-align: center;
}

.info-header {
    background:  linear-gradient(135deg, #1b0c09, #3e3e3e);
    color: white;
    padding: 1rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    height: 47px;
}

.btn-primary {
    background: linear-gradient(135deg, #1b0c09, #3e3e3e);
    border: none;
    padding: 1rem 2rem;
    font-weight: 600;
    border-radius: 50px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #3164b5;
    border-color: #3164b5;
}
.boderdeimagen {
  border: 30px solid transparent;
  -moz-border-image: url("#1b0c09") 30 30 round; /* Old firefox */
  -webkit-border-image: url("#1b0c09") 30 30 round; /* Safari */
  -o-border-image: url("#1b0c09") 30 30 round; /* Opera */
  border-image: url("#1b0c09") 30 30 round;
}
.fondoencabezado{
  background-color: #1b0c09;
    border-radius: 7px 7px 0 0;
    height: 70px;
    color: white;
}

.card-3 .card-heading {
  background: url("../admin/files/evento/1764696997.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  #1b0c09;
    border-radius: 7px 7px 0 0;
    background: white;
} 