.nwy-wrapper {
    display: flex;
    justify-content: space-between;
    /* align-items: center; Alinha o ícone com o texto centralizado */
    gap: 20px;
    flex-wrap: wrap;
}

.nwy-container-title {
	text-align: center;
    color: #e61f26;
    padding-bottom: 10px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
}

.nwy-card {
    flex: 1;
	justify-content: center;
    min-width: 210px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 2px 2px 8px rgba(0,0,0,15%);
    transition: transform 0.2s ease;
        margin-bottom: 10px;
}

.nwy-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.nwy-icon img {
    /* width: 35px; */
    height: 35px;
    height: 60%;
}

.nwy-content {
    display: flex;
    flex-direction: column;
}

.nwy-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nwy-title {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    color: black;
    font-size: 17px !important;
    font-weight: 700;
    color: #333;
    margin: 0 !important;
}

.nwy-desc {
    margin: 0 0 10px;
    font-size: 14px;
    color: #222;
    line-height: 1.2;
    text-align: center;

    font-family: Poppins, sans-serif;
    font-weight: 500;
    /* margin-bottom: 3px !important; */
}

.nwy-btn {
    text-decoration: none;
    align-self: flex-start;

    border-radius: 5px;
    padding: 3px;
    margin: auto;
    width: 120px;
    text-align: center;
}

.nwy-whatsapp .nwy-btn {
    background-color: #2B8450;
}

.nwy-youtube .nwy-btn {
    background-color: #BE2527;
}

.nwy-btn, .nwy-btn span {
    font-family: Poppins, sans-serif;
    color: #FFF !important;
    font-size: 12px;
    font-weight: 500;
    display: block;
	line-height: 1.1;
}

.nwy-btn span {
        margin-bottom: 0 !important;
}

.nwy-btn:hover span {
    color: #000;
}

.nwy-card.nwy-newsletter .form-newsletter {
	border: solid 1px #ccc;
    border-radius: 5px;
}

.nwy-card.nwy-newsletter input.form-newsletter__email {
    background: transparent;
}

.nwy-card.nwy-newsletter input.form-newsletter__email::placeholder {
	font-family: "Source Sans Pro";
    font-size: 12px;
}

.nwy-card.nwy-newsletter input.form-newsletter__submit {
    font-size: 12px;
    width: 200px;
    white-space: pre-wrap;
    line-height: 1.1;
    font-family: Poppins, sans-serif;
    background-color: #535254;
    color: #FFF;
    border-radius: 0 3px 3px 0;
    padding: 3px 10px;
}

.module-newsletter-social {
    background: #eaeaea;
    padding: 10px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .nwy-wrapper {
        flex-direction: column;
    }
}
