﻿

.commentForm
{
    position: relative;
    background-image: url('../assets/img/bg-contact.jpg');
    
    display: flex;
    justify-content: center;
}



.commentForm input[type="text"], .commentForm textarea
{
    width: 100%;
    border-width:0px;
    font-weight:bold;
    font-family:Arial, Sans-Serif;
    font-size:0.9em;
}

.commentForm form {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

@media (min-width: 576px) {
    .commentForm form {
        width: auto;
    }
}

.commentForm label {
    color: #000;
}

.nombre
{
    height: 22px;
}
.email
{
    /* top: 90px; */
    height: 22px;
    /* background-image: url('../images/email_bkg.jpg'); */

}
.telefono
{
    /* top: 145px; */
    height: 22px;
    /* background-image: url('../images/phone_bkg.jpg'); */
}
.consulta
{
    /* top: 208px; */
    height:108px;
    /* background-image: url('../images/comments_bkg.jpg'); */
}

.commentForm__actions {
    display: flex;
    gap: 10px;
}

.sendButton
{
    width:100px;
    height:32px;
    border:solid 1px #fff;
    background-color:#D1C076;
    color:#000;
    cursor: pointer;
}

.resetButton
{
    width:100px;
    height:32px;
    border:solid 1px #fff;
    background-color:#D1C076;
    color:#000;
    cursor: pointer;
}