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;
}
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;
}

.multimedia-webcontent {
    background-image: url(../img/Resolucao01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    position: relative;
    display: block;
	background-color: rgba(255,255,255,0.1);
}

.multimedia-webcontent-inner {
    padding: 0 24px;
    position: absolute;
    width: 100%;
    top: 190px;
}

.multimedia-webcontent .text-details {
    max-width: 268px;
}

.multimedia-webcontent .text-details .antetitulo {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Blacker Pro Display';
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.multimedia-webcontent .text-details .titulo {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Blacker Pro Display';
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
}

@media screen and (min-width:360px) {
    .multimedia-webcontent .text-details .titulo {
        font-size: 24px;
        line-height: 28px;
    }
    .multimedia-webcontent-inner {
        top: 60px;
    }
}

@media screen and (min-width:768px) {
    .multimedia-webcontent {
        background-image: url(../img/Resolucao02.png);
			background-color: rgba(255,255,255,0.1); 

    }
    .multimedia-webcontent-inner {
        top: 85px;
        padding: 0 48px;
    }
    .multimedia-webcontent .text-details .titulo {
        font-size: 24px;
        line-height: 28px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
    .multimedia-webcontent-inner {
        padding: 0;
        max-width: 80vw;
        min-width: 672px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (min-width:1024px) {
    .multimedia-webcontent {
	background-image: url(../img/Resolucao03.png);
			background-color: rgba(255,255,255,0.1);

    }
    .multimedia-webcontent-inner {
        top: 54px;
    }
    .multimedia-webcontent .text-details .titulo {
        font-size: 32px;
        line-height: 36px;
    }
    .multimedia-webcontent .text-details {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (min-width: 1366px) {
    .multimedia-webcontent-inner {
        padding: 0;
        max-width: 1296px;
        left: 50%;
        transform: translateX(-50%);
    }
}
