/* Estilo automático para a página: fale-conosco */

.bl-ctt {
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(78, 78, 78, 0.12);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px;
    height: 100%;

    i {
        color: #63B5B7;
        font-size: 28px;
        margin-bottom: 20px;
    }

    .ctt-title {
        color: #002B2C;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 27px */
    }

    .ctt-text {
        color: #5D5D5D;
        text-align: center;
        font-size: 15px;
        font-weight: 400;
        line-height: 120%; /* 24px */
    }
}

.ctt-map {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

form.ctt-form-container {
    label {
        color: #002B2C;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.14px;
        margin-bottom: 10px;
    }

    input:not([type="checkbox"]), select, textarea {
        border-radius: 8px;
        border: 1px solid rgba(241, 241, 241, 0.20);
        background: #FFF;
        color: #5D5D5D;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.15px;
        display: block;
        width: 100%;
        margin-bottom: 20px;
        padding: 18px;
    }
}

section.ctt-form {
    background: #F3F5F7;
    padding: 70px 0 210px;
}

body .form-check label {
    color: #5D5D5D;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
}

section.ctt-info {
    padding-bottom: 80px;
}

body section.home-newsletter {
    border-radius: 100px 100px 0 0;
    margin-top: -100px;
    padding-bottom: 180px;
}

.ctt-form iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    min-height: 300px;
}