.newsletter-element .newsletter-button{
    display: inline-block;
    width: 30%;
}
.newsletter-element .newsletter-button #mc-embedded-subscribe{
    weight: 40%;
    font-family: 'Roboto';
    border-radius: 5px;
    color: white;
    border: none;
    opacity: 1;
    font: normal normal bold 18px/24px 'Roboto';
    background: #4E5249 0% 0% no-repeat padding-box;
    line-height: 50px;
    margin-left: 40px ;
    letter-spacing: 1px;

    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.23s ease-in-out 0s;
    width: 154px ;
    font-weight: 700;
}
.newsletter-element .newsletter-button #mc-embedded-subscribe:hover{
    background: #3B7875 0% 0% no-repeat padding-box;
}
.newsletter-element .mce_inline_error, #mce-error-response, #mce-success-response{
    font-family: 'Roboto';
    color: red;
}

.newsletter-element .newsletter-input #mce-EMAIL{
    padding: 8px 0;
    text-indent: 2%;
    max-width: 250px;
    width: 320px;
    padding-left: 40px;
    padding-top: 0px;
    color: black;
    padding-bottom: 0px;
    border-radius: 5px !important;
    font-family: Helvetica Neue, 'Helvetica';
    background-image: url(../img/mail_2.svg);
    background-position: 16px center;
    background-repeat: no-repeat;
    background-size: 20px 13px;
    line-height: 50px;
    border:none;
}
.newsletter-formulario{
    display: flex;
}
.newsletter-element .newsletter-button {
    display: inline-block;
    width: 22%;
}
.newsletter-element .newsletter-input{
    display: inline-block;
    width: 64%;
    /*margin-left: 10%;*/
}
@media screen and (max-width:1024px) {
    .newsl .newsletter-element{
        margin-top: 30px;
        margin-bottom: 100px;
    }
    .newsletter-element .newsletter-input{
        margin-bottom:25px;
        margin-top: 20px;
        margin-left: 0;
    }
    .newsletter-formulario{
        display: unset;
    }
    .newsletter-element .newsletter-button {
    display: inline-block;
        width: 100%;
    }
    .newsletter-element .newsletter-input{
        display: inline-block;
        width: 100%;
    }
    .newsletter-element .newsletter-button #mc-embedded-subscribe{
        width: 220px ;
    }
}
@media screen and (max-width:900px) {
}
@media screen and (max-width:700px) {
}
@media screen and (max-width:320px) {
}
