@CHARSET "UTF-8";

html {
    /*background-color: rgb(11, 25, 18);*/
    background-image: linear-gradient(to bottom, rgb(11, 25, 18), rgb(21, 40, 32));
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
}

BODY {
    background: url("../img/logo.png") no-repeat center center fixed;
    font-family: Helvetica, sans-serif;
    color: #FFF;
}

A {
    color: rgb(161, 195, 180);
    text-decoration: none;
}

DIV#intro {
    position: absolute;
    top: 25px;
    left: 15px;
}

DIV#intro H1 {
    font-size: 50px;
}

DIV#intro H2 {
    font-size: 36px;
    color: rgb(161, 195, 180);
}

DIV#intro H3 {
    color: #BEBEBE;
    margin-top: 10px;
    font-size: 20px;
}

DIV#intro H4 {
    color: #BEBEBE;
    margin-top: 5px;
    font-size: 15px;
}

DIV#social {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}

DIV#tel {
    position: absolute;
    left: 15px;
    bottom: 15px;
}

DIV#tel DIV.label {
    margin: 20px 0px 5px 0px;
    color: rgb(161, 195, 180);
    font-size: 20px;
}

DIV#tel DIV.fone {
    color: #FFFFFF;
    font-size: 40px;
}

DIV#endereco {
    font-size: 24px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

DIV#endereco A {
    color: #FFFFFF;
    text-decoration: none;
    letter-spacing: 2px;
}

SPAN.sep {
    margin: 0px 5px;
}

DIV#mapa {
    position: absolute;
    right: 0px;
    bottom: 0px;
}