@font-face {
    font-family: 'museo_sans500';
    src: url('./font/MuseoSans_500-webfont.eot');
    src: url('./font/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
        url('./font/MuseoSans_500-webfont.woff2') format('woff2'),
        url('./font/MuseoSans_500-webfont.woff') format('woff'),
        url('./font/MuseoSans_500-webfont.ttf') format('truetype'),
        url('./font/MuseoSans_500-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;

}
a,
a:focus,
a:hover {
    color: #777;
}
p{
    color:#777;
    font-size:16px;

}
hr{
    opacity:0;
}
html,
body {
    height: 100%;
    background-color: #333;
    font-family: 'museo_sans500';

}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
}
.cover-container {
    height:100%;
    width:auto;
    background: url(../img/imagem.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom:150px;
}
.footer{
    background: url(../img/padrao.png);
    background-color:#D2D2D2;
    min-height:150px;
    position:fixed;
    bottom:0px;
    width:100%;
}
.footer p{
    margin:0px auto 5px auto;
}
.trust{
    margin-top:30px;
    margin-bottom:20px;
}

.parent-element {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.element {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.biggify{
    font-size:18px;
}
.redify{
    font-size:20px;
    color:#87354C;
}

@media screen and (max-width: 1200px) {
/*    .trust{
        margin-top:30px;
    }*/
/*    .footer{
        min-height:150px;
    }*/
}
@media screen and (max-width: 768px) {
    .cover-container {
        height:360px;
        padding-bottom:0px;
    }
    .footer{
        /*min-height:150px;*/
        position:relative;
        width:100%;
    }
/*    .trust{
        margin-top:20px;
        margin-bottom:20px;
    }*/

}
