.formContact{
    min-height: calc(100vh - 320px);
}
.containerInputContact input[type="text"],
.containerInputContact input[type="password"]{
    outline: none;
    background: #ffffff00;
    border-bottom: 1px solid white;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    font-size:18px;
    color: #aeaeae;
    /* border-radius: 5px 5px 0 0; */
}
.containerInputContact textarea{
    outline: none;
    resize: none;
    background: #ffffff00;
    border-bottom: 1px solid white;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    height: 26px;
    width: 100%;
    min-height: 30px;
    max-width: 100%;
    min-width: 100%;
    font-size:18px;
    margin-top: 20px;
    color: #aeaeae;
}
.containerInputContact input[type="submit"]{
    border: 1px solid var(--AAB734);
    background: black;
    color: #aeaeae;
    font-size: 18px;
    padding: 5px;
    width: 25%;
    min-width: 65px;
    margin-top: 20px;
    cursor: pointer;
}
.containerInputContact input[type="submit"]:hover{
    background: #0000007d;
}
.containerFormContact{
    width: 80%;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.containsFormContact{
    width: 50%;
    height: auto;
}
.containerInputContact{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 20px 0 20px 0;
}
.labelContact{
    position: absolute;
    top: 25px;
    transition: top 0.5s, font-size 0.5s;
    font-size: 18px;
    left: 0;
    color: var(--AAB734);
}
label.labelContact::after {
    color: #761B03;
    content: "*";
    margin-left: 4px;
}
.containerInputContact input[type="text"]:focus + .labelContact, .containerInputContact textarea:focus + .labelContact{
    top: 0;
    font-size: 14px;
}
.contentStr + .labelContact{
    top: 0;
    font-size: 14px;
}
.containerInputContact input[type="text"]:focus, textarea:focus{
    border-bottom: 1px solid var(--AAB734)!important;
}
.contentStr{
    border-bottom: 1px solid var(--AAB734)!important;
}
.formContactInputSubmit{
    display: flex;
    justify-content: center;
}
.formContactNote{
    margin: 0;
    text-align: center;
}
.formContactSpan{
    color: #761B03;
}
.reCaptchaConditions{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 0 15px 0;
}
.containerInputContact input[type="text"].focus + .labelContact,
.containerInputContact input[type="text"]:focus + .labelContact,
.containerInputContact textarea:focus + .labelContact{
top: 0;
font-size: 14px;
}

.containerInputContact .labelContact.active {
top: 0;
font-size: 14px;
}
.focus{
    border-bottom: 1px solid var(--AAB734)!important;
}