/*******************
VARIABLES
*******************/
* {
  font-family: 'Roboto', sans-serif;
}
/*****Helpers*/
.medium {
  font-weight: 400;
  font-size: 20pt;
}
.normal {
  font-weight: 300;
  font-size: 13pt;
}
.title {
  font-weight: 800;
  font-size: 15pt;
}
.margin-comom {
  margin-bottom: 40px;
}
.padding-comom {
  padding: 40px 0;
}
.text-paragraph {
  margin-bottom: 20px;
  text-align: justify;
}
.rovere {
  font-size: 8pt;
  color: #132046;
}
/****General */
p {
  margin: 0;
}
.button-edit {
  background-color: #132046!important;
}
.button-edit:hover {
  background-color: #25408c!important;
}
a {
  color: #25408c;
}
a:hover {
  color: #132046;
}
h1 {
  font-weight: 800;
  font-size: 30pt;
}
h2 {
  font-weight: 800;
  font-size: 20pt;
}
h3 {
  font-weight: 800;
  font-size: 10pt;
}
/****Code*/
header a {
  color: #132046;
}
header a:hover {
  color: #25408c;
}
header #top-header {
  background-color: #132046;
  color: #4a80ff;
  font-size: 10pt;
  padding: 10px 0;
  margin-bottom: 40px;
}
header #top-header i {
  margin-left: 16px;
}
header #top-header a,
header #top-header p {
  color: #ffffff;
}
header #top-header a:hover {
  color: #4a80ff;
}
header #main-header {
  margin-bottom: 40px;
}
header #main-header .main-menu {
  margin: 25px 0;
  float: right;
}
header #main-header .main-menu li {
  display: inline;
  font-weight: 600;
  font-size: 10pt;
  margin-left: 10px;
}
#banner {
  margin-bottom: 40px;
}
#banner img {
  width: 100%;
}
#items {
  margin-bottom: 40px;
}
#items .item-title {
  font-weight: 800;
  font-size: 15pt;
}
#chamada .destaque-big {
  font-weight: 800;
  font-size: 30pt;
}
#chamada .destaque-medium {
  font-weight: 400;
  font-size: 20pt;
}
#chamada p {
  font-weight: 300;
  font-size: 13pt;
}
footer {
  background-color: #132046;
  color: #4a80ff;
  padding: 40px 0;
}
footer p,
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #4a80ff;
}
.tab-bar {
  background-color: #132046 !important;
}
.left-off-canvas-menu {
  background-color: #0c152f !important;
}
ul.off-canvas-list li a {
  border-bottom: 1px solid #fff!important;
}
ul.off-canvas-list li a:hover {
  background-color: #25408c;
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 43px;
  right: 82px;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content li {
  margin: 0!important;
}
.dropdown-content li a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content li a:hover {
  background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
  display: block;
}
