.contactNav{
    opacity: 1;
    font-weight: bold;
    color: white
}

.contactNav .nav-link:hover {
    font-weight: bold;
}

.titlespace{
    margin-top: 50px;
}

.inputs{
    margin-top: 20px;
    padding: 10px;
    border: 2px solid #C39C42;
}
select{
    padding: 10px;
    border: 2px solid #C39C42;
    border-radius: 4px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.placeholder-option {
    color: #b8b8b8; /* Cor cinza claro */
}

.allinputs{
    margin-top: 50px;
}


.contacts{
    margin-top: 80px;
    margin-bottom: 100px;
}

.margin{
margin-bottom: 3px;
margin-top: 40px;
}
.callCost{
    font-size: 11px;
}

.visitText{
    margin-top: 50px;
}

.followusFacebook{
    margin-top: 50px;
}
.send{
    margin-top: -40px
}

.map{
    border-radius: 5px;
}

.error{
    color: rgb(185, 12, 12);
    display: flex;
    text-align: left;
    margin-top: -10px;
}

.inputName{
    text-transform: capitalize
}

.buttons {
    margin-top: 60px;
    background-color: #C39C42;
    width: 250px;
    height: 44px;
    border-radius: 4px;
    border: none;
    text-decoration: none;
    color: white;
    transition: background-color 0.3s ease;
    cursor: pointer;
    /*
    margin-bottom: 150px;
    */
}

.buttons:hover{
    background-color: #c5972b;
    font-weight: normal; 
}

.speakWithUsT{
    margin-top: 10px;
    margin-bottom: 5px;
}

.emails{
    margin-top: 20px;
    margin-bottom: 50px;
}

.labelSpace{
    margin-top: 5px;
    margin-bottom: 5px;
}

