.container-velas-content {
    width: 100%;
    max-width: 1380px;
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
    align-items: center;
}

.velas-anteriores {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 1rem;
    align-items: center;
    gap: 2rem;
    justify-content: center;
}

.card-vela {
    width: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: #020081e5;
    font-weight: 600;
    transition: all 0.2s ease;
    transition: box-shadow 0.5s ease;
    padding: 1rem 0;
}


.card-vela img {
    width: 90%;
    border-radius: 1.5rem;
    margin-bottom: 1rem;
}

.card-vela p {
    display: none;
}

.title-send-vela {
    color: #020081e5;
    font-weight: 600;
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
}

.enviar-vela {
    width: 100%;
    max-width: 70%;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    margin-top: 2.4rem;
    margin-bottom: 1rem;
    color: #020081e5;
}

.enviar-vela p {
    margin: 0.5rem;
}

.input-text-vela {
    border: 1px solid #020081e5;
    border-radius: 5px;
    width: 100%;
    padding: 0.3rem;
}

.input-main-vela {
    border: 1px solid #020081e5;
    border-radius: 5px;
    width: 100%;
    padding: 0.3rem;
    margin: 0;
}

.container-button-enviar-vela {
    display:flex;
    width: 100%;
    justify-content: center;
    gap: 2rem;
    align-items: center;
}

.container-button-enviar-vela button {
    background-color: #020081e5;
    color: #FFFFFF;
    padding: 0.5rem 0.8rem;
    border-radius: 5px;
}

.input-texto {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.input-texto label{
    width: 10rem;
    position: absolute;
    left: -11rem;
    text-align: right;
}