/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/forms/index.css ***!
  \*************************************************************************************************************************************************************************/
.qcb-forms input[type="text"],
.qcb-forms input[type="tel"],
.qcb-forms input[type="search"],
.qcb-forms input[type="email"],
.qcb-forms input[type="number"],
.qcb-forms select,
.qcb-forms textarea
{
    background-color: var(--wp--preset--color--ch-white);
    border: solid 2px #CCCAC9;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    font-family: var(--wp--preset--font-family--segoe);
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    padding: 12px 16px;
    width: 100%;
}

.qcb-forms input[type="text"]:focus-visible,
.qcb-forms input[type="tel"]:focus-visible,
.qcb-forms input[type="search"]:focus-visible,
.qcb-forms input[type="email"]:focus-visible,
.qcb-forms input[type="number"]:focus-visible,
.qcb-forms select:focus-visible,
.qcb-forms textarea:focus-visible {
    border-color: var(--wp--preset--color--ch-dark-blue);
}

.qcb-forms input[type="text"]::-moz-placeholder, .qcb-forms input[type="tel"]::-moz-placeholder, .qcb-forms input[type="search"]::-moz-placeholder, .qcb-forms input[type="email"]::-moz-placeholder, .qcb-forms input[type="number"]::-moz-placeholder {
    color: #666565;
}

.qcb-forms input[type="text"]::placeholder,
.qcb-forms input[type="tel"]::placeholder,
.qcb-forms input[type="search"]::placeholder,
.qcb-forms input[type="email"]::placeholder,
.qcb-forms input[type="number"]::placeholder {
    color: #666565;
}

.qcb-forms select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #666565;
    font-weight: 500;
    position: relative;
}

.qcb-forms textarea {
    height: 150px;
}

.qcb-forms p {
    position: relative;
}
.qcb-forms p label:has(+ select)::after {
    content: 'keyboard_arrow_down';
    font-family: var(--wp--preset--font-family--ff-material);
    font-size: 24px;
    position: absolute;
    right: 16px;
    top: 40px;
    z-index: 1;
    color: #666565;
    pointer-events: none;
}

.qcb-forms select option {
    color: var(--wp--preset--color--ch-black);
    font-weight: 700;
}

.qcb-forms input.error,
.qcb-forms select.error,
.qcb-forms input.textarea {
    border-color: #CC1414;
}

span.error {
    align-items: center;
    color: #CC1414;
    display: flex;
    font-family: var(--wp--preset--font-family--segoe);
    font-size: 12px;
    gap: 6px;
    margin-top: 8px;
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    transition: visibility .1s, max-height .5s, opacity .4s;
}
span.error i {
    font-family: var(--wp--preset--font-family--ff-material);
    font-size: 20px;
    font-style: normal;
    font-variation-settings: "FILL" 1;
}
span.error strong {
    font-weight: 400;
}
span.error.active {
    visibility: visible;
    max-height: 100px;
    opacity: 1;
}

/*PME*/
form.form-pme {
    display: grid;
    gap: 16px;
    grid-template-columns: max(210px) 1fr 1fr;
    padding: 24px 0;
    width: 100%;
}

form.form-pme p:nth-child(1) {
    grid-column: 1/4;
}
form.form-pme p:nth-child(2) {
    grid-column: 1/4;
}
form.form-pme p:nth-child(3) {
    grid-column: 1/4;
}
form.form-pme p:nth-child(4) {
    grid-column: 1/2;
}
form.form-pme p:nth-child(5) {
    grid-column: 2/4;
}
form.form-pme p:nth-child(6) {
    grid-column: 1/4;
}
form.form-pme p:nth-child(7) {
    grid-column: 1/4;
}

form.form-pme p {
    margin: 0px;
    padding: 0;
    width: 100%;
}
form.form-pme p label {
    display: block;
    font-family: var(--wp--preset--font-family--segoe);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}
form.form-pme .wp-block-buttons .wp-block-button .wp-element-button {
    font-size: 18px;
    height: auto;
    text-transform: lowercase;
}

@media (max-width: 960px) {
    form.form-pme {
        display: flex;
        flex-direction: column;
    }
}


/* COTAÇÃO */
form.form-cotacao {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 24px 0;
}
form.form-cotacao p {
    font-family: var(--wp--preset--font-family--segoe);
    margin: 0px;
    padding: 0;
    width: 100%;
}
form.form-cotacao p label {
    display: block;
    font-family: var(--wp--preset--font-family--segoe);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

form.form-cotacao p:nth-child(8) {
    font-family: var(--wp--preset--font-family--segoe);
    font-size: 18px;
    font-weight: 400;
    /* grid-column: 1/3; */
}
form.form-cotacao div.wp-block-buttons {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 960px) {
    form.form-cotacao {
        display: flex;
        flex-direction: column;
        padding: 0 16px;
    }
}


/* SEGUNDA VIA DO BOLETO */
form.form-segundavia {}
form.form-segundavia p:first-child {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
form.form-segundavia p[data-target="cnpj"] {
    display: none;
}
form.form-segundavia .wp-block-buttons {
    margin-top: 16px;
}


/* RECIBOS DE PAGAMENTO */
form.form-recibo .wp-block-buttons {
    margin-top: 16px;
}

/* COTAÇÃO HERO */
form.form-hero {
    background-color: var(--wp--preset--color--ch-white);
    padding: 24px 24px 16px 24px;
}
form.form-hero h3 {
    color: var(--wp--preset--color--ch-dark-blue);
    font-family: var(--wp--preset--font-family--galano);
    font-size: 18px;
    font-weight: 900;
    margin: 0;
    padding: 0;
}
form.form-hero > div {
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin: 16px 0;
    padding: 0;
}
form.form-hero > div > p {
    background-color: var(--wp--preset--color--ch-white);
    border: solid 1px rgba(0,0,0,0.12);
    margin: 0;
    padding: 14px 16px 16px 16px;
}
form.form-hero > div label {
    align-items: center;
    color: #666565;
    display: flex;
    font-family: var(--wp--preset--font-family--galano);
    font-size: 12px;
    font-weight: 600;
    gap: 6px;
}
form.form-hero > div label span {
    font-family: var(--wp--preset--font-family--ff-material);
    font-variation-settings: 'FILL' 1;
    font-size: 16px;
}
form.form-hero > div.wp-block-buttons {
    align-items: center;
    border: none;
    display: flex;
    gap: 32px;
}
form.form-hero > div.wp-block-buttons > p {
    border: none;
    color: #666565;
    font-family: var(--wp--preset--font-family--segoe);
    font-size: 12px;
    flex-grow: 1;
}
form.form-hero > div.wp-block-buttons .wp-block-button {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
}
form.form-hero > p {
    color: #666565;
    font-family: var(--wp--preset--font-family--galano);
    font-size: 12px;
}
form.form-hero > div input,
form.form-hero > div select,
form.form-hero > div input:focus-visible,
form.form-hero > div select:focus-visible {
    border: none !important;
    height: auto !important;
    padding: 0 !important;
    outline: none;
}
form.form-hero > div input::-moz-placeholder, form.form-hero > div select::-moz-placeholder {
    font-weight: 400;
    opacity: .6;
}
form.form-hero > div input::placeholder,
form.form-hero > div select::placeholder {
    font-weight: 400;
    opacity: .6;
}

@media (max-width: 960px) {
    form.form-hero {
        background: var(--wp--preset--color--ch-light-grayish-orange);
    }
    form.form-hero > div {
        grid-template-columns: repeat(1, 1fr);
    }
    form.form-hero > div.wp-block-buttons {
        flex-direction: column;
        padding: 16px;
    }
    form.form-hero > div.wp-block-buttons p {
        background-color: transparent;
        color: var(--wp--preset--color--ch-black);
    }
    form.form-hero > div.wp-block-buttons .wp-block-button .wp-element-button {
        width: 100%;
    }
}

/* MODAL */
.modal, .modal-pme {
    align-items: center;
    background-color: rgba(0,0,0,.4);
    display: none;
    justify-content: center;
    height: 100vh;
    left: 0;
    max-width: 100vw !important;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 100;
}
.modal.active, .modal-pme.active {
    display: flex;
}
.modal-content {
    background-color: var(--wp--preset--color--ch-white);
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.25);
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: auto;
    max-width: 600px;
    padding: 24px;
    width: 100%;
}
.modal-content.modal-lead {
    border-radius: 12px;
    max-width: 450px;
}
.modal-content header {
    align-items: center;
    display: flex;
    gap: 12px;
}
.modal-content header i {
    font-family: var(--wp--preset--font-family--ff-material);
    font-size: 24px;
    font-variation-settings: "FILL" 1;
    font-style: normal;
}
.modal-content header h3 {
    color: var(--wp--preset--color--ch-black);
    flex-grow: 1;
    font-family: var(--wp--preset--font-family--galano);
    font-size: 18px;
    margin: 0;
}
.modal-content header a {
    color: #4D4C4C;
    cursor: pointer;
    font-family: var(--wp--preset--font-family--ff-material);
    font-size: 20px;
    text-decoration: none;
}
.modal-content > div p {
    color: var(--wp--preset--color--ch-black);
    font-family: var(--wp--preset--font-family--segoe);
    font-size: 14px;
    font-weight: 400;
}
.modal-content > div .wp-block-buttons .wp-block-button .wp-element-button {
    min-width: 200px;
}
.modal-content.modal-lead > div .wp-block-buttons {
    border-top: solid 1px #f6f6f6;
    margin-top: 24px;
    padding-top: 16px;
}




.wp-block.modal, .wp-block.modal-pme {
    display: flex;
    height: auto;
    padding: 24px;
    position: relative;
    width: 100%;
}
form.form-modal {
    background-color: var(--wp--preset--color--ch-white);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    max-height: 85%;
    max-width: 500px;
    width: 100%;
}
form.form-modal header {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0px 24px;
    width: 100%;
}
form.form-modal header h3 {
    color: var(--wp--preset--color--ch-dark-blue);
    font-family: var(--wp--preset--font-family--galano);
    font-size: 20px;
    font-weight: 900;
}
form.form-modal header span {
    cursor: pointer;
    font-family: var(--wp--preset--font-family--ff-material);
    font-size: 24px;
}
form.form-modal p {
    color: #666565;
    font-family: var(--wp--preset--font-family--galano);
    font-size: 16px;
    padding: 0 16px;
}
form.form-modal > div ~ p {
    font-size: 12px;
}
form.form-modal .wp-block-buttons {
    box-shadow:0 -2px 4px #0000000d;
    padding: 16px 24px;
}
form.form-modal .wp-block-buttons .wp-block-button {
    width: 100%;
}
form.form-modal .wp-block-buttons .wp-block-button .wp-element-button {
    width: 100%;
}
form.form-modal > div:not(.wp-block-buttons) {
    margin: 0 8px;
    overflow-y: auto;
}
form.form-modal > div {
    padding: 0 16px;
}
form.form-modal > div p {
    padding: 0;
}
form.form-modal > div > p {
    background-color: var(--wp--preset--color--ch-white);
    border: solid 1px rgba(0,0,0,0.12);
    margin: 0;
    padding: 14px 16px 16px 16px;
}
form.form-modal > div label {
    align-items: center;
    color: #666565;
    display: flex;
    font-family: var(--wp--preset--font-family--galano);
    font-size: 12px;
    font-weight: 600;
    gap: 6px;
}
form.form-modal > div label span {
    font-family: var(--wp--preset--font-family--ff-material);
}

form.form-modal > div input,
form.form-modal > div select,
form.form-modal > div input:focus-visible,
form.form-modal > div select:focus-visible {
    border: none !important;
    height: auto !important;
    padding: 0 !important;
    outline: none;
}
form.form-modal > div input::-moz-placeholder, form.form-modal > div select::-moz-placeholder {
    font-weight: 400;
    opacity: .6;
}
form.form-modal > div input::placeholder,
form.form-modal > div select::placeholder {
    font-weight: 400;
    opacity: .6;
}


/* SOLICITAÇÃO DE OUVIDORIA */

form.form-ouvidoria {
    width: 100%;
}

form.form-ouvidoria ul {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    list-style: none;
    gap: 8px;
    justify-content: space-between;
    margin: auto;
    padding: 0 16px;
    width: 100%;
}
form.form-ouvidoria ul li {
    align-items: center;
    background-color: var(--wp--preset--color--ch-white);
    border: solid 1px #cccac9;
    border-radius: 50%;
    box-sizing: border-box;
    color: #cccac9;
    display: flex;
    font-family: var(--wp--preset--font-family--galano);
    justify-content: center;
    height: 24px;
    position: relative;
    min-width: 24px;
}
form.form-ouvidoria ul span {
    border: solid 1px #cccac9;
    height: 8px;
    width: 100%;
}

form.form-ouvidoria ul li.active {
    background-color: var(--wp--preset--color--ch-vivid-orange);
    border-color: var(--wp--preset--color--ch-vivid-orange);
    color: var(--wp--preset--color--ch-white);
}
form.form-ouvidoria ul li.active + span {
    background-color: var(--wp--preset--color--ch-dark-blue);
    border-color: var(--wp--preset--color--ch-dark-blue);
}

form.form-ouvidoria > p {
    box-sizing: border-box;
    color: var(--wp--preset--color--ch-black);
    font-family: var(--wp--preset--font-family--galano);
    font-size: 16px;
    font-weight: 400;
    padding: 0 16px;
    text-transform: uppercase;
}

form.form-ouvidoria .steps {
    display: none;
    padding: 0 16px;
}
form.form-ouvidoria .steps.active {
    display: block;
}
form.form-ouvidoria .steps h3 {
    color: var(--wp--preset--color--ch-black);
    font-family: var(--wp--preset--font-family--galano);
    font-size: 24px;
    font-weight: 700;

}
form.form-ouvidoria .steps > div {
    align-items: center;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    padding: 32px 16px;
}
form.form-ouvidoria .steps > div > p {
    margin: 0;
    max-width: 450px;
    width: 100%;
}
form.form-ouvidoria .steps > div > p label {
    align-items: center;
    color: #666565;
    display: flex;
    font-family: var(--wp--preset--font-family--segoe);
    font-size: 16px;
    font-weight: 600;
    gap: 6px;
    margin-bottom: 8px;
}
form.form-ouvidoria .steps > div > div.wp-block-buttons {
    max-width: 450px;
    width: 100%;
}
form.form-ouvidoria .steps > div > div.wp-block-buttons .wp-block-button {
    width: 100%;
}
form.form-ouvidoria .steps > div > div.wp-block-buttons .wp-block-button .wp-element-button {
    width: 100%;
}
form.form-ouvidoria .step-3 > div > p > span:not(.error) {
    color: #666565;
    display: flex;
    font-family: var(--wp--preset--font-family--segoe);
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    width: 100%;
}
form.form-ouvidoria .step-3 > div > p > span:not(.error) strong {
    font-weight: 700;
}

form.form-ouvidoria .steps button.step-prev {
    align-items: center;
    border: none;
    color: var(--wp--preset--color--ch-dark-blue);
    cursor: pointer;
    display: flex;
    font-family: var(--wp--preset--font-family--galano);
    font-weight: 700;
    font-size: 18px;
    gap: 8px;
    text-transform: uppercase;
}
form.form-ouvidoria .steps button.step-prev span {
    font-family: var(--wp--preset--font-family--ff-material);
    font-size: 24px;
    font-weight: 500;
}
form.form-ouvidoria .steps button.step-prev:hover {
    background-color: transparent;
}

/*# sourceMappingURL=index.css.map*/