/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Rationale", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: rgba(205, 235, 255, 0.8);
  text-align: left;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
  background: #000000 url("./body.background.png") no-repeat fixed left bottom;
  padding: 13px;
}
@media (min-width: 460px) {
  body {
    font-size: 16px;
    padding: 34px;
  }
}
a:link,
a:visited {
  color: rgba(255, 171, 51, 0.8);
  text-decoration: none;
}
a:hover,
a:active {
  color: rgba(209, 123, 0, 0.8);
}
pre {
  text-shadow: none;
}
h1 {
  font-size: 240%;
}
h2 {
  font-size: 180%;
}
h3 {
  font-size: 160%;
}
h4 {
  font-size: 130%;
}
h5 {
  font-size: 115%;
}
h6 {
  font-size: 100%;
}
form {
  display: block;
  padding: 13px;
  border-radius: 5px;
  border: 1px solid rgba(160, 200, 230, 0.8);
  background: rgba(68, 153, 221, 0.33) url("./elements.background.degrade.png") repeat-x;
  box-shadow: inset 0px 0px 13px rgba(68, 153, 221, 0.8);
}
@media (min-width: 900px) {
  form {
    padding: 21px 25%;
  }
}
form label {
  display: block;
  padding-bottom: 13px;
}
form label input,
form label textarea {
  display: block;
  width: 100%;
  margin-top: 3px;
  padding: 8px 13px;
  outline: none;
  border-radius: 5px;
  border: 1px solid rgba(160, 200, 230, 0.8);
  background: rgba(0, 0, 0, 0.85) url("./elements.background.degrade.png") repeat-x;
  box-shadow: inset 0px 0px 13px #000000;
}
form label input:invalid,
form label textarea:invalid {
  border-bottom: 1px solid rgba(255, 51, 51, 0.8);
}
form label textarea {
  min-height: 100px;
  resize: vertical;
}
form button {
  display: block;
  width: 100%;
  padding: 8px 13px;
  outline: none;
  border-radius: 5px;
  border: 1px solid rgba(160, 200, 230, 0.8);
  background: rgba(0, 0, 0, 0.85) url("./elements.background.degrade.png") repeat-x;
  box-shadow: inset 0px 0px 13px #000000;
  cursor: pointer;
}
.hide {
  display: none;
}
#Main {
  max-width: 1280px;
  padding: 13px;
  margin: auto;
  border-radius: 13px;
  border: 1px solid rgba(160, 200, 230, 0.8);
  background: rgba(68, 153, 221, 0.33) url("./elements.background.degrade.png") repeat-x;
  box-shadow: inset 0px 0px 13px rgba(68, 153, 221, 0.8);
}
@media (min-width: 460px) {
  #Main {
    padding: 34px;
  }
}
#Main header {
  position: relative;
  padding-bottom: 57px;
  z-index: 100;
}
#Main header nav {
  position: absolute;
  width: 100%;
  margin: 13px 0px;
  padding: 13px 5px;
  z-index: 1;
  transition: background-color 0.5s ease-in-out;
  border-radius: 5px;
  border: 1px solid rgba(160, 200, 230, 0.8);
  background: rgba(68, 153, 221, 0.33) url("./elements.background.degrade.png") repeat-x;
  box-shadow: inset 0px 0px 13px rgba(68, 153, 221, 0.8);
}
#Main header nav.fixed {
  position: fixed;
  top: 0px;
  background-color: rgba(68, 153, 221, 0.9);
}
#Main header nav menu li {
  display: inline-block;
  margin: 0px 5px;
}
@media (min-width: 460px) {
  #Main header nav menu li {
    margin: 0px 13px;
  }
}
#Main header nav menu a:link,
#Main header nav menu a:visited {
  color: rgba(205, 235, 255, 0.8);
}
#Main header nav menu a:hover {
  color: rgba(165, 205, 255, 0.7);
  top: -1px;
  left: -1px;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
}
#Main header nav menu a:active {
  top: 0px;
  left: 0px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
}
#Content {
  margin: 13px 0px;
  padding: 13px;
  border-radius: 5px;
  border: 1px solid rgba(160, 200, 230, 0.8);
  background: rgba(0, 0, 0, 0.85) url("./elements.background.degrade.png") repeat-x;
  box-shadow: inset 0px 0px 13px #000000;
}
@media (min-width: 460px) {
  #Content {
    padding: 21px;
  }
}
#Content > div h2 {
  margin-bottom: 13px;
}
#Content > div:not(:last-child) {
  padding-bottom: 21px;
  margin-bottom: 21px;
  border-bottom: 4px double rgba(160, 200, 230, 0.8);
}
#Clientes:after {
  display: block;
  content: '';
  clear: both;
}
#Clientes a {
  display: block;
  float: left;
  text-align: center;
  height: 75px;
  width: calc(100% / 3 - 8px / 3 * 2);
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 8px 5px;
  border-radius: 3px;
  border: 1px solid rgba(160, 200, 230, 0.8);
  background: rgba(68, 153, 221, 0.33) url("./elements.background.degrade.png") repeat-x;
  box-shadow: inset 0px 0px 13px rgba(68, 153, 221, 0.8);
}
#Clientes a img {
  position: relative;
  max-height: 100%;
  max-width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#Clientes a:hover {
  background-color: rgba(68, 153, 221, 0.5);
}
@media (max-width: 559px) {
  #Clientes a:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 560px) {
  #Clientes a {
    padding: 8px;
    width: calc(100% / 4 - 8px / 4 * 3);
  }
}
@media (min-width: 560px) and (max-width: 799px) {
  #Clientes a:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (min-width: 800px) {
  #Clientes a {
    height: 85px;
    width: calc(100% / 5 - 8px / 5 * 4);
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  #Clientes a:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  #Clientes a {
    height: 95px;
    width: calc(100% / 6 - 8px / 6 * 5);
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  #Clientes a:nth-of-type(6n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  #Clientes a {
    height: 95px;
    width: calc(100% / 7 - 8px / 7 * 6);
  }
  #Clientes a:nth-of-type(7n) {
    margin-right: 0;
  }
}
#Content > .tiles:after {
  display: block;
  content: '';
  clear: both;
}
#Content > .tiles > div {
  float: left;
  width: 100%;
  padding-bottom: 8px;
}
@media (max-width: 1365px) {
  #Content > .tiles > div:not(:last-child) {
    border-bottom: 1px solid rgba(160, 200, 230, 0.8);
  }
}
@media (min-width: 1366px) {
  #Content > .tiles > div {
    width: 50%;
  }
  #Content > .tiles > div:nth-child(even) {
    padding-right: 10px;
  }
  #Content > .tiles > div:nth-child(odd) {
    padding-left: 11px;
  }
}
#Content > .tiles > div:after {
  display: block;
  content: '';
  clear: both;
}
#Content > .tiles > div:not(:last-child) {
  margin-bottom: 21px;
}
#Content > .tiles > div .image {
  position: relative;
  float: left;
  width: 100%;
  height: 200px;
  padding: 13px;
  margin: 0 13px 13px 0;
  text-align: center;
  z-index: 1;
  border-radius: 3px;
  border: 1px solid rgba(160, 200, 230, 0.8);
  background: rgba(68, 153, 221, 0.33) url("./elements.background.degrade.png") repeat-x;
  box-shadow: inset 0px 0px 13px rgba(68, 153, 221, 0.8);
}
@media (min-width: 650px) {
  #Content > .tiles > div .image {
    width: 300px;
  }
}
#Content > .tiles > div .image img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  border-radius: 3px;
  top: 50%;
  transform: translateY(-50%);
}
#Content > .tiles > div .data h3 {
  margin-bottom: 13px;
}
#Content > .tiles > div .data ul {
  position: relative;
  list-style: outside disc;
  left: 17px;
}
#Content > .tiles > div .data ul > li {
  margin-bottom: 3px;
}
#Contato .sent-message {
  position: relative;
  margin-bottom: 13px;
  padding: 13px;
  border-radius: 3px;
  border: 1px solid rgba(160, 200, 230, 0.8);
  background: rgba(68, 153, 221, 0.33) url("./elements.background.degrade.png") repeat-x;
  box-shadow: inset 0px 0px 13px rgba(68, 153, 221, 0.8);
}