body {
    margin: 0;
    padding: 0;
}
.newsletter {
    max-width: 775px;
    margin: auto;
    width: 100%;
    cursor: pointer;
}
.banner-newsletter {
    background: url(https://www-storage.13.cl/t13/resources/newsletter/banner-newsT13_v2.jpg)no-repeat center;
    height: 90px;
    background-size: 100%;
}
.form {
    display: none;
    font-family: 'Roboto', sans-serif;
}
.form.show {
    display: block;
    margin-top: 4px;
}
.p-optin .p-body {
    background: #cccccc;
    border-radius: 0px!important;
    border: 0px!important;
}
.p-optin div.p-field label span {
    display: none;
}
.p-optin .p-field select, .p-optin .p-field input[type=text] {
    height: auto;
    margin: auto;
    font-size: 14px;
    text-transform: uppercase;
    color: #999999;
}
.p-optin .p-body button, button.p-open {
    background: none;
    color: #333b52;
    border: 1px solid #333b52;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    transition: opacity 0.3s;
    display: flex;
    margin: 57px auto 44px;
}
.p-optin .p-body .p-success {
    text-transform: uppercase;
}

@media(max-width:450px) {
    .banner-newsletter {
        background: url(https://www-storage.13.cl/t13/resources/newsletter/banner-newsT13-mob.jpg)no-repeat center;
        background-size: 100%;
    }
}