.content_wrapper {
    margin: 0 auto;
    width: 90%;
}
body .sidenav-overlay {
  z-index: 10;
}
.nav-wrapper.container {
  width: 95%;
  font-weight: normal; /* was bold — let instances control emphasis */
}
.large {
  margin-bottom: 60px;
  box-shadow: none;
}
body .card .card-title {
  padding: 10px;
}
body .card>.card-title {
  border-bottom: 1px solid rgba(160,160,160,0.2);
}
body .card.large .card-image {
    max-height: 200px;
    overflow: inherit;
}
body .card-image {
  min-height: 200px;
  cursor: pointer;
}
body .card.large .card-content {
    overflow-y: auto;
    height: 410px;
    padding: 1rem
}
body .card.large .card-content.map {
  padding: 0;
}
body .card.large .card-content.map .card-image {
  height: 410px;
  max-height: 410px;
}
body .card .collection {
  margin: 0;
  border: none;
}
body .card .btn-floating.halfway-fab {
  bottom: 10px;
  right: 10px;
}
body .card .card-image .card-title {
  padding: 5px 10px;
  border-top-right-radius: 4px;
  opacity: .6;
}
body .card.large .card-image + .card-content {
  max-height: 266px;
}
.collection-item.hoverable:hover {
  background: #F3ECEC;
}
.collection-item.hoverable .secondary-content {
  display: none;
}
.collection-item.hoverable:hover .secondary-content {
  display: inherit;
}
.graph_tooltip {
  background: #323232;
  padding: 4px 10px;
  border-radius: 2px;
  text-align: center;
  color: white;
  min-height: 36px;
  line-height: 120%;
  font-size: 2rem;
}
.c3-xgrid-focus line, .c3-axis-x .tick line {
  display: none;
}
nav #nav-lang {
  margin-top: 5px;
}
nav #nav-lang li {
  height: 30px;
  border-bottom: 3px solid #B71C1C;
  line-height: 30px;
}
nav #nav-lang li.active {
  background: transparent;
}
nav #nav-lang li.active a {
  font-weight: bold;
  cursor: default;
}
nav #nav-lang li:hover {
  transition: border-bottom 1s;
}
nav #nav-lang li.active:hover {
  border-bottom: 2px solid transparent;
}
nav #nav-lang li a {
  height: 30px;
  font-size: 12px !important;
  margin-left: 2px;
  border-radius: 15px;
  padding: 0 5px;

}
#nav-second, #nav-third {
  position: absolute;
  bottom: 5px;
  right: -5px;
}
#nav-second li, #nav-third li {
  height: 20px;
  line-height: 20px;
}
#nav-second li.follow_us a, #nav-third li.follow_us a {
  margin-right: 0px;
}
#nav-second li.follow_us.last a, #nav-third li.follow_us.last a {
  margin-right: 15px;
}
#nav-second li .btn, #nav-third li .btn {
  height: 20px;
  line-height: 20px;
}


/* SECTIONS */
body .slider {
  margin-bottom: 30px;
}

body .toast {
  background: white;
  color: #363636;
  font-weight: bold;
}
body .good_toast, body .toast {
  background: #c8e6c9;
  color: #1b5e20;
}
body .bad_toast, body .toast.error {
  background: #f44336;
  color: #ffcdd2;
}


body .collection .collection-item {
  padding: 9px 20px;
}

body .navbar {
  height: 64px;
  position: sticky;
  top: 0px;
  z-index: 9;
}

button#send-message {
  text-align: center;
  background: none;
  border: none;
  font-size: 1.4em;
  color: #333;
}
button#send-message i {
  color: #4f4e92;
  margin-right: 6px;
}
button#send-message.working {
  color: #acacac;
}
button#send-message.working a {
  background: grey;
}
form #error-note {
  color: red;
  font-weight: bold;
  font-size: 1.4em;
}
form #thanks-note {
  padding-bottom: 20px;
  color: green;
}
form .error {
  color: red;
}
form input, textarea {
  position: relative;
  z-index: 2;
}
form .input-field > label {
  /* position: relative; */
  z-index: 1;
}
#modal_contact {
  max-height: 50%;
}
#modal_contact .modal-content,
#modal_contact .modal-content footer {
  height: 100%;
}
.card.large .card-content.twitter {
  max-height: 433px;
  padding: 1rem 0 1rem 1rem;
}
.eixos-action-button {
  width: 40px;
  height: 40px;
}


body .carousel .carousel-item>img {
    width: auto;
    height: 100%;
}
body .card.large .card-content.indexedimages {
  overflow: hidden;
}
body .row .picture_caption {
  padding: 0px 0 0 20px;
  position: absolute;
  bottom: 8px;
  z-index: 10;
  height: 30px;
}
body .row .picture_caption a {
  display:block;
  height: 26px;
  white-space: nowrap;
  width: 100%;
  line-height: 3em;
}
body .row .picture_caption a .material-icons {
  margin-right: 10px;
}
.indexedimages .navigate {
  position: absolute;
  width: 50px;
  height: 100%;
  background: #FFFFFF00;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexedimages .navigate.next {
  right: 0;
  left: auto;
}
.indexedimages .navigate.prev {
  right: auto;
  left: 0;
}
.indexedimages .navigate:hover {
  background: #FFFFFF3C;
}
.indexedimages .btn-floating {
  background: #0000003C;
  width: 40px;
  height: 40px;
}
.indexedimages .btn-floating .material-icons {
  line-height: 1em;
  font-size: 3em;
  position: absolute;

}
body .indexedimages .collection-item {
  padding: 9px 0px 9px 5px;
  transition: background 2s, color 2s, padding 2s;
  position: relative;
}
body .indexedimages .collection {
  overflow: visible;
}
body .indexedimages .collection-item.active {
  font-weight: bold;
  /* border-left: 2px solid #3c4459; */
  padding: 9px 0px 9px 15px;
  color: black;
  background: none;
  transition: background .6s, color .6s, padding .6s;
}
.eixos-panel .indexedimages .collection-item {
  cursor: pointer;
}
.eixos-panel .indexedimages .collection-item:hover::after {
  content: " ";
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -10px;
  margin-right: -5px;
  border: 10px solid transparent;
  border-left-color: #ef545099;
  transition: border .3s;
}
.indexedimages .collection-item::after {
  content: " ";
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -15px;
  margin-right: -5px;
  border: 15px solid transparent;
}
.indexedimages .collection-item.active::after,
.indexedimages .collection-item.active:hover::after {
  content: " ";
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -15px;
  margin-right: -15px;
  border: 15px solid transparent;
  border-left-color: #ef5450;
  transition: margin-right .6s;
}
input {
  position: relative;
  z-index: 9;
}
table.striped>tbody>tr>td,
table.responsive-table th,
.right {
  clear: both;
}
.template {
  display: none;
}
/* body .sticky {
  position: sticky;
  top: 0;
  width: 100%;
} */
.navbar.sticky {
  background: white;
  z-index: 99;
  height: 76px;
  transition: all .6s;
  border-bottom: 1px solid grey;
  opacity: .8;
}
.navbar.sticky:hover {
  opacity: 1;
}
.navbar.sticky .header {
  height: 40px;
  transition: all .6s;
}
.navbar.sticky .logo_wrapper {
  text-align: left;
  float: left;
  width: auto;
  height: 10px;
  transition: all .6s;
  padding: 14px 14px 14px 40px;
}
.logo_wrapper {
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 0;
  transition: all .6s;
}
nav .sidenav-trigger i {
  z-index: 9;
}
.navbar.sticky .header div img {
  height: 54px;
  transition: all .6s;
}
body .sticky + .content_wrapper {
  padding-top: 200px;
  transition: all .6s;
}
body .sticky .main-menu {
  position: absolute;
  top: 0px;
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  transition: all .6s;
}
body .sticky .main-menu #main-nav {
  /* removed forced line-height to avoid shifting underline */
  z-index: 999;
  transition: all .6s;
}
