.mb-10 {
    margin-bottom: 10px;
}

.w-100 {
    width: 100%;
}

.w-82 {
    width: 82%;
}

.w-48 {
    width: 48%;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.form-floating input {
    background-color: #e3e3e3;
}

.form-floating textarea {
    background-color: #e3e3e3;
}

.content-text-contacto {
    align-items: center;
    justify-content: space-around;
}
   
.mt-3 {
    margin-top: 28px;
}

.space-between {
    justify-content: space-between;
}

.error-message {
    display: none;
    color: red;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: opacity 0.5s ease;
}

.success-message {
    display: none;
    color: green;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: opacity 0.5s ease;
}
