﻿
.btn-cadastrar-newsletter {
    background-color: #293571 !important;
    color: white;
    font-weight: 500;
    font-size: 0.9em;
    margin-top: 1em;
    border-radius: 6px;
    height: 2.5em;
    width: 8.2em;
}

    .btn-cadastrar-newsletter:hover {
        background-color: #2f3969 !important;
        color: white;
    }

    .btn-cadastrar-newsletter:focus {
        background-color: #2f3969 !important;
        color: white;
    }

.div-newsletter-email-invalido {
    display: none;
    margin-top: 1em;
}

.input-email-newsletter {
    margin-top: 1em;
    width: 19em !important;
}

.div-input-btn-newsletter {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.5em !important;
}

input[type="radio"] {
    -webkit-appearance: radio !important;
    -moz-appearance: radio !important;
    appearance: auto !important;
    /* Desfaz possíveis widths ou heights fixas */
    width: auto !important;
    height: auto !important;
    margin: 0 0.3em 0 0 !important;
    vertical-align: middle;
}

/* Container flex para alinhar label + radio */
.radio-group {
    display: flex;
    gap: 1.5em;
    padding-left: 1.8em;
    padding-top: 0.8em;
}

.radio-group label {
    display: flex;
    align-items: baseline;
    font-size: 1.2rem;
    cursor: pointer;
}

@media (max-width: 768px) {

    #texto-receba-as-novidades {
        font-size: calc(1.35rem + .3vw);
    }

    .input-email-newsletter {
        margin-top: 1em;
        width: 100% !important;
        justify-self: center;
    }

    .radio-group {
        display: flex;
        gap: 1.5em;
        padding-top: 0.8em;
        padding-left: 0em;
        justify-self: left;
    }

    .div-input-radio-group-newsletter {
        display: block;
        justify-content: center;
        align-items: center;
        gap: 0.5em;
        width: 90%;
    }

    .btn-cadastrar-newsletter {
        background-color: #293571 !important;
        color: white;
        font-weight: 500;
        font-size: 0.8em;
        margin-top: 1em;
        margin-bottom: 0em !important;
    }
        .btn-cadastrar-newsletter:hover {
            background-color: #2f3969 !important;
            color: white;
        }

        .btn-cadastrar-newsletter:focus {
            background-color: #2f3969 !important;
            color: white;
        }
}