﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed|Ubuntu);
/* line 19, ../scss/ih.scss */
* {
  margin: 0;
  padding: 0;
}




/* line 24, ../scss/ih.scss */
html,
body {
  height: 100%;
}

/* line 29, ../scss/ih.scss */
body {
  margin: 0;
  padding: 0;
  height: 100%;
  /* font-family: 'Play', arial; */
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  /* font-family: 'Rubik', sans-serif; */
  /* font-family: 'Roboto', arial; */
  text-align: left;
  line-height: 1.5;
  /* background-color: #eee; */
  color: #0064a6;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

table, th, td {
  border: 1px solid black;
}

/* line 46, ../scss/ih.scss */
h1 {
  font-weight: 600;
  font-size: 2em;
}

/* line 51, ../scss/ih.scss */
h2 {
  font-weight: 400;
  font-size: 1.5em;
}

/* line 56, ../scss/ih.scss */
h3 {
  font-size: 1.17em;
}

/* line 60, ../scss/ih.scss */
h4 {
  font-size: 1em;
}

/* line 64, ../scss/ih.scss */
h5 {
  font-size: .83em;
}

/* line 68, ../scss/ih.scss */
h6 {
  font-size: .67em;
}

/* line 74, ../scss/ih.scss */
.nopadbot {
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 80, ../scss/ih.scss */
  #esconder {
    display: none !important;
  }
}
/* ==================================================
  Colors
  ================================================== */
/* line 90, ../scss/ih.scss */
.red {
  color: #ff0000;
}

/* line 94, ../scss/ih.scss */
.blue {
  color: #0064a6;
}

/* ==================================================
  Distances
  ================================================== */
/* line 103, ../scss/ih.scss */
.dist-top-1 {
  margin-top: 1px;
}

/* line 107, ../scss/ih.scss */
.dist-top-2 {
  margin-top: 2px;
}

/* line 111, ../scss/ih.scss */
.dist-top-3 {
  margin-top: 3px;
}

/* line 115, ../scss/ih.scss */
.dist-top-4 {
  margin-top: 4px;
}

/* line 119, ../scss/ih.scss */
.dist-top-5 {
  margin-top: 5px;
}

/* line 123, ../scss/ih.scss */
.dist-top-6 {
  margin-top: 6px;
}

/* line 127, ../scss/ih.scss */
.dist-top-10 {
  margin-top: 10px;
}

/* line 131, ../scss/ih.scss */
.dist-top-12 {
  margin-top: 12px;
}

/* line 135, ../scss/ih.scss */
.dist-top-15 {
  margin-top: 15px;
}

/* line 139, ../scss/ih.scss */
.dist-top-20 {
  margin-top: 20px;
}

/* line 143, ../scss/ih.scss */
.dist-top-30 {
  margin-top: 30px;
}

/* line 147, ../scss/ih.scss */
.dist-top-40 {
  margin-top: 40px;
}

/* line 151, ../scss/ih.scss */
.dist-top-60 {
  margin-top: 60px;
}

/* line 155, ../scss/ih.scss */
.dist-top-80 {
  margin-top: 80px;
}

/* line 159, ../scss/ih.scss */
.dist-bot-5 {
  padding-bottom: 5px;
}

/* line 163, ../scss/ih.scss */
.dist-bot-10 {
  padding-bottom: 10px;
}

/* line 167, ../scss/ih.scss */
.dist-bot-20 {
  padding-bottom: 20px;
}

/* line 171, ../scss/ih.scss */
.dist-bot-40 {
  padding-bottom: 40px;
}

/* line 175, ../scss/ih.scss */
.dist-bot-60 {
  padding-bottom: 60px;
}

/* line 179, ../scss/ih.scss */
.dist-bot-80 {
  padding-bottom: 80px;
}

/* line 183, ../scss/ih.scss */
.dist-right-60 {
  padding-right: 60px;
}

/* ==================================================
   Justification and format
   ================================================== */
/* line 192, ../scss/ih.scss */
.center {
  text-align: center;
  /* border: 3px solid green; */
}

/* line 197, ../scss/ih.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 201, ../scss/ih.scss */
.bkdest {
  position: relative;
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 214, ../scss/ih.scss */
.bkwhite {
  position: relative;
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 227, ../scss/ih.scss */
.bkgray {
  position: relative;
  background-color: #e9e8e8;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 240, ../scss/ih.scss */
.container {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* ==================================================
   Breadcrumb
   ================================================== */
/* Style the list */
/* line 253, ../scss/ih.scss */
ul.breadcrumb {
  padding: 0px 5px;
  list-style: none;
  background-color: transparent;
}

/* Display list items side by side */
/* line 262, ../scss/ih.scss */
ul.breadcrumb li {
  display: inline;
  font-size: 0.9em;
}

/* Add a slash symbol (/) before/behind each list item */
/* line 270, ../scss/ih.scss */
ul.breadcrumb li + li:before {
  padding: 5px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
/* line 279, ../scss/ih.scss */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
/* line 287, ../scss/ih.scss */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

/* ==================================================
   columns :: spacing between middle columns
   ================================================== */
/* line 297, ../scss/ih.scss */
.row.wide-gutter {
  margin-left: -40px;
  margin-right: -40px;
}

/* line 302, ../scss/ih.scss */
.row.wide-gutter [class*='col-']:not(:first-child),
.row.wide-gutter [class*='col-']:not(:last-child) {
  padding-right: 40px;
  padding-left: 40px;
}

/* line 308, ../scss/ih.scss */
.row.proj-gutter {
  margin-left: -40px;
  margin-right: -40px;
}

@media (max-width: 768px) {
  /* line 314, ../scss/ih.scss */
  .row.proj-gutter {
    margin-left: -10px;
    margin-right: -10px;
  }
}
/* line 320, ../scss/ih.scss */
.bot-buffer {
  margin-bottom: 80px;
}

/* ==================================================
   5 columns
   ================================================== */
/* line 329, ../scss/ih.scss */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 50px;
  height: auto;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 342, ../scss/ih.scss */
.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  /* line 348, ../scss/ih.scss */
  .col-sm-15 {
    width: 20%;
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
@media (min-width: 992px) {
  /* line 357, ../scss/ih.scss */
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  /* line 364, ../scss/ih.scss */
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/* line 370, ../scss/ih.scss */
.row.dest-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

/* line 375, ../scss/ih.scss */
.row.dest-gutter [class*='col-']:not(:first-child) {
  padding-left: 5px;
}

/* line 379, ../scss/ih.scss */
.row.dest-gutter [class*='col-']:not(:last-child) {
  padding-right: 5px;
}

/* ==================================================
  Navbar
  ================================================== */
/* line 388, ../scss/ih.scss */
.over_banner {
  position: absolute;
  width: 100%;
  top: 5.5em;
  padding-top: 0px;
  padding-right: 0px;
  z-index: 1999;
}

/* line 397, ../scss/ih.scss */
.container_top {
  height: 800px;
  width: 100%;
  background-color: blue;
  position: absolute;
  top: 0;
}

/* line 405, ../scss/ih.scss */
.banner-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 85;
  color: #fff;
  width: auto;
}

/* line 414, ../scss/ih.scss */
.box-top-ops {
  position: relative;
  display: block;
  margin-bottom: 0;
  height: auto;
  margin: auto;
  z-index: 80;
  overflow: hidden;
}

/* line 424, ../scss/ih.scss */
.navb-ih.ihcolor {
  color: #f1f1f1;
  background: transparent;
}

/* line 429, ../scss/ih.scss */
.navbar-default {
  z-index: 2000;
  font-family: 'Oswald', sans-serif;
  /* font-family: 'Roboto', arial; */
  /* font-family: 'Rubik', sans-serif; */
  font-size: 20px !important;
  /* font-weight: 600; */
  border-color: transparent;
  border-radius: 0;
  height: 58px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
}

/* line 443, ../scss/ih.scss */
.navbar {
  color: #f1f1f1;
  background-color: #0064a6;
  margin: 0;
  padding-top: 0px;
}

/* line 450, ../scss/ih.scss */
.navbar-default .navbar-nav > li > a {
  color: white;
  background-color: #00000000;
  margin: 0;
  padding: 8px;
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  text-shadow: 1px 1px 1px rgba(6, 46, 94, 0.8);
}

/* line 462, ../scss/ih.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #f1f1f1;
  text-shadow: 0 0 0 0;
  background-color: transparent;
  border-color: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  text-shadow: 1px 1px 1px rgba(6, 46, 94, 0.8);
}

/* line 474, ../scss/ih.scss */
.navbar-default .navbar-nav > .active,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  border-color: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}

/* line 484, ../scss/ih.scss */
.navbar-default .navbar-nav > .open > a {
  border-bottom: 1px solid black;
  background-color: #0871b7 !important;
  color: white;
}

/* line 490, ../scss/ih.scss */
.navbar .navbar-nav > li.open > a:hover,
.navbar .navbar-nav > li.open > a:focus {
  background-color: #0064a6;
  color: white;
}

/* line 496, ../scss/ih.scss */
.dropdown-menu {
  min-width: 270px;
  text-shadow: 0 0 0 0;
  left: -1px;
}

/* line 502, ../scss/ih.scss */
.dropdown-menu li a {
  display: block;
  margin: 1px 5px 1px 5px;
  padding: 7px;
  clear: both;
  line-height: 1.2;
  white-space: normal;
  font-weight: 300;
  font-size: 1.2em;
  color: #0064a6;
}

/* line 514, ../scss/ih.scss */
.dropdown-menu li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0064a6;
  border-width: 0px 0px 0px 0px;
}

/* line 521, ../scss/ih.scss */
.dropdown-menu.columns-2 {
  min-width: 500px;
}

/* line 525, ../scss/ih.scss */
.dropdown-menu.columns-3 {
  min-width: 600px;
}

/* line 531, ../scss/ih.scss */
.multi-column-dropdown li a {
  margin: 1px 5px 1px 5px;
  padding: 7px;
}

/* line 536, ../scss/ih.scss */
.multi-column-dropdown .list-group-item {
  margin: 0px;
  padding: 0px;
  border-width: 0px 0px 0px 0px;
}

/* line 542, ../scss/ih.scss */
.nopad {
  margin: 0px;
  padding: 0px;
}

@media (max-width: 992px) {
  /* line 548, ../scss/ih.scss */
  .over_banner {
    top: 2.9em;
    padding-top: 0px;
  }

  /* line 552, ../scss/ih.scss */
  .navbar-header {
    float: none;
  }

  /* line 555, ../scss/ih.scss */
  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  /* line 559, ../scss/ih.scss */
  .navbar-toggle {
    display: block;
    top: 0px;
  }

  /* line 563, ../scss/ih.scss */
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    top: 7px !important;
    position: relative;
  }

  /* line 569, ../scss/ih.scss */
  .navbar-fixed-top {
    top: 0;
    border-bottom: 2px solid #FEC340;
  }

  /* line 573, ../scss/ih.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 576, ../scss/ih.scss */
  .navbar-nav {
    float: none !important;
    background-color: #0064a6;
    margin: 0px;
    padding: 0px;
    height: auto;
    max-height: 420px;
    overflow-x: hidden;
  }

  /* line 585, ../scss/ih.scss */
  .navbar-nav > li {
    float: none;
  }

  /* line 588, ../scss/ih.scss */
  .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* line 592, ../scss/ih.scss */
  .collapse.in {
    display: block !important;
  }

  /* line 596, ../scss/ih.scss */
  .navbar-nav .dropdown-menu {
    position: relative;
    width: 100% !important;
    background-color: #0064a6;
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
    clear: both;
  }
  /* line 603, ../scss/ih.scss */
  .navbar-nav .dropdown-menu li {
    position: relative;
    margin: 1px 10px 1px 10px;
    clear: both;
  }
  /* line 608, ../scss/ih.scss */
  .navbar-nav .dropdown-menu.columns-2 {
    width: 100% !important;
  }
  /* line 611, ../scss/ih.scss */
  .navbar-nav .dropdown-menu.columns-3 {
    width: 100% !important;
  }
  /* line 614, ../scss/ih.scss */
  .navbar-nav .dropdown-menu.columns-2 li {
    margin: 1px 10px 1px 10px;
    padding: 0px;
  }
  /* line 618, ../scss/ih.scss */
  .navbar-nav .dropdown-menu.columns-3 li {
    margin: 1px 10px 1px 10px;
    padding: 0px;
  }
  /* line 623, ../scss/ih.scss */
  .navbar-nav .multi-column-dropdown {
    list-style: none;
    margin: 0;
  }
  /* line 627, ../scss/ih.scss */
  .navbar-nav .multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.2;
    color: #0064a6;
    white-space: normal;
  }
  /* line 634, ../scss/ih.scss */
  .navbar-nav .multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0064a6;
  }
}
/*
@media (max-width: 768px) {
		
	.over_banner {
		top: 2.9em;
		padding-top: 0px;
	}

}


@media (min-width: 768px) {

	.navbar-fixed-top.navbar-default .navbar-nav {
		padding-right: 10px;
		padding-left: 10px; 
		margin: 0;
	}	

}

*/
@media (min-width: 992px) {
  /* line 667, ../scss/ih.scss */
  .navbar-fixed-top {
    border-bottom: 2px solid #FEC340;
  }

  /* line 670, ../scss/ih.scss */
  .navbar-fixed-top.navbar-default .navbar-nav {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 992px) {
  /* line 677, ../scss/ih.scss */
  .collapsing,
  .in {
    background-color: #fff;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0px;
    border-color: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
  }

  /* line 689, ../scss/ih.scss */
  .collapsing ul li a,
  .in ul li a {
    color: white !important;
    padding: 7px;
  }

  /* line 694, ../scss/ih.scss */
  .collapsing ul li a:hover,
  .in ul li a:hover {
    color: #aaa !important;
    background-color: #0871b7;
    text-shadow: 1px 1px 1px rgba(6, 46, 94, 0.2);
  }

  /* line 700, ../scss/ih.scss */
  .dropdown-menu {
    width: 100%;
  }

  /* line 703, ../scss/ih.scss */
  .dropdown-menu li {
    position: relative;
    margin: 5px 10px 5px 10px;
    padding: 0;
    clear: both;
  }

  /* change background color on hover */
  /* line 710, ../scss/ih.scss */
  .navbar-collapse ul li a {
    color: #fff !important;
    background-color: #0064a6;
  }

  /* line 714, ../scss/ih.scss */
  .navbar-collapse ul li a:hover {
    color: #ccc !important;
    background-color: #0871b7 !important;
  }

  /* line 718, ../scss/ih.scss */
  .dropdown-menu.columns-2 {
    min-width: 10px;
    width: 100%;
  }

  /* line 722, ../scss/ih.scss */
  .dropdown-menu.columns-3 {
    min-width: 10px;
    width: 100%;
  }

  /* line 726, ../scss/ih.scss */
  .multi-column {
        /*
		margin: 0;
		padding: 0;
		*/
  }

  /* line 732, ../scss/ih.scss */
  .multi-column-dropdown {
    list-style: none;
  }

  /* line 735, ../scss/ih.scss */
  .multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.2;
    color: #0064a6;
    white-space: normal;
    margin: 0px;
    padding: 7px;
  }

  /* line 744, ../scss/ih.scss */
  .multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0064a6;
  }

 /* ==================================================
Hamburger
================================================== */
  /* line 752, ../scss/ih.scss */
  .c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-right: 20px;
    margin-top: 3px;
    padding: 0;
    width: 48px;
    height: 48px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }

  /* line 774, ../scss/ih.scss */
  .c-hamburger:focus {
    outline: none;
  }

  /* line 777, ../scss/ih.scss */
  .c-hamburger span {
    display: block;
    position: absolute;
    top: 22px;
    left: 9px;
    right: 9px;
    height: 4px;
    background: white;
  }

  /* line 786, ../scss/ih.scss */
  .c-hamburger span::before,
  .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #0064a6;
    content: "";
  }

  /* line 796, ../scss/ih.scss */
  .c-hamburger span::before {
    top: -10px;
  }

  /* line 799, ../scss/ih.scss */
  .c-hamburger span::after {
    bottom: -10px;
  }

    /**
	 * Style 2
	 * 
	 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
	 * down to center and transform into an "x".
	 */
  /* line 808, ../scss/ih.scss */
  .c-hamburger--htx {
    background-color: #bbb;
  }

  /* line 811, ../scss/ih.scss */
  .c-hamburger--htx span {
    background-color: #0064a6;
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
  }

  /* line 816, ../scss/ih.scss */
  .c-hamburger--htx span::before,
  .c-hamburger--htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
  }

  /* line 823, ../scss/ih.scss */
  .c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
  }

  /* line 827, ../scss/ih.scss */
  .c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
  }

  /* active state, i.e. menu open */
  /* line 832, ../scss/ih.scss */
  .c-hamburger--htx.is-active {
    background-color: #f2b643;
  }

  /* line 835, ../scss/ih.scss */
  .c-hamburger--htx.is-active span {
    background: none;
  }

  /* line 838, ../scss/ih.scss */
  .c-hamburger--htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* line 844, ../scss/ih.scss */
  .c-hamburger--htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* line 850, ../scss/ih.scss */
  .c-hamburger--htx.is-active span::before,
  .c-hamburger--htx.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
  }
}
/* ==================================================
  News
  ================================================== */
/* line 862, ../scss/ih.scss */
.Datevent {
  padding-top: 15px;
  padding-bottom: 10px;
  color: black;
  font-weight: normal;
  font-size: 0.9em;
}

/* line 870, ../scss/ih.scss */
.BoxNews {
  margin-top: 5px;
  width: 100%;
  background: transparent;
  height: 95px;
}

/* line 877, ../scss/ih.scss */
.BoxNews a {
  display: block;
  color: #0064a6;
  font-size: 1.0em;
  text-decoration: none;
  padding: 0px;
  border: 0px solid #ddd;
  height: 95px;
}

/* line 887, ../scss/ih.scss */
.BoxNews a:hover {
  color:  #0064a6; /SUBSTITUÍDO PELA ANA LOPES #35abf7;*/
  text-decoration: none;
  border: 0px solid #0088cc;
}

/* ==================================================
   Button
   ================================================== */
/* line 898, ../scss/ih.scss */
.btn {
  font-size: 0.9em;
  font-family: 'Oswald', sans-serif;
}

/* line 903, ../scss/ih.scss */
.btn-custom {
  background-color: transparent;
  border-color: #fff;
  border-radius: 0px;
  border: 2px solid #fff;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8em;
}

/* line 913, ../scss/ih.scss */
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #fff;
  border-color: #fff;
  color: #0064a6;
}

/* line 922, ../scss/ih.scss */
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #fff;
  border-color: #fff;
  color: #0064a6;
}

/* line 939, ../scss/ih.scss */
.btn-blue {
  margin-top: 12px;
  background-color: transparent;
  border-color: #0064a6;
  border-radius: 0px;
  border: 2px solid #0064a6;
  text-transform: uppercase;
  color: #0064a6;
  font-size: 0.9em;
}

/* line 950, ../scss/ih.scss */
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
  background-color: #0064a6;
  border-color: #0064a6;
  color: #fff;
}

/* line 959, ../scss/ih.scss */
.btn-blue.disabled:hover,
.btn-blue.disabled:focus,
.btn-blue.disabled:active,
.btn-blue.disabled.active,
.btn-blue[disabled]:hover,
.btn-blue[disabled]:focus,
.btn-blue[disabled]:active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue:hover,
fieldset[disabled] .btn-blue:focus,
fieldset[disabled] .btn-blue:active,
fieldset[disabled] .btn-blue.active {
  background-color: #0064a6;
  border-color: #0064a6;
  color: #fff;
}

/* ==================================================
  Cards
  ================================================== */
/* line 981, ../scss/ih.scss */
.card {
  background-color: transparent;
  margin-bottom: 10px;
}

/* line 986, ../scss/ih.scss */
.card-block {
  padding: 0px;
}

/* line 990, ../scss/ih.scss */
.card-proj {
  padding: 0px;
  margin-top: 0;
  background-color: transparent;
  border-bottom: 1px solid #0064a6;
}
/* line 995, ../scss/ih.scss */
.card-proj .c-title {
  font-size: 1.4em;
  font-family: 'Oswald', sans-serif;
  color: #0064a6;
  font-weight: 300;
}

/* line 1003, ../scss/ih.scss */
.card-ih {
  border: 0px solid #0064a6;
  margin-bottom: 5px;
  margin-left: 0px;
  border-radius: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 0px;
  padding-left: 0px;
}
/* line 1012, ../scss/ih.scss */
.card-ih .card-title {
  font-size: 1.4em;
  font-family: 'Oswald', sans-serif;
  color: #0064a6;
  font-weight: 300;
  padding: 0px;
}

/* line 1021, ../scss/ih.scss */
.card-primary {
  background-color: #0064a6;
  border: 0px solid #0064a6;
  padding: 7px;
  padding-top: 5px;
  border-radius: 0px;
}
/* line 1027, ../scss/ih.scss */
.card-primary .card-title {
  font-size: 1.3em;
  color: #fff;
  font-weight: 300;
}

/* line 1034, ../scss/ih.scss */
.card-red {
  background-color: #ff0000;
  border: 1px solid #ff0000;
  margin-bottom: 5px;
  border-radius: 0px;
}

/* line 1041, ../scss/ih.scss */
.card-yellow {
  background-color: #FEC340;
  border: 1px solid #FEC340;
  margin-bottom: 5px;
  border-radius: 0px;
}

/* line 1048, ../scss/ih.scss */
.text_white {
  font-size: 1.2em;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-weight: 300;
}

/* ==================================================
  Produts
  ================================================== */
/* line 1060, ../scss/ih.scss */
.produts {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* ==================================================
   Box
   ================================================== */
/* line 1070, ../scss/ih.scss */
.thumbnail {
  position: relative;
  display: block;
  border: 1px solid #CCC;
  z-index: 200;
  margin-bottom: 0px;
}

/* line 1078, ../scss/ih.scss */
.thumbnail a,
.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  z-index: 201;
}

/* line 1087, ../scss/ih.scss */
.thumbnail1 {
  position: relative;
  display: block;
  border: 1px solid #CCC;
  z-index: 200;
  margin-bottom: 0px;
}

/* line 1095, ../scss/ih.scss */
.thumbnail1 a,
.thumbnail1:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  z-index: 201;
}

/* line 1104, ../scss/ih.scss */
.thumbnailY {
  position: relative;
  display: block;
  border: 1px solid #CCC;
  z-index: 200;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 38px;
}

/* line 1114, ../scss/ih.scss */
.thumbnailY a,
.thumbnailY:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  z-index: 201;
}

/* line 1123, ../scss/ih.scss */
.box-proj {
  position: relative;
  height: auto;
  margin-top: 0;
  margin-bottom: 0px;
  padding: 25px;
  border: 1px solid #CCC;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 2px 2px 2px rgba(0, 105, 214, 0.25);
  box-shadow: 2px 2px 2px rgba(0, 105, 214, 0.25);
  z-index: 200;
}

/* line 1137, ../scss/ih.scss */
.box-proj-bartop {
  position: absolute;
  left: 1px;
  top: 1px;
  margin-left: 15px;
  height: 5px;
  width: 45%;
  background-color: #0064a6;
  z-index: 250;
}

/* line 1148, ../scss/ih.scss */
.box-proj-barbot {
  position: absolute;
  right: 1px;
  bottom: 1px;
  margin-right: 15px;
  height: 5px;
  width: 45%;
  background-color: #0064a6;
  z-index: 250;
}

/* line 1159, ../scss/ih.scss */
.thumbnails {
  position: relative;
  padding-bottom: 66%;
  height: 0px;
  margin-top: 0;
  margin-bottom: 10px;
  border: 0;
  background-color: transparent;
  z-index: 100;
}

/* ==================================================
   Footer
   ================================================== */
/* line 1175, ../scss/ih.scss */
.sitemapbox {
  text-align: left;
  height: auto;
  left: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0px;
  background: #0064a6;
}

/* line 1185, ../scss/ih.scss */
.sitemapbordertop {
  border-top: 5px solid #FEC340;
}

/* line 1189, ../scss/ih.scss */
ul.sitemap li {
  margin-left: -18px;
  margin-right: 20px;
  padding-top: 0px;
  width: 200px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  /* For IE 7 */
  *display: inline;
  *zoom: 1;
}

/*
@media (max-width: xs) { 
	.sitemap li { width: 480px; }
	}
*/
/* line 1211, ../scss/ih.scss */
ul.sitemap li a {
  margin-top: 0px !important;
  padding-left: 0px;
  margin-left: 0px;
}

/* line 1217, ../scss/ih.scss */
ul.sitemap li ul li {
  position: relative;
  left: 0px;
  padding-top: 3px;
  clear: none;
  float: none;
  list-style: none outside none;
  padding-left: 10px;
  border-left: 1px solid #fff;
}

/* line 1228, ../scss/ih.scss */
ul.sitemap li ul li a {
  text-transform: none;
  font-weight: normal !important;
  margin-top: 0 !important;
  text-decoration: none;
  color: #aaa;
}

/* line 1236, ../scss/ih.scss */
ul.sitemap li ul li a:hover {
  color: #fff;
}

/* line 1240, ../scss/ih.scss */
.subfooterbox {
  width: 100%;
  min-height: 10px;
  height: auto;
  left: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 4px solid #FEC340;
}

/*
.subfooterbox a { color: #fff; }
.subfooterbox a:hover { color: #d8d8d8; }

.subfooterbox .lefttext { text-align: left; padding-top: 4px; color: #999;}

.subfooterbox .sublefttext { font-size: 0.8em;}

.subfooterbox .centertext { text-align: center; padding-top: 4px; }

.subfooterbox .righttext { width: 100%; text-align: right;}

.subfooterbox .spacer { padding-right: 15px; }
*/
/* ==================================================
   Logos
   ================================================== */
/* line 1274, ../scss/ih.scss */
#logos_footer {
  display: block;
}

/* line 1280, ../scss/ih.scss */
.logos-mdn img {
  display: inline-block;
  width: 120px;
  height: auto;
  vertical-align: text-bottom;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
  vertical-align: middle;
}

/* line 1293, ../scss/ih.scss */
.logos-marinha img {
  width: 57px;
  height: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

/* line 1306, ../scss/ih.scss */
.logos-marinha-700 img {
  display: inline-block;
  width: 75px;
  height: auto;
  margin-right: 0px;
  margin-top: 10px;
  vertical-align: middle;
}

/* line 1317, ../scss/ih.scss */
.logos-ih-footer img {
  display: inline-block;
  width: 100px;
  height: auto;
  margin-right: 0px;
  margin-top: 10px;
  vertical-align: middle;
}

/* line 1328, ../scss/ih.scss */
.logos-ih img {
  width: 140px;
  height: 65px;
  vertical-align: text-bottom;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 1336, ../scss/ih.scss */
.logos-apcer img {
  width: 120px;
  height: auto;
  vertical-align: text-bottom;
  margin-left: 10px;
  margin-right: 10px;
}

.selo-prata img {
  width: 60px;
  height: auto;
  vertical-align: text-bottom;
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 1124px) {
  /* line 1344, ../scss/ih.scss */
  .logos-marinha img {
    margin-left: 5px;
  }
}
@media (max-width: 992px) {
  /* line 1351, ../scss/ih.scss */
  .logos-marinha img {
    margin-left: 0px;
  }

  /* line 1355, ../scss/ih.scss */
  .logos-ih-footer img {
    width: 100px;
  }
}
/* ==================================================
  Confirmed css above
  ================================================== */
/* ==================================================
  Header
  ================================================== */
/* line 1370, ../scss/ih.scss */
.skybg1 {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../img/sunset.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 1381, ../scss/ih.scss */
.skybg2 {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../img/praia.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 1392, ../scss/ih.scss */
.box-top {
  border-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 0;
}

/* line 1399, ../scss/ih.scss */
.meta-top {
  position: relative;
  display: block;
  margin-bottom: 0;
  height: auto;
  margin: auto;
  z-index: 500;
  /* overflow: hidden; */
  border-bottom: 2px solid #FEC340;
  background-color: black;
  color: white;
}



/* line 1410, ../scss/ih.scss */
.meta-top img {
  position: relative;
  top: 0;
  display: block;
  margin: auto;
  z-index: 81;
  height: auto;
}

/* line 1419, ../scss/ih.scss */
.box-top-bg-img {
  z-index: 1;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #0064a6;
  border-bottom: 2px solid #FEC340;
  height: 150px;
  display: block;
  overflow: hidden;
}

/* line 1431, ../scss/ih.scss */
.box-top-bg-img img {
  height: auto;
}

/* line 1435, ../scss/ih.scss */
.box-top-bn-box {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 82;
  margin-left: 0;
  margin-right: 0;
  display: block;
  border: 1px solid #FFFF00;
}

/* line 1446, ../scss/ih.scss */
.flags-pos {
  position: relative;
  padding-top: 10px;
  padding-left: 20px;
}

/* line 1452, ../scss/ih.scss */
.top_bn {
  width: 100%;
  z-index: 84;
  margin-top: 5px;
  padding-right: 5px;
  color: #fff;
  border: 0px solid #FEC340;
  text-align: right;
  font-size: 0.8em;
}

@media (min-width: 992px) {
  /* line 1464, ../scss/ih.scss */
  .top_bn {
    padding-right: 0px;
  }
}
/* line 1469, ../scss/ih.scss */
.box-top-fg-box {
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
  z-index: 400;
  border-bottom: 1px solid #197B30;
}

/* line 1478, ../scss/ih.scss */
.top_logo_H {
  position: absolute;
  z-index: 5;
  left: 15px;
  top: 10px;
}

/* line 1485, ../scss/ih.scss */
.top_logo_H img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 82;
  width: 212px;
  height: 100px;
  border: 0px solid #FF0000;
}

/* line 1496, ../scss/ih.scss */
.top_logo_60anos {
  position: absolute;
  z-index: 5;
  left: 15px;
  top: 10px;
}

/* line 1503, ../scss/ih.scss */
.top_logo_60anos img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 82;
  width: 250px;
  height: 90px;
  border: 0px solid #FF0000;
}

/* line 1516, ../scss/ih.scss */
.navbar-brand img {
  position: absolute;
  width: 100px;
  bottom: 5px;
}

@media (max-width: 992px) {
  /* line 1523, ../scss/ih.scss */
  .top_logo_H {
    position: absolute;
    width: 100px;
    z-index: 5;
    left: 0px;
    top: 15px;
    left: 15px;
  }

  /* line 1531, ../scss/ih.scss */
  .top_logo_H img {
    position: absolute;
    z-index: 82;
    height: 80px;
    margin-right: 0;
    border: 0px solid #FF0000;
  }

  /* line 1538, ../scss/ih.scss */
  .top_logo_60anos {
    position: absolute;
    width: 100px;
    z-index: 5;
    left: 0px;
    top: 15px;
    left: 15px;
  }

  /* line 1546, ../scss/ih.scss */
  .top_logo_60anos img {
    position: absolute;
    z-index: 82;
    height: 80px;
    margin-right: 0;
    border: 0px solid #FF0000;
  }

  /* line 1553, ../scss/ih.scss */
  .box-top-bg-img {
    height: auto;
  }

  /* line 1556, ../scss/ih.scss */
  .box-top-bg-img img {
    height: 107px;
  }

  /* line 1559, ../scss/ih.scss */
  .navbar-brand img {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  /* line 1565, ../scss/ih.scss */
  .top_logo_H {
    position: absolute;
    width: 100px;
    z-index: 5;
    left: 15px;
  }

  /* line 1571, ../scss/ih.scss */
  .top_logo_H img {
    position: absolute;
    z-index: 82;
    height: 80px;
    margin-right: 0;
    border: 0px solid #FF0000;
  }

  /* line 1578, ../scss/ih.scss */
  .top_logo_60anos {
    position: absolute;
    width: 100px;
    z-index: 5;
    left: 15px;
  }

  /* line 1584, ../scss/ih.scss */
  .top_logo_60anos img {
    position: absolute;
    z-index: 82;
    height: 80px;
    margin-right: 0;
    border: 0px solid #FF0000;
  }

  /* line 1591, ../scss/ih.scss */
  .box-top-bg-img {
    height: auto;
  }

  /* line 1594, ../scss/ih.scss */
  .box-top-bg-img img {
    height: 106px;
  }
}
@media (max-width: 576px) {
  /* line 1600, ../scss/ih.scss */
  .top_logo_H {
    position: absolute;
    width: 80px;
    z-index: 1;
    left: 15px;
  }

  /* line 1606, ../scss/ih.scss */
  .top_logo_H img {
    position: absolute;
    z-index: 82;
    height: 80px;
    margin-right: 0;
    border: 0px solid #FF0000;
  }

  /* line 1613, ../scss/ih.scss */
  .top_logo_60anos {
    position: absolute;
    z-index: 1;
    left: 0px;
  }

  /* line 1618, ../scss/ih.scss */
  .top_logo_60anos img {
    position: absolute;
    z-index: 82;
    width: 300px;
    height: 60px;
    margin-left: 10px;
    border: 0px solid #FF0000;
  }

  /* line 1626, ../scss/ih.scss */
  .box-top-bg-img {
    height: auto;
  }

  /* line 1629, ../scss/ih.scss */
  .box-top-bg-img img {
    height: 106px;
  }
}
/*

.caption_banner {
	position: relative; 
	width:100%;
	top: 0em;
	left: 0px;
}
.caption h3 {
	color: $white;
	font-size: 1.0em;
	//text-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.8);
	text-align: left;
}
.caption h4 {
	color: $white;
	font-size: 1.3em;
	text-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.8);
	text-align: left;
}


@media (max-width: 991px) { 

	.caption_banner {
		width:100%;
		top: - 3em;
	}
	.caption h4 {
		font-size: 1.2em;
		text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
		text-align: left;
	}
	.caption h3 {
		font-size: 1.3em;
		text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
		text-align: left;
	}
}
*/
/* ==================================================
  tog-right
  ================================================== */
/* line 1681, ../scss/ih.scss */
.tog-right {
  position: absolute;
  right: 0px;
}

/* ==================================================
  List style
  ================================================== */
/* line 1691, ../scss/ih.scss */
ul {
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none;
  margin: 10px;
  padding: 10px;
}

/* ==================================================
  Logged in
  ================================================== */
/* line 1704, ../scss/ih.scss */
.box-btn {
  display: block;
  width: 100%;
  min-height: 55px;
  height: auto !important;
  padding-top: 15px;
  position: relative;
}

/* ==================================================
  After Login
  ================================================== */
/* line 1718, ../scss/ih.scss */
.box-login {
  display: block;
  padding: 15px;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 10px;
  border: 1px solid #005bdd;
  background-color: #eeeeee;
  -webkit-box-shadow: 0 2px 24px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 2px 24px rgba(0, 105, 214, 0.25);
  box-shadow: 0 2px 24px rgba(0, 105, 214, 0.25);
}

/* line 1731, ../scss/ih.scss */
.well-login {
  display: block;
  padding: 15px;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 10px;
  border: 1px solid #005bdd;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 2px 24px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 2px 24px rgba(0, 105, 214, 0.25);
  box-shadow: 0 2px 24px rgba(0, 105, 214, 0.25);
}

/* line 1744, ../scss/ih.scss */
.well-login .title {
  vertical-align: middle;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
  font-weight: 600;
  font-size: 1.5em;
  font-family: 'Oswald', sans-serif;
  margin: 0;
  color: #005bdd;
  text-transform: uppercase;
  text-align: left;
}

/* line 1756, ../scss/ih.scss */
.w_login {
  position: relative;
  height: auto;
  text-align: center;
  overflow: hidden;
  background-color: #eeeeee;
  -webkit-box-shadow: 0 2px 24px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 2px 24px rgba(0, 105, 214, 0.25);
  box-shadow: 0 2px 24px rgba(0, 105, 214, 0.25);
}

/* line 1767, ../scss/ih.scss */
.w_login .title {
  vertical-align: middle;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
  font-weight: 600;
  font-size: 1.5em;
  margin: 0;
  color: #005bdd;
  text-transform: uppercase;
  text-align: left;
}

/* line 1778, ../scss/ih.scss */
.w_login_padding {
  padding: 15px;
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 10px;
}

/* line 1785, ../scss/ih.scss */
.w_login_left {
  text-align: left;
}

/* line 1789, ../scss/ih.scss */
.w_login h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 1.8em;
  line-height: 1em;
}

/* line 1797, ../scss/ih.scss */
.w_login h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 1.6em;
  line-height: 1em;
}

/* line 1805, ../scss/ih.scss */
.w_login h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 1.4em;
  line-height: 1em;
}

/* line 1813, ../scss/ih.scss */
.w_login h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 1.2em;
  line-height: 1em;
}

/* line 1821, ../scss/ih.scss */
.w_login h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 1.0em;
  line-height: 1em;
}

/* line 1829, ../scss/ih.scss */
.w_login p {
  color: #9a9a90;
  color: #a8bdbd;
  line-height: 1.2em;
  font-size: 1em;
}

/* line 1836, ../scss/ih.scss */
.w_login a {
  color: #e4e4e4;
}

/* line 1840, ../scss/ih.scss */
.w_login a:hover {
  border-bottom: 1px dotted #999;
}

/* line 1844, ../scss/ih.scss */
.w_login_img-container {
  position: relative;
  margin-bottom: 120px;
}

/* line 1849, ../scss/ih.scss */
.w_login_circular {
  width: 180px;
  height: 180px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -90px;
  bottom: -90px;
  -webkit-box-shadow: 0 0 0 4px #fff;
  box-shadow: 0 0 0 4px #fff;
  border-radius: 50%;
  z-index: 2;
}

/* line 1863, ../scss/ih.scss */
.w_login_circular img {
  display: inline;
  margin: 0px;
  margin-top: 0px;
  height: auto;
  width: 100%;
  box-shadow: 0 0 0 4px #fff;
  z-index: 5;
}

/* line 1873, ../scss/ih.scss */
.w_login_img-quad {
  position: relative;
  margin-bottom: 95px;
}

/* line 1878, ../scss/ih.scss */
.w_login_quad {
  width: 90px;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  -webkit-box-shadow: 0 0 0 6px #fff;
  box-shadow: 0 0 0 6px #fff;
  z-index: 2;
}

/* line 1891, ../scss/ih.scss */
.w_login_quad img {
  display: inline;
  margin: 0;
  height: auto;
  width: 100%;
  box-shadow: 0 0 0 6px #fff;
  z-index: 5;
}

/* line 1900, ../scss/ih.scss */
.boxed_login {
  height: auto;
  border: 1px solid #0064a6;
  border-radius: 6px;
}

/* line 1906, ../scss/ih.scss */
.color_bg_blue {
  background-color: #0064a6;
}

/* line 1910, ../scss/ih.scss */
.p_leader_circular {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  margin-left: 0px;
  margin-top: 0px;
  -webkit-box-shadow: 0 0 0 4px #fff;
  box-shadow: 0 0 0 4px #fff;
  border-radius: 50%;
  z-index: 2;
}

/* line 1924, ../scss/ih.scss */
.p_leader_circular img {
  display: inline;
  margin: 0px;
  margin-top: 0px;
  height: auto;
  width: 100%;
  box-shadow: 0 0 0 4px #fff;
  z-index: 5;
}

/* line 1934, ../scss/ih.scss */
.p_leader_title {
  display: block;
  padding-top: 35px;
  margin-left: 120px;
}

/* ==================================================
  Noticias
  ================================================== */
/* line 1945, ../scss/ih.scss */
.irow {
  margin-bottom: 50px;
  border: 0px solid #DDD;
}

/* ==================================================
  Picframes
  ================================================== */
/* line 1959, ../scss/ih.scss */
.picframe img {
  padding: 4px;
  margin: 0px;
  width: 100%;
  height: auto;
  border: 1px solid #CCC;
}

/* line 1967, ../scss/ih.scss */
.picframe img a:hover {
  padding: 4px;
  margin: 0px;
  width: 100%;
  height: auto;
  /* border-radius: 4px; */
  border: 1px solid #005BDD;
}

/* line 1976, ../scss/ih.scss */
.picsemframe img {
  border: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  /* line 1984, ../scss/ih.scss */
  .picsemframe img {
    border: 0px;
    padding: 4px;
    width: 75%;
    height: auto;
  }
}
/* line 1992, ../scss/ih.scss */
.pic-crest img {
  float: left;
  padding: 0px;
}

/* line 1997, ../scss/ih.scss */
.footerpicholder .thumbnail {
  padding: 10px;
}

/* line 2001, ../scss/ih.scss */
.footerpicholder a.thumbnail:hover {
  border-color: red;
}

/* ==================================================
  Buttons
  ================================================== */
/* line 2010, ../scss/ih.scss */
.btn-outline {
  background-color: transparent;
  color: inherit;
  transition: all .5s;
}

/* line 2016, ../scss/ih.scss */
.btn-ih.btn-outline {
  color: #428bca;
}

/* line 2020, ../scss/ih.scss */
.btn-primary.btn-outline {
  color: #0064a6;
  border: 2px solid #0064a6;
  border-radius: 0px;
}

/* line 2026, ../scss/ih.scss */
.btn-success.btn-outline {
  color: #5cb85c;
}

/* line 2030, ../scss/ih.scss */
.btn-info.btn-outline {
  color: #5bc0de;
}

/* line 2034, ../scss/ih.scss */
.btn-warning.btn-outline {
  color: #f0ad4e;
}

/* line 2038, ../scss/ih.scss */
.btn-danger.btn-outline {
  color: #d9534f;
}

/* line 2042, ../scss/ih.scss */
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}

/* line 2050, ../scss/ih.scss */
.btn-w {
  margin-bottom: 15px;
}

/* line 2055, ../scss/ih.scss */
.social-btn {
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 0px solid #0064a6;
  border-bottom: 0px solid #FEC340;
  vertical-align: top !important;
  font-size: 1px;
  margin-bottom: 10px;
}

/* line 2066, ../scss/ih.scss */
.fb-like {
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: middle !important;
}

/* line 2075, ../scss/ih.scss */
.twitter-share-button {
  margin-left: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 2081, ../scss/ih.scss */
.btn-twitter {
  margin: 0px;
  margin-left: 0px;
  display: inline-block;
  vertical-align: middle !important;
}

/* line 2088, ../scss/ih.scss */
.btn-lin {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle !important;
}

/* line 2094, ../scss/ih.scss */
.social-btn span {
  display: inline-block;
  vertical-align: middle !important;
}

/* line 2099, ../scss/ih.scss */
.btn-btb {
  margin: 0px;
  padding: 0px;
  height: 58px;
  display: inline-block;
  vertical-align: middle !important;
}

/* Style all font awesome icons */
/* line 2110, ../scss/ih.scss */
.btn-facebook {
  background: #263961;
  padding: 7px;
  margin: 0px;
  font-size: 25px;
}

/* line 2117, ../scss/ih.scss */
.btn-facebook:link,
.btn-facebook:visited {
  color: #fff;
}

/* line 2122, ../scss/ih.scss */
.btn-facebook:active,
.btn-facebook:hover {
  background: #263961;
  color: #ddd;
}

/* line 2128, ../scss/ih.scss */
.btn-youtube {
  background: #DC2725;
  padding: 7px;
  margin: 0px;
  font-size: 25px;
}

/* line 2135, ../scss/ih.scss */
.btn-youtube:link,
.btn-youtube:visited {
  color: #fff;
}

/* line 2140, ../scss/ih.scss */
.btn-youtube:active,
.btn-youtube:hover {
  background: #DC2725;
  color: #ddd;
}

/* line 2146, ../scss/ih.scss */
.btn-email {
  background: #0064a6;
  padding: 7px;
  margin: 0px;
  font-size: 25px;
}

/* line 2153, ../scss/ih.scss */
.btn-email:link,
.btn-email:visited {
  color: #fff;
}

/* line 2158, ../scss/ih.scss */
.btn-email:active,
.btn-email:hover {
  background: #0064a6;
  color: #ddd;
}

/* line 2164, ../scss/ih.scss */
.btn-search {
  background: #263961;
  padding: 7px;
  margin: 0px;
  font-size: 25px;
}

/* line 2171, ../scss/ih.scss */
.btn-search:link,
.btn-search:visited {
  color: #fff;
}

/* line 2176, ../scss/ih.scss */
.btn-search:active,
.btn-search:hover {
  background: #263961;
  color: #ddd;
}

/* ==================================================
  Borders
  ================================================== */
/* line 2187, ../scss/ih.scss */
.boxed-s {
  background-color: #0064a6;
  border: 1px solid #0064a6;
  border-radius: 6px;
}

/* line 2193, ../scss/ih.scss */
.boxed-w {
  background-color: #ffffff;
  border: 1px solid #0064a6;
  border-radius: 6px;
}

/* line 2199, ../scss/ih.scss */
.boxed-2w {
  background-color: #ffffff;
  border: 2px solid #0064a6;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 0;
}

/* line 2208, ../scss/ih.scss */
.boxed-r {
  background-color: #0064a6;
  border: 1px solid #0064a6;
  border-radius: 6px;
}

/* ==================================================
  Caption component
  ================================================== */
/*
h1, p {
    margin: 0;
    padding: 0 0 .5em;
}
*/

/*p  {
	max-width: 800px;
}*/

/* line 2228, ../scss/ih.scss */
.caption {
  position: relative;
  overflow: hidden;
  z-index: 1000;
  /* Only the -webkit- prefix is required these days */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 2237, ../scss/ih.scss */
.caption::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: background .35s ease-out;
}

/* line 2248, ../scss/ih.scss */
.caption:hover::before {
  background: rgba(0, 0, 0, 0.6);
}

/* line 2252, ../scss/ih.scss */
.caption__media {
  display: block;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

/* line 2259, ../scss/ih.scss */
.caption__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: white;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: -webkit-transform .35s ease-out;
  transition: transform .35s ease-out;
}

/* line 2273, ../scss/ih.scss */
.caption:hover .caption__overlay {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 2278, ../scss/ih.scss */
.caption__overlay__title {
  -webkit-transform: translateY(-webkit-calc(-100% - 10px));
  transform: translateY(calc(-100% - 10px));
  transition: -webkit-transform .35s ease-out;
  transition: transform .35s ease-out;
}

/* line 2285, ../scss/ih.scss */
.caption:hover .caption__overlay__title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* ==================================================
  Opcoes
  ================================================== */
/* line 2295, ../scss/ih.scss */
.menupp-box {
  position: relative;
  /* make this relative to have the inner div absolute without breaking out */
  width: auto;
  /* fix the width or else it'll be the entire page's width */
  height: auto;
  margin: 0px;
  padding: 0px;
  border: 0px solid #0136b6;
  background-color: #fff;
}

/* line 2307, ../scss/ih.scss */
.menupp-op {
  position: absolute;
  overflow: hidden;
  padding: 3px 7px 3px 7px;
  margin-left: 9px;
  bottom: 5px;
  width: 95%;
  height: 35px;
  margin-right: 5px;
  background: #FFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  color: red;
  font-size: 1.2em;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.5);
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  z-index: 500;
}

/* line 2328, ../scss/ih.scss */
.menupp-op:hover {
  height: 70px;
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 2333, ../scss/ih.scss */
.Dateonews {
  position: absolute;
  padding: 3px 7px 3px 7px;
  left: 7px;
  top: 0;
  margin-top: 2.3%;
  margin-left: 4.3%;
  background: #FFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  color: red;
  font-weight: bold;
  font-size: 1.0em;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 250;
}

/*	
.menupp-img {

  border-radius: 0px;
  height: auto;
  padding: 10px;
  -webkit-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow:2 1px 4px rgba(0, 105, 214, 0.25);

  z-index: 505;
}


.menupp-img {
	position: relative;
	//padding-bottom: 66%;
	top: 0;
	left: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 0px;
	margin-top: 0;
	margin-bottom: 0px;
	border:1px solid #CCC;
	background-color:#fff;	
		-webkit-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
		-moz-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
	box-shadow:2 1px 4px rgba(0, 105, 214, 0.25);
	z-index: 200
}
*/
/* line 2383, ../scss/ih.scss */
.menupp-img {
  position: relative;
  display: block;
  border: 1px solid #CCC;
  z-index: 200;
}

/* line 2390, ../scss/ih.scss */
.menupp-img a,
.menupp-img:hover {
  border-color: #0088cc;
  background-color: #ddd;
  z-index: 201;
}

/* ==================================================
  Boxs
  ================================================== */
/* line 2402, ../scss/ih.scss */
.boxtitleblue {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-right: 7px;
  width: 100%;
  background: #0136b6;
  border-top: 1px solid #005bdd;
  border-bottom: 1px solid #00013a;
  border-left: 1px solid #005bdd;
  border-right: 1px solid #00013a;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 2422, ../scss/ih.scss */
.boxtitleblue h1 {
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 2438, ../scss/ih.scss */
.boxtitleblue h2 {
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
}

/* line 2450, ../scss/ih.scss */
.boxtitleblue h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  color: #ffffff;
  font-style: normal;
  text-align: justify;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 2463, ../scss/ih.scss */
.textn {
  padding-top: 10px;
  text-align: justify;
  color: #009;
}

/* line 2469, ../scss/ih.scss */
.DatenewsBox {
  position: relative;
  /* make this relative to have the inner div absolute without breaking out */
  width: auto;
  /* fix the width or else it'll be the entire page's width */
  height: auto;
  margin: 0px;
  padding: 0px;
  border: 0px solid #0136b6;
  background-color: #fff;
}

/* line 2481, ../scss/ih.scss */
.Datenews1-vis {
  position: absolute;
  padding: 3px 7px 3px 7px;
  left: 7px;
  top: 52%;
  margin-top: 4%;
  margin-left: 4%;
  background: #FFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  color: red;
  font-weight: bold;
  font-size: 1.1em;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 250;
}

/* line 2497, ../scss/ih.scss */
.Datenews1a-vis {
  position: absolute;
  padding: 3px 7px 3px 7px;
  left: 8;
  top: 8;
  margin-top: 0;
  margin-left: 0;
  background: #FFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  color: red;
  font-weight: bold;
  font-size: 1.1em;
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 2512, ../scss/ih.scss */
.Datenews1-inv {
  width: 100%;
  height: 0px;
  padding: 0px;
  margin: 0px;
  position: relative;
  background: #F00;
  overflow: hidden;
  /* Hide the text. */
  text-indent: 100%;
  white-space: nowrap;
}

/* line 2525, ../scss/ih.scss */
.Datenews2-vis {
  color: red;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* line 2534, ../scss/ih.scss */
.Datenews2-inv {
  width: 100%;
  height: 0px;
  position: relative;
  background: #F00;
  overflow: hidden;
  /* Hide the text. */
  text-indent: 100%;
  white-space: nowrap;
}

/* line 2545, ../scss/ih.scss */
.pad0 {
  padding: 0px;
}

/* line 2549, ../scss/ih.scss */
.pad10 {
  padding: 10px;
}

/* line 2553, ../scss/ih.scss */
.TNewsBox-Grid {
  margin-top: 5px;
  width: 100%;
  background: #fff;
  height: 95px;
  /* height: auto; */
  /* display: block; */
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 2565, ../scss/ih.scss */
.TNewsBox-Grid a {
  display: block;
  color: #0136B6;
  font-size: 1.0em;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #ddd;
  height: 95px;
}

/* line 2575, ../scss/ih.scss */
.TNewsBox-Grid a:hover {
  color: #0136B6;
  text-decoration: none;
  background: #eee;
  border: 1px solid #0088cc;
}

/* line 2582, ../scss/ih.scss */
.TNewsBox1-Grid {
  margin-top: 0px;
  width: 100%;
  min-height: 75px;
  /* height: auto; */
  display: block;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 2593, ../scss/ih.scss */
.TNewsBox1-Grid a {
  display: block;
  color: #0136B6;
  font-size: 1.0em;
  text-decoration: none;
  padding: 5px;
  border: 1px solid #ddd;
  min-height: 85px;
}

/* line 2603, ../scss/ih.scss */
.TNewsBox1-Grid a:hover {
  color: #0136B6;
  text-decoration: none;
  background: #eee;
  border: 1px solid #0088cc;
}

/* line 2610, ../scss/ih.scss */
.TNewsBox-List {
  width: 100%;
  position: relative;
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  color: #0136B6;
  padding-bottom: 5px;
  border-bottom: 2px solid #cdcf21;
  margin-bottom: 12px;
}

/* line 2622, ../scss/ih.scss */
.TNewsBox-List .pad10 {
  padding: 0px;
}

/* line 2626, ../scss/ih.scss */
.TNewsBox-List a {
  display: block;
  color: #0136B6;
  font-size: 1.3em;
  text-decoration: none;
}

/* line 2633, ../scss/ih.scss */
.TNewsBox-List a:hover {
  color: #009feb;
  text-decoration: none;
}

/* line 2638, ../scss/ih.scss */
.TextnewsBox {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  position: relative;
  background: #9C6;
}

/* line 2646, ../scss/ih.scss */
.TNewsBox .Title {
  display: block;
  color: #0136B6;
  font-size: 1.3em;
  line-height: 1.1em;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 2655, ../scss/ih.scss */
.Textnews {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  padding: 5px;
  font-weight: bold;
  font-size: 1.2em;
  background-color: rgba(55, 255, 255, 0.75);
  border-color: 1px #00C;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 2677, ../scss/ih.scss */
.Textnews a {
  color: #00f;
}

/* line 2681, ../scss/ih.scss */
.Textnews a:hover {
  color: #eb9b1d;
  background-color: rgba(205, 205, 205, 0.75);
}

/* line 2686, ../scss/ih.scss */
.TOverviewBox {
  width: 100%;
  position: relative;
  display: block;
  font-size: 1.2em;
  font-family: 'Oswald', sans-serif;
  color: #0064a6;
  padding-bottom: 5px;
  border-bottom: 2px solid #FEC340;
  margin-bottom: 15px;
}

/* line 2698, ../scss/ih.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 5px;
  color: #012c95;
}

/* line 2704, ../scss/ih.scss */
.list-group a:hover {
  border: 1px solid #005bdd;
}

/* line 2708, ../scss/ih.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 5px 10px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 2717, ../scss/ih.scss */
.list-group-item-text {
  font-family: "Play", Arial, Helvetica, sans-serif;
  color: #012c95;
  font-size: 15px;
  font-weight: 500;
}

/* line 2724, ../scss/ih.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 5px;
  color: #012c95;
}

/* line 2730, ../scss/ih.scss */
.list-group a:hover {
  border: 1px solid #005bdd;
}

/* line 2734, ../scss/ih.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 5px 10px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 2743, ../scss/ih.scss */
.list-group-item-text {
  font-family: "Play", Arial, Helvetica, sans-serif;
  color: #012c95;
  font-size: 15px;
  font-weight: 500;
}

/* line 2750, ../scss/ih.scss */
.isumvis {
  width: 100%;
  /*
min-height:100%;
height: auto !important;
*/
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 2761, ../scss/ih.scss */
.isuminv {
  width: 100%;
  height: 0px;
  position: relative;
  /* Hide the text. */
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* ==================================================
  Caixas
  ================================================== */
/*
.mt_last_rev {
	position:absolute;
	bottom:0;
	width:100%;
	background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.6)));
	background:-webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.6) 100%);
	background: linear-gradient(to bottom,rgba(64,64,64,0) 50%,rgba(255,255,255,1) 100%); 
	padding-bottom: 10px
}

.last_rev_fundo {
	width: 100%;
	padding: 0;
	margin: 0;
}

.last_rev_fundo p {
	line-height: 0;
	min-height: 0
}

.last_rev_RM {
	width: 100%;
	padding-bottom: 5px;
}

.last_rev_titulo {
	width: 100%;
	font-weight:700;
	font-size:1.3em;
	text-align:left;
	line-height: 1.0em;
	text-shadow: 1px 1px 1px rgba(255,255,255,1)
}

.last_rev {
	margin-top: 0px;
	padding-top: 0px;
}

.last_rev h2 {
	font-weight:700;
	font-size:1.2em;
	color: $blue;
	text-shadow: 2px 2px 0px rgba(37,78,130,0.1)
}

.last_rev h3 {
	font-weight:700;
	font-size:1.1em;
	color: $blue;
	text-shadow: 2px 2px 0px rgba(37,78,130,0.1)
}

@media (min-width:576px){
	.last_rev_RM {
		width: 75%;
		padding-bottom: 5px;
	}
	.last_rev_titulo {
		font-size:1.4em;
		line-height: 1.1em;
	}
	.last_rev h2 { font-size:1.3em }
	.last_rev h3 { font-size:1.2em }
}

@media (min-width:768px){
	.last_rev_RM {
		width: 66%;
		padding-bottom: 5px;
	}
	.last_rev_titulo {
		font-size:2.0em;
		line-height: 1.6em;
	}
	.last_rev h2 { font-size:1.4em }
	.last_rev h3 { font-size:1.3em }
}


.last_rev ul
{
	display:block;
	list-style-type: none;
	position: relative;
}

.last_rev li
{
	background-image: url(/recursos/imagens/diversas/ok-blue.png);
	background-repeat: no-repeat;
	background-position: 0 0%;
	padding: 3px 0 3px 30px;
	margin: .4em 0;
}

*/
/* ==================================================
  Caixas
  ================================================== */
/* line 2883, ../scss/ih.scss */
.box_legend {
  display: block;
  /* font-style: italic; */
  margin-top: 1em;
  margin-bottom: 2em;
}

/* ==================================================
  Email
  ================================================== */
/* line 2895, ../scss/ih.scss */
.form-control {
  font-size: 1.0em;
}

/* line 2899, ../scss/ih.scss */
.has-error {
  color: red;
}

/* line 2903, ../scss/ih.scss */
.help-block {
  color: red;
}

/* line 2907, ../scss/ih.scss */
.fill {
  min-height: 100%;
  height: 100%;
}

/* ==================================================
  Notícias
  ================================================== */
/* line 2917, ../scss/ih.scss */
.NewsDate {
  color: #ff0000;
  /* font-family: 'Oswald', sans-serif; */
  font-size: 1.2em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 2928, ../scss/ih.scss */
.NewsTitle {
  display: block;
  color: #0064a6;
  line-height: 1.6em;
  /* font-family: 'Oswald', sans-serif; */
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 700;
  padding-bottom: 1em;
  border-bottom: 2px solid #FEC340;
  margin-bottom: 0;
}

/* ==================================================
  YouTube player
  ================================================== */
/* line 2947, ../scss/ih.scss */
.youtube-player-box {
  position: relative;
  padding-bottom: 66%;
  margin-top: 0;
  margin-bottom: 8px;
  border: 1px solid #CCC;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 2 1px 4px rgba(0, 105, 214, 0.25);
  z-index: 200;
}

/* line 2960, ../scss/ih.scss */
.youtube-player-box:hover,
.youtube-player-box:focus,
.youtube-player-box:active {
  border-color: #0088cc;
  background-color: #CCC;
}

/* line 2967, ../scss/ih.scss */
.youtube-player-box iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}

/* ==================================================
  Tables
  ================================================== */
/* line 2981, ../scss/ih.scss */
.col-primary {
  background-color: #0064a6;
}

/* line 2985, ../scss/ih.scss */
.col-margin {
  padding: 10px;
}

/* line 2989, ../scss/ih.scss */
.table {
  min-width: 300px;
  border-spacing: 6px;
  font-size: 15px;
  /* font-family: 'Oswald', sans-serif; */
 
 
}

/* line 2996, ../scss/ih.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  padding: 5px;
  background-color: #d1e6f9;
}

/* line 3002, ../scss/ih.scss */
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  padding: 5px;
  background-color: #f2f4f6;
}



@media (max-width: 768px) {
  /* line 3009, ../scss/ih.scss */
  .table {
    min-width: 180px;
    border-spacing: 2px;
    font: 13px "Oswald", Arial;
  }

  /* line 3014, ../scss/ih.scss */
  .table-striped > tbody > tr:nth-child(odd) > td,
  .table-striped > tbody > tr:nth-child(odd) > th {
    padding: 4px;
    background-color: #d1e6f9;
  }

  /* line 3019, ../scss/ih.scss */
  .table-striped > tbody > tr:nth-child(even) > td,
  .table-striped > tbody > tr:nth-child(even) > th {
    padding: 4px;
    background-color: #f2f4f6;
  }
}
/* ==================================================
  Box
  ================================================== */
/* line 3031, ../scss/ih.scss */
.floating-box {
  float: left;
  width: 150px;
  height: 50px;
  margin-right: 10px;
  border: 1px solid transparent;
  padding: 0;
}

/* line 3040, ../scss/ih.scss */
.floating-box:hover {
  border: 1px solid #ff0000;
}

/* ==================================================
  boxico
  ================================================== */
/* line 3049, ../scss/ih.scss */
.prodbox {
  position: relative;
  padding-bottom: 66%;
  height: 0px;
  margin-top: 0;
  margin-bottom: 10px;
  border: 0;
  background-color: transparent;
  z-index: 100;
}

/* line 3060, ../scss/ih.scss */
.prodbox a,
.prodbox:hover {
  border-color: white;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  z-index: 201;
}

/* line 3069, ../scss/ih.scss */
.prodbox .content {
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 100, 166, 0), rgba(0, 100, 166, 0.9));
  color: white;
  width: 100%;
  padding: 10px;
  margin-bottom: 0px;
}

/* line 3080, ../scss/ih.scss */
.prodbox .content > h1 {
  margin: 0;
  color: white;
  text-shadow: 0 1px 0 black;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 34px;
}

/* line 3089, ../scss/ih.scss */
.prodbox .content > h2 {
  margin: 0;
  color: white;
  text-shadow: 0 1px 0 black;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
}

/* line 3098, ../scss/ih.scss */
.prodbox .content > h3 {
  margin: 0;
  color: white;
  text-shadow: 0 1px 0 black;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
}

/* line 3108, ../scss/ih.scss */
.prodbox .content > h4 {
  margin: 0;
  color: #FEC340;
  text-shadow: 0 1px 0 black;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
}

/* line 3117, ../scss/ih.scss */
.boxdest1 {
  position: relative;
  padding-bottom: 66%;
  height: 0px;
  margin-top: 0;
  margin-bottom: 10px;
  border: 0;
  background-color: transparent;
  z-index: 100;
}

/* line 3128, ../scss/ih.scss */
.boxdest {
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 10px;
}

/* line 3137, ../scss/ih.scss */
.boxdest > header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px;
}

/* line 3145, ../scss/ih.scss */
.boxdest > header > h1 {
  margin: 0;
  color: white;
  text-shadow: 0 1px 0 black;
}

/* line 3151, ../scss/ih.scss */
.boxico {
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px;
}

/* line 3161, ../scss/ih.scss */
.boxico > header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px;
}

/* line 3169, ../scss/ih.scss */
.boxico > header > h1 {
  margin: 0;
  color: white;
  text-shadow: 0 1px 0 black;
}

/* ==================================================
  Radar
  ================================================== */
/* line 3180, ../scss/ih.scss */
.radarimgs {
  width: 400px;
}

@media (max-width: 768px) {
  /* line 3185, ../scss/ih.scss */
  .radarimgs {
    width: 240px;
  }
}
/* ==================================================
  Footer Links
  ================================================== */
/* line 3195, ../scss/ih.scss */
.pull-bottom {
  display: inline-block;
  vertical-align: bottom;
  float: none;
}

/* ==================================================
  Mycarousel
  ================================================== */
/* line 3206, ../scss/ih.scss */
.carousel-inner {
  overflow: visible;
}

/* line 3210, ../scss/ih.scss */
.carousel-caption {
  /* position: relative;  */
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px;
  margin-left: 0px;
  line-height: 22px;
  bottom: -80px;
  color: #fff;
  z-index: 2000;
}

@media (max-width: 768px) {
  /* line 3223, ../scss/ih.scss */
  .carousel-caption {
    bottom: -70px;
  }
}
/* line 3228, ../scss/ih.scss */
.carousel {
  width: 100%;
  margin: 0 auto;
  /* center your carousel if other than 100% */
  padding-bottom: 80px;
  background-color: #0064a6;
}

/* line 3236, ../scss/ih.scss */
.carousel-indicators {
  bottom: -4px;
  padding-bottom: 7px;
}

/* ==================================================
  Button custom
  ================================================== */
/* ==================================================
  Progress bar
  ================================================== */
/* line 3253, ../scss/ih.scss */
.progress-bg {
  background-color: lightgray;
}

/* ==================================================
  Footer
  ================================================== */
/* line 3267, ../scss/ih.scss */
.footer1stbloc {
  width: 100%;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  background: #0a5ba7;
  padding: 0px;
  padding-top: 30px;
  padding-bottom: 0px;
  margin-bottom: 0;
  border-top: 3px solid #005bde;
  border-bottom: 3px solid #cdcf21;
}

/* line 3281, ../scss/ih.scss */
.footerpic {
  display: block;
}

/* line 3285, ../scss/ih.scss */
.footerpic img {
  width: 100%;
}

/* line 3289, ../scss/ih.scss */
.footertitle {
  text-align: center;
  color: #e2da41;
  font-size: 18px;
  font-weight: 800;
  margin-top: 0px;
  text-transform: uppercase;
}

/* line 3298, ../scss/ih.scss */
.footer_distance {
  margin-top: 0.5em;
  min-height: 10px;
}

/* line 3303, ../scss/ih.scss */
.copyrih {
  font-size: 0.9em;
  line-height: 2em;
}

/* line 3308, ../scss/ih.scss */
.subfooterbox2 {
  float: right;
  width: 100%;
  min-height: 50px;
  height: auto;
  left: 0;
  margin-right: 0;
  padding: 0px;
  background: #07202a;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 3321, ../scss/ih.scss */
.subfooterbox2 .sublefttext {
  font-size: 0.8em;
  color: #fff;
  margin-top: 1em;
}

/* ==================================================
  Banner
  ================================================== */
/* line 3334, ../scss/ih.scss */
.banner {
  border: 0px solid blue;
  padding: 0px;
}

/* line 3339, ../scss/ih.scss */
.banner a {
  display: block;
  color: #0136B6;
  font-size: 1.0em;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #005adf;
  min-height: 85px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 3352, ../scss/ih.scss */
.banner a:hover {
  color: #0136B6;
  text-decoration: none;
  background: #eee;
  border: 1px solid #f51c27;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 3361, ../scss/ih.scss */
.banner img {
  border: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
}

/* ==================================================
  Badge
  ================================================== */
/* line 3373, ../scss/ih.scss */
.badge-pct {
  padding: 4px;
  margin: 4px;
  color: #fff;
}

/* line 3379, ../scss/ih.scss */
.badge-pct t3 {
  padding: 4px;
  margin: 4px;
  font-size: 1.3em;
}

/* ==================================================
  Timeline
  ================================================== */
/* line 3390, ../scss/ih.scss */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

/* line 3396, ../scss/ih.scss */
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

/* line 3407, ../scss/ih.scss */
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

/* line 3412, ../scss/ih.scss */
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

/* line 3418, ../scss/ih.scss */
.timeline > li:after {
  clear: both;
}

/* line 3422, ../scss/ih.scss */
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

/* line 3428, ../scss/ih.scss */
.timeline > li:after {
  clear: both;
}

/* line 3432, ../scss/ih.scss */
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

/* line 3443, ../scss/ih.scss */
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

/* line 3455, ../scss/ih.scss */
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

/* line 3467, ../scss/ih.scss */
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 1.1em;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

/* line 3486, ../scss/ih.scss */
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

/* line 3490, ../scss/ih.scss */
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

/* line 3497, ../scss/ih.scss */
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

/* line 3504, ../scss/ih.scss */
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

/* line 3508, ../scss/ih.scss */
.timeline-badge.success {
  background-color: #3f903f !important;
}

/* line 3512, ../scss/ih.scss */
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

/* line 3516, ../scss/ih.scss */
.timeline-badge.danger {
  background-color: #d9534f !important;
}

/* line 3520, ../scss/ih.scss */
.timeline-badge.info {
  background-color: #5bc0de !important;
}

/* line 3524, ../scss/ih.scss */
.timeline-title {
  margin-top: 0;
  color: inherit;
}

/* line 3529, ../scss/ih.scss */
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

/* line 3534, ../scss/ih.scss */
.timeline-body > p + p {
  margin-top: 5px;
}

/* line 3538, ../scss/ih.scss */
.cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

/* The line */
/* line 3548, ../scss/ih.scss */
.cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #FFF;
  left: 20%;
  margin-left: -10px;
}

/* The date/time */
/* line 3562, ../scss/ih.scss */
.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 25%;
  padding-right: 100px;
  position: absolute;
}

/* line 3569, ../scss/ih.scss */
.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
}

/* line 3574, ../scss/ih.scss */
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 0.9em;
  color: #0064a6;
}

/* line 3579, ../scss/ih.scss */
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-size: 1.2em;
  color: #0064a6;
}

/* line 3584, ../scss/ih.scss */
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #0064a6;
}

/* Right content */
/* line 3591, ../scss/ih.scss */
.cbp_tmtimeline > li .cbp_tmlabel {
  border: 3px solid #FFF;
  margin: 0 0 5px 25%;
  color: #333;
  padding: 2em;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+86,ededed+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(left, white 86%, #ededed 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 86%, #ededed 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 86%, #ededed 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
  -webkit-box-shadow: 3px 0px 9px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 3px 0px 9px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 3px 0px 9px 0px rgba(0, 0, 0, 0.17);
}

/* line 3617, ../scss/ih.scss */
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  background: #6cbfee;
}

/* line 3621, ../scss/ih.scss */
.cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin-top: 0px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/* The triangle */
/*.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #3594cb;
	border-width: 10px;
	top: 10px;
}*/
/* line 3644, ../scss/ih.scss */
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #6cbfee;
}

/* The icons */
/* line 3651, ../scss/ih.scss */
.cbp_tmtimeline > li .cbp_tmicon {
  width: 40px;
  height: 40px;
  font-family: 'ecoico';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  color: #fff;
  background: #46a4da;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #FFF;
  text-align: center;
  left: 20%;
  top: 0;
  margin: 0 0 0 -25px;
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {
  /* line 3678, ../scss/ih.scss */
  .cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 47.2em) {
  /* line 3684, ../scss/ih.scss */
  .cbp_tmtimeline:before {
    display: none;
  }

  /* line 3687, ../scss/ih.scss */
  .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }

  /* line 3692, ../scss/ih.scss */
  .cbp_tmtimeline > li .cbp_tmtime span {
    text-align: left;
  }

  /* line 3695, ../scss/ih.scss */
  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }

  /* line 3701, ../scss/ih.scss */
  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #3594cb;
    top: -20px;
  }

  /* line 3708, ../scss/ih.scss */
  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #6cbfee;
  }

  /* line 3712, ../scss/ih.scss */
  .cbp_tmtimeline > li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -55px 5px 0 0px;
  }
}
/* ==================================================
  Combo BOX
  ================================================== */
/* line 3725, ../scss/ih.scss */
.comboboxbase {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  padding-right: 0px;
  z-index: 50;
  font-size: 0.9em;
  border-radius: 0;
}

/* line 3735, ../scss/ih.scss */
.input-group {
  border-radius: 0;
}

/* line 3739, ../scss/ih.scss */
.input-group-addon {
  border-radius: 0px;
}

/* line 3743, ../scss/ih.scss */
.dropdown-menu {
  width: auto !important;
  border-radius: 0;
}

/* line 3748, ../scss/ih.scss */
.datetimepicker table {
  width: 240px;
}

/* line 3752, ../scss/ih.scss */
.form-control {
  padding-top: 1px;
  color: #005C97;
  border-radius: 0;
}

/* line 3758, ../scss/ih.scss */
.container_collapse {
  margin: 5px;
}

/* line 3762, ../scss/ih.scss */
.container_collapse.collapse {
  display: none !important;
}

/* line 3766, ../scss/ih.scss */
.sitemapbox1 {
  margin: 0px;
  background-color: #FFFFFF;
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
  padding-top: 5px;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

/* ==================================================
  Pagination
  ================================================== */
/*  
.hline { width:100%; height:2px; background: #cdcf21 } 
*/
/* line 3786, ../scss/ih.scss */
.hline {
  width: 100%;
  height: 100px;
  /* background: #ffffff; */
  position: relative;
  display: block;
}

/* line 3794, ../scss/ih.scss */
.yline {
  width: 100%;
  height: 2px;
  background: #FEC340;
  margin-bottom: 1em;
}

/* line 3801, ../scss/ih.scss */
.tline {
  width: 100%;
  height: 2px;
  background: #FEC340;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 3809, ../scss/ih.scss */
.sline {
  width: 100%;
  height: 2px;
  background: transparent;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* line 3817, ../scss/ih.scss */
.pagnbox {
  float: right;
  margin: 0;
}

/* line 3822, ../scss/ih.scss */
.pagn {
  display: block;
  float: right;
    /*min-height: 70px; 
	height:100%;
	float:right;
	padding-bottom: 10px;
	padding-top: 10px;*/
}

/* line 3832, ../scss/ih.scss */
ul.pagn {
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px;
  overflow: hidden;
  list-style-type: none;
  border: 0px solid #353535;
  /*max-width: 992px; */
  font-size: 1.0em;
}

/* line 3844, ../scss/ih.scss */
ul.pagn li.details {
  padding: 7px 10px 7px 10px;
}

/* line 3848, ../scss/ih.scss */
ul.pagn li.dot {
  padding: 3px 0;
}

/* line 3852, ../scss/ih.scss */
ul.pagn li {
  float: left;
  margin: 0px;
  padding: 0px;
  margin-left: 5px;
}

/* line 3859, ../scss/ih.scss */
ul.pagn li:first-child {
  margin-left: auto;
}

/* line 3863, ../scss/ih.scss */
ul.pagn li a {
  color: black;
  display: block;
  text-decoration: none;
  padding: 7px 10px 7px 10px;
}

/* line 3870, ../scss/ih.scss */
ul.pagn li a img {
  border: none;
}

/* line 3874, ../scss/ih.scss */
ul.pagn li.details {
  color: #005bdd;
}

/* line 3878, ../scss/ih.scss */
ul.pagn li a {
  border: solid 1px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 6px 9px 6px 9px;
}

/* line 3886, ../scss/ih.scss */
ul.pagn li {
  padding-bottom: 1px;
}

/* line 3890, ../scss/ih.scss */
ul.pagn li a:hover,
ul.pagn li a.active {
  color: #FFFFFF;
  box-shadow: 0px 1px #EDEDED;
  -moz-box-shadow: 0px 1px #EDEDED;
  -webkit-box-shadow: 0px 1px #EDEDED;
  text-shadow: 0px 1px #388DBE;
  border-color: #3390CA;
  background: #0064a6;
  background: -moz-linear-gradient(top, #B4F6FF 1px, #63D0FE 1px, #58B0E7);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #B4F6FF), color-stop(0.02, #63D0FE), color-stop(1, #58B0E7));
}

/* line 3903, ../scss/ih.scss */
ul.pagn li a {
  color: #0A7EC5;
  border-color: #8DC5E6;
  background: #F8FCFF;
}

/* ==================================================
  Maps
  ================================================== */
/* line 3914, ../scss/ih.scss */
#map {
  width: 100%;
  height: 600px;
  margin: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  /* line 3922, ../scss/ih.scss */
  #map {
    width: 100%;
    height: 400px;
    margin: 0;
    z-index: 0;
  }
}
/* line 3930, ../scss/ih.scss */
#google_map {
  width: 100%;
  height: 700px;
  margin: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  /* line 3938, ../scss/ih.scss */
  #google_map {
    width: 100%;
    height: 400px;
    margin: 0;
    z-index: 0;
  }
}
/* line 3946, ../scss/ih.scss */
#pp_map {
  width: 100%;
  height: 600px;
  margin: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  /* line 3954, ../scss/ih.scss */
  #pp_map {
    width: 100%;
    height: 400px;
    margin: 0;
    z-index: 0;
  }
}
/* line 3962, ../scss/ih.scss */
#map_ih {
  width: 100%;
  height: 400px;
}

/* line 3967, ../scss/ih.scss */
#map_az {
  width: 100%;
  height: 400px;
}

/* line 3972, ../scss/ih.scss */
h1.marker-heading {
  color: #005C97;
  margin: 0px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #D8D8D8;
}

/* line 3979, ../scss/ih.scss */
h2.marker-heading {
  color: #005C97;
  margin: 0px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  /* line 3986, ../scss/ih.scss */
  h1.marker-heading {
    font: 20px "Oswald", Arial;
  }

  /* line 3989, ../scss/ih.scss */
  h2.marker-heading {
    font: 18px "Oswald", Arial;
  }
}
/* line 3994, ../scss/ih.scss */
h2.marker-data {
  color: #005C97;
  color: #0064a6;
  font: 14px "Oswald", Arial;
}

/* line 4000, ../scss/ih.scss */
h1.mk-heading {
  color: #FFFFFF;
  margin: 0px;
  padding-bottom: 5px;
  font: 20px "Oswald", Arial;
  border-bottom: 1px dotted #D8D8D8;
}

@media screen and (max-width: 768px) {
  /* line 4009, ../scss/ih.scss */
  h1.mk-heading {
    font: 16px "Oswald", Arial;
  }
}
/* line 4014, ../scss/ih.scss */
h2.mk-address {
  color: #FFFFFF;
  margin: 0px;
  padding-bottom: 2px;
  font: 14px "Oswald", Arial;
}

/* line 4021, ../scss/ih.scss */
h2.mk-footer {
  color: #FFFFFF;
  margin: 0px;
  padding-bottom: 2px;
  font: 18px "Oswald", Arial;
  border-bottom: 0px dotted #D8D8D8;
}

/* line 4029, ../scss/ih.scss */
div.marker-info-win {
  padding-bottom: 0px;
  color: #0064a6;
  z-index: 1030;
}

@media screen and (max-width: 768px) {
  /* line 4036, ../scss/ih.scss */
  div.marker-info-win {
    width: auto;
    margin: 0;
    padding: 0;
    z-index: 1400;
  }
}
/* line 4044, ../scss/ih.scss */
div.marker-info-win p {
  padding: 0px;
  margin: 1px 0px 1px 0;
}

/* line 4049, ../scss/ih.scss */
div.marker-inner-win {
  padding: 2px;
}

/* line 4053, ../scss/ih.scss */
button.save-marker,
button.remove-marker {
  border: none;
  background: transparent;
  color: #00F;
  padding: 0;
  text-decoration: underline;
  margin-right: 0;
  cursor: pointer;
}

/* line 4064, ../scss/ih.scss */
.myCSSClass {
  background: green;
  border: 2px solid #613d7c;
}

/* line 4069, ../scss/ih.scss */
.leaflet-tooltip-left.myCSSClass::before {
  border-left-color: #613d7c;
}

/* line 4073, ../scss/ih.scss */
.leaflet-tooltip-right.myCSSClass::before {
  border-right-color: #613d7c;
}

/* line 4077, ../scss/ih.scss */
.infowindow-custom {
  margin: 0;
}

/* line 4081, ../scss/ih.scss */
.comboboxbase {
  margin-top: 10px;
  margin-bottom: 5px;
  z-index: 100;
  font-size: 1em;
}

/* ==================================================
  Modal
  ================================================== */
/* Modal Header */
/* line 4096, ../scss/ih.scss */
.modal-header {
  padding: 5px 5px;
  background-color: white;
  color: #0064a6;
  /* The Close Button */
}
/* line 4101, ../scss/ih.scss */
.modal-header .close {
  color: #000;
  float: right;
  font-size: 40px;
  font-weight: bold;
  opacity: 0.9;
}
/* line 4108, ../scss/ih.scss */
.modal-header .close:hover,
.modal-header .close:focus {
  color: #F00;
  text-decoration: none;
  cursor: pointer;
}

/* Modal Body */
/* line 4119, ../scss/ih.scss */
.modal-body {
  padding: 5px 5px;
}

/* Modal Footer */
/* line 4126, ../scss/ih.scss */
.modal-footer {
  padding: 5px 5px;
  background-color: #5cb85c;
  color: white;
}

/* Modal Content */
/* line 4135, ../scss/ih.scss */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  border-radius: 0;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  /* line 4165, ../scss/ih.scss */
  .modal-dialog {
    width: 700px;
    /* New width for default modal */
  }

  /* line 4169, ../scss/ih.scss */
  .modal-sm {
    width: 350px;
    /* New width for small modal */
  }
}
@media screen and (min-width: 992px) {
  /* line 4176, ../scss/ih.scss */
  .modal-lg {
    width: 950px;
    /* New width for large modal */
    height: 900px;
    /* control height here */
  }
}
@media screen and (min-width: 1200px) {
  /* line 4185, ../scss/ih.scss */
  .modal-lg {
    width: 1150px;
    /* New width for large modal */
    height: 900px;
    /* control height here */
  }
}
/* ==================================================
  Leaflet
  ================================================== */
/* css to customize Leaflet default styles  */
/* line 4201, ../scss/ih.scss */
.custom .leaflet-popup-tip,
.custom .leaflet-popup-content-wrapper {
  /* background: #e93434;
  color: #ffffff; */
  padding: 1px !important;
  z-index: 100;
}

/* line 4209, ../scss/ih.scss */
.custom .leaflet-popup-content-wrapper,
.leaflet-popup-content {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  width: auto;
  padding: 1px;
}

@media (max-width: 768px) {
  /* line 4219, ../scss/ih.scss */
  .custom .leaflet-popup-content-wrapper,
  .leaflet-popup-content {
    width: auto;
    z-index: 100;
  }
}
/* line 4226, ../scss/ih.scss */
.custom .leaflet-top,
.leaflet-bottom .leaflet-bottomright {
  position: absolute;
  z-index: 100;
  pointer-events: none;
}

/* line 4233, ../scss/ih.scss */
.leaflet-top,
.leaflet-bottom,
.leaflet-bottomright {
  z-index: 100;
}

/* line 4239, ../scss/ih.scss */
.custom .leaflet-top,
.leaflet-bottom,
.leaflet-bottomright {
  position: absolute;
  z-index: 100;
  pointer-events: none;
}

/* css to customize Leaflet default styles  */
/* line 4250, ../scss/ih.scss */
.custom1 .leaflet-popup-tip,
.custom1 .leaflet-popup-content-wrapper {
  background: #0064a6;
  color: #ffffff;
  z-index: 100;
}

/* line 4257, ../scss/ih.scss */
.custom1 .leaflet-popup-content-wrapper,
.leaflet-popup-content {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  width: auto;
  padding: 1px;
}

/* line 4266, ../scss/ih.scss */
.leaflet-popup-content {
  width: 100%;
  height: auto;
}

/* line 4271, ../scss/ih.scss */
.leaflet-control-zoom {
  border-radius: 0;
  color: #0064a6;
}

/* line 4276, ../scss/ih.scss */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  border-radius: 0;
  color: #0064a6;
}

/* line 4282, ../scss/ih.scss */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 100, 166, 0.4);
  background: #FFF;
  color: #0064a6;
  border-radius: 0;
}

/* line 4289, ../scss/ih.scss */
.leaflet-control-layers-toggle {
  /* background-image: url(images/layers.png); */
  width: 36px;
  height: 36px;
}

/* ==================================================
  Carousel
  ================================================== */
/* line 4300, ../scss/ih.scss */
.map-info-window {
  width: 100%;
  height: auto;
  border-radius: 0;
}

/* line 4306, ../scss/ih.scss */
.xvCarousel .carousel {
  overflow: hidden;
  border-radius: 0;
}

/* line 4311, ../scss/ih.scss */
.xvCarousel .carousel-inner {
  margin-bottom: 1px;
  padding: 2px;
}

@media (max-width: 768px) {
  /* line 4317, ../scss/ih.scss */
  .xvCarousel .carousel-inner {
    margin-bottom: 48px;
    padding: 0px;
  }
}
/* line 4323, ../scss/ih.scss */
.xvCarousel .carousel-inner > .item.next,
.xvCarousel .carousel-inner > .item.active.right {
  left: 0;
  -webkit-transform: translate3d(33%, 0, 0);
  transform: translate3d(33%, 0, 0);
}

/* line 4330, ../scss/ih.scss */
.xvCarousel .carousel-inner > .item.prev,
.xvCarousel .carousel-inner > .item.active.left {
  left: 0;
}

/* line 4335, ../scss/ih.scss */
.xvCarousel .carousel-control.left,
.carousel-control.right {
  width: 8%;
}

/* line 4340, ../scss/ih.scss */
.xvCarousel .carousel-indicators {
  bottom: -10px;
  left: 0;
  margin-left: 0;
  width: 100%;
}

/* line 4347, ../scss/ih.scss */
.xvCarousel .carousel-indicators > li,
.xvCarousel .carousel-indicators > li.active {
  width: 40px;
  height: 24px;
  margin-left: 0px;
  margin-top: 1px;
  padding-top: 0px;
  border-radius: 3px;
  border: solid 1px transparent;
  background: white;
  font-size: 16px;
  text-indent: 0;
}

@media screen and (max-width: 768px) {
  /* line 4362, ../scss/ih.scss */
  .xvCarousel .carousel-indicators > li,
  .xvCarousel .carousel-indicators > li.active {
    width: 38px;
    height: 24px;
    font-size: 14px;
  }
}
/* line 4370, ../scss/ih.scss */
.xvCarousel .carousel-indicators > li.active {
  background: #3f84b5;
  color: white;
  border: solid 1px red;
}

/* line 4376, ../scss/ih.scss */
.gmaps-label {
  position: absolute;
  border: 0;
  white-space: nowrap;
  font-family: Arial, sans-serif;
  color: white;
  font-size: 17px;
  text-shadow: -1px -1px 0.5px rgba(0, 0, 0, 0.5), 1px -1px 0.5px rgba(0, 0, 0, 0.5), -1px 1px 0.5px rgba(0, 0, 0, 0.5), 1px 1px 0.5px rgba(0, 0, 0, 0.5);
}

/* line 4386, ../scss/ih.scss */
.gmaps-label.small {
  font-size: 14px;
}

/* line 4390, ../scss/ih.scss */
.gmaps-label.big {
  font-size: 22px;
  color: yellow;
}

/* line 4395, ../scss/ih.scss */
.gmaps-label.huge {
  color: white;
  font-size: 30px;
  text-shadow: -1.5px -1.5px 0.5px rgba(0, 0, 0, 0.5), 1.5px -1.5px 0.5px rgba(0, 0, 0, 0.5), -1.5px 1.5px 0.5px rgba(0, 0, 0, 0.5), 1.5px 1.5px 0.5px rgba(0, 0, 0, 0.5);
}

/* ==================================================
  Fim Pagination
  ================================================== */
/* line 4406, ../scss/ih.scss */
.page-wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -100px;
  /* the bottom margin is the negative value of the footer's height */
}

/* line 4414, ../scss/ih.scss */
.site-footer,
.push {
  height: 100;
  /* .push must be the same height as .footer */
}

/* ==================================================
   Fim Footer
   ================================================== */
/* ==================================================
   Form
   ================================================== */
/* spam_trap: This input is hidden. This is here to trick the spam bots*/
/* line 4433, ../scss/ih.scss */
.spmhidip {
  display: none;
  width: 10px;
  height: 3px;
}

/* line 4439, ../scss/ih.scss */
.error {
  font-family: Verdana, Arial, sans-serif;
  font-style: italic;
  font-size: 0.8em;
  line-height: 1em;
  color: #900;
  /* background-color : #ffff00; */
}

/* line 4448, ../scss/ih.scss */
#scaptcha {
  width: 100px;
  height: 30px;
  padding: 10px;
}

/* ==================================================
   Botão download
   ================================================== */
/* line 4459, ../scss/ih.scss */
.rad-wrapper {
  position: relative;
}

/* line 4463, ../scss/ih.scss */
.rad-responsive {
  width: 100%;
}

/* line 4467, ../scss/ih.scss */
.rad-overlay {
  position: absolute;
  bottom: 10px;
  left: 70px;
}

/* line 4473, ../scss/ih.scss */
.rad-overlay:before {
  content: ' ';
  display: block;
  height: 90%;
  overflow: hidden;
}

/* line 4480, ../scss/ih.scss */
.buttonDownload {
  display: inline-block;
  position: relative;
  padding: 10px 25px;
  background-color: #4CC713;
  color: white;
  font-family: sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  text-align: center;
  text-indent: 15px;
}

/* line 4493, ../scss/ih.scss */
.buttonDownload:hover {
  background-color: #333;
  color: white;
}

/* line 4498, ../scss/ih.scss */
.buttonDownload:before,
.buttonDownload:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 15px;
  top: 52%;
}

/* Download box shape  */
/* line 4510, ../scss/ih.scss */
.buttonDownload:before {
  width: 10px;
  height: 2px;
  border-style: solid;
  border-width: 0 2px 2px;
}

/* Download arrow shape */
/* line 4520, ../scss/ih.scss */
.buttonDownload:after {
  width: 0;
  height: 0;
  margin-left: 3px;
  margin-top: -7px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: transparent;
  border-top-color: inherit;
  animation: downloadArrow 2s linear infinite;
  animation-play-state: paused;
}

/* line 4533, ../scss/ih.scss */
.buttonDownload:hover:before {
  border-color: #4CC713;
}

/* line 4537, ../scss/ih.scss */
.buttonDownload:hover:after {
  border-top-color: #4CC713;
  animation-play-state: running;
}

/* keyframes for the download icon anim */
@keyframes downloadArrow {
  /* 0% and 0.001% keyframes used as a hackish way of having the button frozen on a nice looking frame by default */
  0% {
    margin-top: -7px;
    opacity: 1;
  }
  0.001% {
    margin-top: -15px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    margin-top: 0;
    opacity: 0;
  }
}
/* Remove video embedd padding (white frames) */
/* line 4567, ../scss/ih.scss */
.x-video.embed.with-container {
  padding: 0;
}
