/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/

/* Hide Titles Page */
header.entry-header .entry-title{
    display: none !important;
}

@media (max-width:680px) {
    .banner-top-cond-especiais .elementor-container {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* Form Register */
.form-register {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
}
.form-register h3, .form-register h4 {
    color: #3c3c3b !important;
    font-weight: 600;
    margin-top: 1rem;
}
.form-register input, .form-register select {
    background: #f6f6f5;
    width: 100%;
    border: 1px solid #d4d4d4;
    font-size: 14px !important;
    padding: 0 1.25rem;
    height: 52px;
    line-height: 1.4;
    color: var(--color_font_medium);
    border-radius: 15px;
}
.wpcf7-form-control-wrap[data-name="inscricao_estadual"] + br {
    display: none;
}
.obs-form {
    margin-top: 1rem;
}
.obs-form textarea {
    background: #f6f6f5;
    width: 100%;
    border: 1px solid #d4d4d4;
    font-size: 14px !important;
    padding: 0 1.25rem;
    line-height: 1.4;
    color: var(--color_font_medium);
    border-radius: 15px;
}
.action-form p {
    display: flex;
    justify-content: end;
    flex-direction: row-reverse;
    align-items: center;
}
.action-form input.wpcf7-form-control.wpcf7-submit {
    padding: .625rem 1.25rem;
    font-family: var(--font_family);
    font-size: .75rem;
    font-weight: 700;
    color: #3c3c3b !important;
    background-color: #ffde14;
    border-radius: 8px;
    transition: .2s ease-out;
    text-transform: uppercase;
    border: 0;
    max-width: 400px;
}

footer{
    font-size: 13px !important;
    color: #3c3c3b !important;
}

footer a{
    color: #3c3c3b !important;
}

footer ul {
    margin: 0;
    list-style: none;
}

footer ul.payment-list {
    display: flex;
    gap: 10px;
}

footer h4 {
    font-size: 14px;
    color: #3c3c3b;
    font-weight: bold;
}

footer h6 {
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}

footer .text-logo>p {
    font-size: 13px;
    max-width: 275px;
}

footer .social-media > a {
    margin-right: 18px;
}

footer .social-media > a > svg {
    height: 32px;
    width: 32px;
}

footer .box-atex-footer, footer .box-inmentro-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 1.5rem 0 0;
}

footer .box-inmentro-footer p, footer .box-atex-footer p {
    margin: 0;
}

footer .box-atex-footer {
    margin-top: 0.5rem;
    background: #ffde14;
    padding: .7rem 1.5rem;
    font-size: 12px;
    font-weight: 600;
    border-radius: 10px;
}
