html {
    box-sizing:border-box;
}
*,
*:before,
*:after {
    box-sizing:inherit;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fonts */
@font-face {
    font-family: 'Firme';
    src: url('./fonts/Firme-Book.woff2') format('woff2'),
    url('./fonts/Firme-Book.woff') format('woff'),
    url('./fonts/Firme-Book.svg#Firme-Book') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Firme';
    src: url('./fonts/Firme-Bold.woff') format('woff'),
    url('./fonts/Firme-Bold.svg#Firme-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Blacker Pro Display';
    src: url('./fonts/BlackerProDis-Rg.woff') format('woff'),
    url('./fonts/BlackerProDis-Rg.svg#Firme-Bold') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Blacker Pro Display';
    src: url('./fonts/BlackerProDis-ExBd.woff') format('woff'),
    url('./fonts/BlackerProDis-ExBd.svg#Firme-Bold') format('svg');
    font-weight: 800;
    font-style: normal;
}

.newsletter-cta-webcontent-container {
    padding: 0 24px;
}

.newsletter-cta-webcontent-inner {
    background-image: url(img/bg.svg);
    background-size: 268px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 20px;
    padding-bottom: 140px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;

}

.newsletter-cta-webcontent .text-details .antetitulo {
    font-family: 'Blacker Pro Display';
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 16px;
    display: inline-block;
}

.newsletter-cta-webcontent .text-details .titulo {
    font-family: 'Blacker Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 19px;
}

.newsletter-cta-webcontent .text-details .titulo a,
.newsletter-cta-webcontent .text-details .desc a, 
.newsletter-cta-webcontent .text-details .antetitulo a {
    text-decoration: none;
    color: #000;
}

.newsletter-cta-webcontent .text-details .cta {
    font-family: 'Firme';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #000000;
    border-radius: 20px;
    padding: 5px 8px;
    text-decoration: none;
    color: #000000;
    transition: all .2s;
}

.newsletter-cta-webcontent .text-details .cta span {
    position: relative;
    top: -1px;
}

.newsletter-cta-webcontent .text-details .cta:hover,
.newsletter-cta-webcontent .text-details .cta:active {
    background-color: #000;
    color: #fff;
}

.newsletter-cta-webcontent .text-details .desc {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Firme';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 17px;
    display: none;
}

@media screen and (min-width:640px) {
    .newsletter-cta-webcontent .text-details .titulo {
        margin-bottom: 14px;
    }
    .newsletter-cta-webcontent .text-details .desc {
        display: block;
        max-width: 62ch;
    }
}

@media screen and (min-width:768px) {
    .newsletter-cta-webcontent .text-details {
        position: relative;
        padding-left: 250px;
    }
    .newsletter-cta-webcontent-inner {
        background-position: left bottom;
        padding-top: 30px;
        padding-bottom: 30px;
        background-size: 237px;
    }
    .newsletter-cta-webcontent .text-details .antetitulo {
        font-size: 32px;
        line-height: 40px;
        position: absolute;
        left: 0;
        top: -3px;
        margin-bottom: 0;
    }
    .newsletter-cta-webcontent .text-details .titulo {
        font-size: 28px;
        line-height: 32px;
    }
}

@media screen and (min-width:1024px) {
    .newsletter-cta-webcontent .text-details {
        padding-left: 344px;
    }
    .newsletter-cta-webcontent-inner {
        background-position: 30px bottom;
        padding-top: 40px;
        background-size: 286px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
    .newsletter-cta-webcontent-container {
        padding: 0;
        max-width: 80vw;
        min-width: 672px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1280px) {
    .newsletter-cta-webcontent-container {
        padding: 0 48px;
    }
    .newsletter-cta-webcontent-inner {
        background-position: 166px bottom;
        padding-bottom: 40px;
        background-size: 345px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .newsletter-cta-webcontent .text-details {
        padding-left: 534px;
    }
}

@media screen and (min-width: 1366px) {
    .newsletter-cta-webcontent-container {
        padding: 0;
        max-width: 1296px;
        margin: 0 auto;
    }
}