﻿body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
    height: 100%;
    color: #777;
    line-height: 1.8;
		background-color:#FFFFFF;
}

/* topo */
.s-topo { background-color:#fff; background-image:url('./images/bg_topo.jpg'); background-position:top center; background-repeat: no-repeat; height:138px }
.s-topo img { padding:0 80px }
@media (max-width:800px){ .s-topo img { padding:0 16px } }

.s-corpo { background-color:#fff; background-image:url('./images/bg_corpo.jpg'); background-position:top center; background-repeat: no-repeat; }

a { color:#005E82; text-decoration:none; }
a:hover { text-decoration:underline; }

h3 { line-height:normal; }

/* geral */
.s-botao {border:none;display:inline-block;outline:0;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:#192151;text-align:center;cursor:pointer;white-space:normal;color:#FFFFFF;}
.s-botao {-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.s-botao:disabled{cursor:not-allowed;opacity:0.3}
.s-botao:hover{color:#fff!important;background-color:#3EB79C!important}
.s-botao-pequeno { width:90px; }
.s-botao-medio { width:220px; }
.s-botao-grande { width:370px; }
@media (max-width:600px){ .s-botao-pequeno, .s-botao-medio, .s-botao-grande {width:90%} }
