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;
}
body{
    font-family: 'Sen', sans-serif;
    color: #030303;
    line-height: 1.4;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

header{
    background-image: url(../img/bg-topo.jpg);
    padding: 50px 0;
    background-size: cover;
    background-position: top center;
}

.corpo{
    background-color: #dfdede;
    padding: 70px 0;
    text-align: center;
    background-image: url(../img/rodape.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 30%;
}

h1{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    text-transform: uppercase;
}

p.principal{
    text-transform: uppercase;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 60px;
}

h3{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h4{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase; 
}

a{
    font-size: 20px;
    text-decoration: none;
    display: block;
    color: #030303;
}
h5, h5 a{
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase; 
    display: block;
}
h5 a:hover, a:hover{color:#dd1a22;}


::placeholder{
    color: #878787;
    font-weight: bold;
}

input{
    width: 100%;
    border: none;
    color: #878787;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 15px;
}
input.envia{
    background: #000;
    width: fit-content;
    padding: 15px 50px;
    margin: 20px auto 30px;
    transition: all .5s;
    letter-spacing: 2px;
    border:2px solid #000;
    color: #fff;
    cursor: pointer;
}

input.envia:hover{
    color: #000;
    background-color: transparent;
}

.creditos{
    font-size: 12px;
    margin-top: 30px;
    text-transform: uppercase;
}

.text-right{
    text-align: right;
}

header h6{
    text-align: right;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

p.intro{
    color: #fff;
    font-weight: bold;
    font-size: 55px;
    line-height: 1;
}

.vista-real{
    text-align: center;
    color: #fff;
    font-size: 25px;
    margin-top: 250px;
    text-transform: uppercase;
}

@media (min-width:1900px){
    .corpo {
        background-size: 40%;
    }
    .vista-real {
        margin-top: 440px;
    }
}

@media (max-width:1370px){
    .corpo {
        background-size: 25%;
    }
}

.rodape-mobile{
    display: none;
}

.icon-whats{
    height: 35px;
}

@media (max-width:767px){
    .rodape-mobile{
        background-color: #000;
        text-align: center;
        display: block;
        padding: 20px;
    }
    .rodape-mobile img{
        height: 70px;
    }
    .text-right, header h6{
        text-align: center!important;
        font-size: 18px;
    }
    p.intro{
        text-align: center;
        margin-bottom: 30px;
        font-size: 40px;
    }
    .vista-real{
        font-size: 20px;
        margin-top: 150px;
    }
    p.principal{
        /* text-align: center; */
        font-size: 14px;
    }
    h3{
        font-size: 18px;
    }
    .creditos {
        font-size: 12px;
        margin-top: 30px;
        padding: 0px;
        text-transform: uppercase;
    }
    .corpo{
        background-image: none;
    }
    h5, h5 a{font-size: 24px;}
    .icon-whats{height:20px}
}

.privacidade p{
    margin-bottom: 15px;
    line-height: 1.5;
}

.privacidade p b{
    font-weight: bold;
}