.color{
    color: rgb(112, 0, 0);
}
.davant{
    z-index: 999;
}
.izq{
    float: right;
}

@media (min-width: 576px) {
    .espacio{
        min-height: 1700px;
    }
}
.btn .inici {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 1.0rem;
    color: rgb(0, 87, 90);
    font-weight: lighter;
}

label.form-label {
    font-size: 1em;
    letter-spacing: 0.02em;
    color: rgb(196, 237, 253)!important;
 }
 .color-form{
    color: rgb(228, 240, 245)!important;
 }
  
  .color-01{
    background-color: rgba(14, 14, 73, 0.295)!important;
    border-radius: 8px;
  }
  .justi{
    text-align: justify;
  }