﻿@import url('../Fontes/Fontes.css');

/*#region All */
html, body 
{
    height:100%;
}

body {
    background-color: #ffffff;
    position: relative;
    background-image: url('../Imagens/Layout/bg-salt.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    position: relative;
    font-family: 'champagne__limousinesregular';
}

form 
{
    min-height:100%;
    position:relative;
}

.clear  
{
    clear: both;
}

*,*:before,*:after
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*#endregion All*/

/*#region Footer */
footer
{
    width:100%;
    height:35px;
    position:absolute;
    left:0;
    z-index:3;
    background-color:rgba(255, 1, 1, 0.8);
    bottom:22px;
}

footer p
{
    margin:0;
    font-size:1.3em;        
    line-height:35px;
}

footer p img
{
    margin-bottom:-6px;
}

footer p:first-child
{
    float:left;
    margin-left:5vw;
}

footer p:last-child
{
    float:right;
    margin-right:5vw;
}

footer p a.endereco
{
    letter-spacing:1px;
}

footer p a.wn
{
    font-family:Arial;
    font-weight:bold;
    font-size:0.8em !important;
}

    footer p a:hover {
        color:#000000;
    }

/*#endregion Footer */