
/* RESET.CSS */

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;
}

* {
    box-sizing: border-box;
}

/* END RESET.CSS */


@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {

    .fundo {
        background-color: black;
        width: 100%;
        height: 100%;    
        position: absolute;
        background-position: top center;
        background-size: cover;
    }
    .container {
        width: 80%;
        /* background: #c70909; */
        margin: 0 auto;
        padding: 15px;
        margin-top: 73px;
        max-width: 1200px;
        align-items: center;
        text-align: center;
    }

    .container h1, .container p {
        text-align: center;
        color: #fff;
        text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.82);
        font-family: "segoe UI"; 
        font-size: 40px;
        line-height: 1.3em;
    }
    .container h1 {
        font-weight: bolder;
        margin-bottom: 1.8em;
    }
    .container p {
        font-size: 16px;
        padding: 45px 0;
        line-height: 30px;
    }


}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
   
    .fundo {
        background-color: black;
        width: 100%;
        height: 100%;    
        min-height: 500px;
        position: absolute;
        background-position: top center;
        background-size: cover;
    }
    .container {
        width: 80%;
        margin: 0 auto;
        padding: 15px;
        margin-top: 73px;
        max-width: 1200px;
        align-items: center;
        text-align: center;                
    }
    .container h1, .container p {
        text-align: center;
        color: #fff;
        text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.82);
        font-family: "segoe UI"; 
        font-size: 20px;
        line-height: 1.3em;
    }  
    .container h1 {
        font-weight: bolder;
        margin-bottom: 1.8em;
    }

}


@media only screen and (min-device-width: 1200px) {

    .fundo {
        background-color: black;
        width: 100%;
        height: 100%;    
        min-height: 500px;
        position: absolute;
        background-position: top center;
        background-size: cover;        
    }

    .container {
        width: 980px;
        margin: 0 auto;
        padding: 15px;
        margin-top: 73px;
        max-width: 1200px;
        align-items: center;
        text-align: center;        
    }

    .container h1, .container p {
        text-align: center;
        color: #fff;
        text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.82);
        font-family: "segoe UI";
    }

    .container h1 {
        font-size: 32px;
        font-weight: bolder;
    }

    .container p {
        font-size: 22px;
        padding: 45px 0;
        line-height: 30px;
    }

}
