@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
@font-face{
    font-family: 'Dancing Script', cursive;;
    src: url(/_fonts/DancingScript-VariableFont_wght.ttf);
}
body{
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    background-color: #dddddd;
    color: rgba(0,0,0,1);
}
div#interface{
    width: 950px;
    background-color: white;
    margin: -20px auto 10px auto;
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    padding: 10px;
}
header#cabecalho{
    border-bottom: 1px #606060 solid;
    height: 130px;
}
header#cabecalho img#icone{
    position: absolute;
    left: 1050px;
    top: 85px
}
div#interface img#img1{
    width: 650px;
    height: 400px;
    margin-left: 150px;
    margin-top: 5px;
}
header#cabecalho h1{
    font-family: 'Dancing Script';
    font-size: 55pt;
    color: #472e4b;
    text-shadow: 2px 2px 2px rgba(131, 128, 128, 0.3);
    padding: 0px;
    margin-bottom: 0px;
}
header#cabecalho h2{
    font-family: 'Dancing Script';
    font-size: 20pt;
    color: #606060;
    text-shadow: 2px 2px 2px rgba(172, 168, 168, 0.37);
    padding: 0px;
    margin-top: 0px;
}
header#cabecalho h5{
    font-family: 'Calibri';
    font-size: 10pt;
    color: #606060;
    text-shadow: 2px 2px 2px rgba(172, 168, 168, 0.37);
    text-align: center;
    padding: 0px;
    margin-top: 0px;
}
header#cabecalho nav h1{
    margin-top: 35px;
    font-family: 'Dancing Script';
    font-size: 25pt;
    color:  #472e4b;
    text-shadow: 2px 2px 2px rgba(172, 168, 168, 0.37);
    padding: 0px;
}
p{
    text-align: justify;
    text-indent: 50px;
}
a{
    font-family: 'Dancing Script';
    font-size: 18pt;
    color:  #472e4b;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
nav#menu{
    display: block;
}
nav#menu ul{
    list-style: none;
    position: absolute;
    top: -20px;
    left: 480px;
}
nav#menu li{
    display: inline-block;
    background-color: #dddddd;
    padding: 10px;
    margin: 2px;
    transition: background-color 1s;
}
nav#menu li:hover{
    background-color: #606060;
}
nav#menu h1{
    display: none;
}
nav#menu a{
    color: black;
    text-decoration: none;
}
nav#menu a:hover{
    color: white;
}
h2{
    color:  #472e4b;
}
section#corpo{
    display: block;
    width: 500px;
    float: left;
    border-right: 1px solid #606060;
    padding-right:15px;
}
aside#lateral{
    display: block;
    width: 400px;
    float: right;
    background-color: white;
    padding: 10px;
    margin-top: 40px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
aside#lateral img#consultor{
    position: absolute;
    width: 100px;
    left: 980px;
    top: 200px;
}
aside#lateral h1{
    position: absolute;
    font-family: Arial, sans-serif;
    font-size: 24pt;
    color:  #472e4b;
    left: 760px;
    top: 170px;
}
aside#lateral h2{
    font-family: 'Dancing Script';
    font-size: 20pt;
    color:  black;
}
aside#lateral p{
    font-family: Arial, sans-serif;
    font-size: 10pt;
}
aside#lateral img#fixo{
    position: absolute;
    width: 40px;
    left: 810px;
    top: 800px;
}
aside#lateral img#fone{
    position: absolute;
    width: 20px;
    left: 880px;
    top: 800px;
}
aside#lateral img#wapp{
    position: absolute;
    width: 40px;
    left: 930px;
    top: 800px;
}
aside#lateral img#mail{
    position: absolute;
    width: 40px;
    left: 990px;
    top: 800px;
}
footer#rodape{
    clear: both;
    border-top: 1px solid #606060;
    font-family: Calibri;
    font-size: 8pt;
   text-align: center;
}
footer#rodape p{
text-align: center;
}
footer#rodape a{
    font-family: Calibri;
    font-size: 10pt;
    
}