/************************************
LESS
************************************/
/************************************
RESET
************************************/
.btn {
  border-radius: 0px;
}
.btn-primary {
  background: #152B45;
  color: white !important;
  border: 1px solid #152B45;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #0458A8;
}
.tab-content {
  padding-top: 40px;
}
.well h3 {
  padding-top: 0;
  margin-top: 0;
}
.fit {
  min-width: 100%;
}
.dark {
  color: #333;
}
.lista-noticias li {
  padding-top: 8px;
  padding-bottom: 8px;
}
.lista-noticias h3 {
  color: black;
  font-weight: 700;
}
.lista-noticias p,
.lista-noticias a {
  color: #333;
}
.lista-noticias small {
  color: #777;
}
#toolbox {
  border-radius: 0px;
}
#toolbox strong {
  text-transform: uppercase;
}
#toolbox button p {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#toolbox.stick {
  margin-top: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background-color: white;
  width: 100%;
  padding: 10px 100px;
}
.thumb {
  margin-bottom: 30px;
}
.table-beneficios th:first-child {
  background-color: #000066;
  color: white;
  text-transform: uppercase;
  padding-top: 30px;
}
.table-beneficios th:first-child + th {
  background-color: #FF0066;
  color: white;
  text-transform: uppercase;
  padding-top: 30px;
}
.table-beneficios tr:nth-child(odd) td:first-child {
  background-color: #9393FF;
}
.table-beneficios tr:nth-child(even) td:first-child {
  background-color: #CCCCFF;
}
.table-beneficios tr:nth-child(odd) td:first-child + td {
  background-color: #FFCCCC;
}
.table-beneficios tr:nth-child(even) td:first-child + td {
  background-color: #FFEFFF;
}
.panel-body h3 {
  font-size: 1.5em;
}
/************************************
DEFAULT
************************************/
body {
  font-family: Open Sans;
  width: 100%;
  height: 100%;
}
body.invertido {
  background-color: black;
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.container {
  padding-top: 80px;
  padding-bottom: 80px;
}
h1 {
  font-family: Oswald;
  margin-bottom: 40px;
}
h2 {
  font-size: 3.5em;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  text-transform: uppercase;
  font-family: Oswald;
}
h3 {
  font-weight: 700;
}
.iconpdf span {
  display: block;
  width: 64px;
  height: 64px;
  background: url(../img/interface/pdf-icon.png) center center no-repeat;
  background-size: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.no-gutter {
  padding-left: 10px;
  padding-right: 10px;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.downloads {
  padding: 5px !important;
}
.card img {
  max-width: 100%;
  min-width: 100%;
}
/************************************
NAVIGATION
************************************/
#swipePanel {
  position: relative;
  z-index: 1;
}
.navbtntoggle {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  padding: 10px;
  background: #F7E533;
  z-index: 98;
  text-transform: uppercase;
  margin: 50px 0 0 10px;
  cursor: pointer;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -webkit-transition: margin 0.3s ease-in;
  -moz-transition: margin 0.3s ease-in;
  -ms-transition: margin 0.3s ease-in;
  transition: margin 0.3s ease-in;
}
.navbtntoggle:hover {
  color: #333;
  text-decoration: none;
  background-color: #f9eb64;
}
.navbtntoggle span {
  color: #333;
}
.navbtntoggle p {
  display: inline-block;
  margin: 0;
  color: #333;
}
.navbtntoggled {
  margin-left: -200px;
}
.navbtnnotext {
  margin-top: 10px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  text-align: center;
  font-size: 1.5em;
  opacity: 0.8;
}
.navbtnnotext p {
  display: none;
}
nav {
  background: #0458A8;
  position: relative;
}
nav > div {
  padding-top: 60px;
  position: relative;
}
nav a.closenav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2em;
  color: white;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 10px;
}
nav ul li {
  padding: 0px;
  cursor: pointer;
  transition: all 0.2s linear;
}
nav ul li a {
  padding: 8px 18px;
  font-size: 1em;
  color: white;
  text-transform: uppercase;
  font-family: Open Sans;
  width: 100%;
  display: block;
}
nav ul li ul.submenu-items {
  background: #152B45;
  padding: 0;
  display: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
nav ul li ul.submenu-items.toggled {
  display: block;
}
nav ul li a:hover,
nav ul li a:active,
nav ul li a:focus {
  color: white;
  text-decoration: none;
}
nav ul li:hover {
  background-color: #0572da;
}
nav ul li:hover a {
  color: white;
  text-decoration: none;
}
nav ul ul.submenu-items li:hover {
  background: #21436c;
}
nav.toggledNav {
  margin-left: 0px;
}
/************************************
JUMBOTRON
************************************/
.jumbotron {
  background: #333 url(../img/interface/main-banner.jpg) top center no-repeat !important;
  padding: 24px 20px !important;
  margin-bottom: 0;
  background: #fff;
  color: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.jumbotron h1 {
  margin: 0;
}
.jumbotron h1 img {
  display: block;
  max-width: 180px;
  margin: 0 auto;
}
.jumbotron p {
  margin: 0.5rem 0 0;
  color: #fff;
  font-size: 1.5em;
  /* max-width: 760px; */
  align-self: center;
}
/************************************
MAIN
************************************/
main {
  background: #FFFFFF url(../img/interface/int-footer.png) bottom center no-repeat;
  background-size: auto;
  padding-bottom: 80px;
}
main .container {
  padding-top: 50px;
}
/************************************
SECTIONS
************************************/
section#preheader {
  padding-top: 10px;
  padding-bottom: 10px;
  background: white;
}
section#preheader .container {
  padding-top: 0;
  padding-bottom: 0;
}
section#preheader a {
  font-weight: bold;
  color: #333;
}
section#preheader p {
  margin: 0;
}
section#preheader ul {
  margin: 0;
}
section#preheader span {
  color: #152B45;
}
section#shortcuts {
  background: #F1F1F1;
  position: relative;
}
section#shortcuts a {
  text-align: center;
}
section#shortcuts a:hover {
  text-decoration: none;
}
section#shortcuts a:hover h3 {
  color: #333;
}
section#shortcuts h3 {
  font-family: Oswald;
  text-align: center;
  text-transform: uppercase;
  color: #444;
  font-weight: 400;
  padding: 0;
  margin: 0;
  padding-bottom: 15px;
  transition: all 0.2s linear;
}
section#shortcuts img {
  margin: 0 auto;
  transition: all 0.2s linear;
}
section#shortcuts .tooltip {
  font-size: 16px;
}
section#shortcuts .blue-tooltip + .tooltip > .tooltip-inner {
  background-color: #152B45;
}
section#shortcuts .blue-tooltip + .tooltip > .tooltip-arrow {
  border-bottom-color: #152B45;
}
section#shortcuts:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(210, 210, 210, 0);
  border-top-color: #F1F1F1;
  border-width: 30px;
  margin-left: -30px;
}
section#acessofacil {
  background: #FFFFFF;
}
section#acessofacil div div div {
  margin-bottom: 25px;
}
section#noticias {
  background: url(../img/interface/int-footer.png) bottom center no-repeat, url(../img/interface/bg-noticias.jpg) top center no-repeat;
  background-size: auto, cover;
  padding-bottom: 80px;
}
section#noticias h2 {
  color: white;
}
section#noticias .card {
  border: 1px solid white;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.2s linear;
  background: #F1F1F1;
}
section#noticias .card div {
  padding: 10px;
}
section#noticias .card:hover {
  background: white;
}
section#noticias p {
  font-size: 16px;
}
section#noticias img {
  margin-bottom: 8px;
}
section#noticias a {
  color: #333;
}
/************************************
FOOTER
************************************/
footer {
  background: #152B45;
}
footer .icons h4 {
  font-size: 1.4em;
  font-weight: 300;
  font-family: Oswald;
  color: #F7E533;
  text-transform: uppercase;
  text-align: center;
}
footer .icons span {
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  border-radius: 100%;
  background: white;
  color: #0458A8;
  padding: 0;
  margin-right: 5px;
  font-size: 2.2em;
  margin: 0 auto;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}
footer .icons p,
footer .icons a {
  color: #F1F1F1;
  font-size: 14px;
  text-align: center;
  margin: 0;
  display: inline-block;
}
footer .ipremfooter {
  border-top: 1px solid #0458A8;
  padding-top: 10px;
  padding-bottom: 40px;
}
footer .ipremfooter p,
footer .ipremfooter a {
  color: #F1F1F1;
  font-size: 14px;
}
/************************************
GO TOP
************************************/
#go-top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  z-index: 10;
  background: #0458A8;
  text-align: center;
  border-radius: 100%;
  margin: 0 15px 15px 0;
  opacity: 0.8;
  cursor: pointer;
  color: white;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#go-top.visible {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0.8;
}
