.fc-wrapper {
    width: 100%;
}

.fc-grid {
    display: grid;
    grid-template-columns: 55% 45%;
    min-height: 100vh;
}

.fc-col-left {
    background: #fff;
    display: flex;
    flex-direction: column;
}

.fc-left-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 85%;
    max-width: 760px;
    margin: 0 auto;
}

.fc-breadcrumbs {
    margin-bottom: 40px;
}

.fc-left-content {
    margin: 153px auto;
    max-width: 312px;
}

.fc-title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}

.fc-text {
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
}

.fc-contact-email {
    color: #111111;
}

.fc-contact-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.fc-contact-icon {
    width: 22px;
}

.fc-col-right {
    background: #f3f3f3;
    padding: 60px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fc-form-card {
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    width: 100%;
    max-width: 480px;
}

.fc-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    box-sizing: border-box;
}

@media(max-width: 799px) {
    .fc-form-card {
        padding: 20px;
    }
}

.fc-form-card .fc-form-placeholder form.wpcf7-form {
    margin: 0;
}

.fc-form-card h2 {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.fc-form-card .input-wrapper {
    margin-bottom: 10px;
}

.fc-form-card .input-wrapper br {
    display: none;
}

.form-contato .input-wrapper p label {
    margin: 0 0 -8px 15px;
    display: block;
    position: relative;
    z-index: 1;
    width: fit-content;
    font-size: 12px;
    background-color: #fff;
    padding: 0 7px;
}

.form-contato .input-wrapper p label span {
    color: #ff1f15;
}

.fc-form-card input:not([type=radio]):not([type=submit]),
.fc-form-card select,
.fc-form-card textarea {
    width: 100%;
    border-radius: 20px;
    border: #111 1px solid;
    height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: "Rethink Sans";
}

.fc-form-card textarea {
    height: 102px;
    padding: 15px 20px;
}

.fc-form-card .wpcf7-not-valid-tip {
    font-size: 12px;
    margin: 9px 0;
    display: block;
}

.fc-form-card .wpcf7-form:not(.invalid) .wpcf7-not-valid-tip {
    display: none;
}

.fc-form-card .wpcf7-spinner {
    position: absolute;
    right: -13px;
    top: 8px;
}

.fc-form-card #campo-anexo {
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
    gap: 5px;
    color: #666;
    font-size: 14px;
}

.fc-form-card #campo-anexo .mensagem-anexo {
    margin-left: 20px;
    font-size: 12px;
}

.fc-form-card span[data-name=anexoconta] {
    display: none;
}

.fc-form-card .endereco {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 20px;
}

.form-footer .button-wrapper {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.form-footer input[type=submit] {
    width: 195px;
    background: #111;
    color: #fff;
    line-height: 40px;
    border-radius: 50px;
    border: 0;
    padding: 0;
    font-family: "Rethink Sans";
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
}


.fc-form-card .button-wrapper .aviso {
    font-size: 12px;
    font-style: italic;
    line-height: 13px;
    width: 142px;
}

.aviso {
    font-size: 12px;
    margin-top: 15px;
    color: #555;
}

.aviso a {
    color: #111;
    font-weight: 600;
    text-decoration: underline;
}

.form-footer {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .fc-container {
        display: flex;
        flex-direction: column;
    }

    .form-footer input[type=submit] {
        width: 122px;
    }

    .fc-left-content {
        margin: 44px auto;
    }

    .fc-breadcrumbs {
        margin-bottom: 0;
    }

    .fc-title {
        font-size: 26px;
    }

    .fc-text {
        font: 14px;
    }

    .fc-contact-email {
        font-size: 14px;
    }

    .fc-col-right{
        padding: 53px 15px;
    }

    .fc-grid{
        display: flex;
        flex-direction: column;
    }
}