@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

a {
    color: #00ADD9;
    text-decoration: none;
}

form label {
    display: none;
}

.description {
    display: none;
}

.captcha.form-wrapper {
    margin-top: 50px;
}

.form-actions {
    text-align: center;
    margin-bottom: 1rem;
}

.btn {
    background-color: #00add9;
    border: 0px none transparent;
    font-weight: 400;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 20px;
    height: 43px;
    width: 100px;
}

.option {
    display: inline;
}

.contact-us-centered {
    text-align: center;
}

.contact-us-content-wrapper {
    color: white;
    width: 50%;
    min-width: min-content;
    margin-left: auto;
    margin-right: auto;
}

.contact-us-info-box {
    border: 1px solid white;
    border-radius: 10px;
    margin: 1rem auto;
    padding: 16px 0px 0px 20px;
    width: max-content;
}

.info-box-dupla {
    text-align: left;
}

.contact-us-info-box i{
    color: #00ADD9;
    margin-right: 10px;
    font-size: 20px;
}

.contact-us-info-box span {
    font-weight: 700;
    display: inline-flex;
    max-width: 250px;
    margin-bottom: 16px;
}

.contact-us-form {
}

.page-title h1 {
    font-weight: 700;
}

.form-textarea, .form-select, .form-text {
    background-color: #C4C4C41A;
    color: white;
    border: 1px solid white;
    border-radius: 4px;
    width: 100%;
    height: 42px;
    margin-bottom: 8px;
}

.form-textarea {
    height: 202px;
    margin-bottom: 0px;
}