h1 {
    font-family: 'Dancing Script', cursive;
    text-align: center;
    font-weight: bold;
    text-align: center;
}
  
h1.linea {
    position: relative;
    z-index: 1;
}
  
h1.linea:before {
    border-top: 10px solid var(--clr);
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}
  
h1.linea span {
    background: #fff;
    padding: 0 15px;
}
  
.titulos {
    font-size: 44px;
    margin: 10px 0px 22px 0px !important;
    font-family: 'Dancing Script', cursive;
}

.datosG {
    font-weight: bold;
    margin: 4px 10px !important;
    font-size: 13px;
    color: #000;
  }
  
  .datosM {
    font-weight: bold;
    margin: 4px 10px !important;
    font-size: 22px;
    color: #000;
  }
  
  .datosS {
    font-weight: bold;
    margin: 4px 10px !important;
    font-size: 22px;
    color: #6a6a6a;
  }
  
  .datosG span {
    font-weight: 500;
    color: #6a6a6a;
  }
  