/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */ /*!
* Bootstrap v3.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  display: table;
  content: " ";
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    transform: scale(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale(0.1) translateY(-2000px);
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    transform: scale(0.475) translateY(60px);
    animation-timing-function: ease-out;
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale(0.1) translateX(-2000px);
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    transform: scale(0.475) translateX(48px);
    animation-timing-function: ease-out;
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale(0.1) translateX(2000px);
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    transform: scale(0.475) translateX(-48px);
    animation-timing-function: ease-out;
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale(0.1) translateY(2000px);
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    transform: scale(0.475) translateY(-60px);
    animation-timing-function: ease-out;
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale(0.475) translateY(-60px);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translateY(2000px);
    transform-origin: center bottom;
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale(0.475) translateX(42px);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translateX(-2000px);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale(0.475) translateX(-42px);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translateX(2000px);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale(0.475) translateY(60px);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translateY(-2000px);
    transform-origin: center top;
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

/* == PLUS == */
@keyframes UpDown {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-6px);
  }
  75% {
    transform: translateY(6px);
  }
}
.UpDown {
  animation-name: UpDown;
}

@keyframes fadeInUpModal {
  0% {
    opacity: 0;
    top: calc(50% + 20px);
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}
@keyframes fadeOutDownModal {
  0% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: calc(50% + 20px);
  }
}
@keyframes fadeInUpAlert {
  0% {
    opacity: 0;
    top: 40px;
  }
  100% {
    opacity: 1;
    top: 10px;
  }
}
@keyframes modalHide {
  0% {
    display: block;
  }
  100% {
    display: none;
  }
}
@keyframes modalShow {
  0% {
    display: none;
  }
  100% {
    display: block;
  }
}
/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: none;
}

q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
}

textarea {
  font-family: inherit;
}

*:focus {
  outline: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  height: 100%;
  padding-top: 154px;
  font-size: 14px;
  color: #404040;
  line-height: 1.5em;
  background-color: #FFF;
}
body.panel {
  padding-top: 82px;
}
@media (max-width: 420px) {
  body {
    padding-top: 80px;
  }
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}
a:hover, a:visited, a:active {
  text-decoration: none;
  color: inherit;
}
a.link {
  text-decoration: underline;
}

p {
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.5em;
  font-size: 14px;
  color: #404040;
}
@media (max-width: 420px) {
  p {
    font-size: 13px;
  }
}

h1, h2, h3, h4, h5, h6 {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0px;
  line-height: 1.3em;
  color: #51A0D7;
}
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
  text-transform: uppercase;
}
h1.title .links, h2.title .links, h3.title .links, h4.title .links, h5.title .links, h6.title .links {
  float: right;
}
h1.title .links a:not(.btn), h2.title .links a:not(.btn), h3.title .links a:not(.btn), h4.title .links a:not(.btn), h5.title .links a:not(.btn), h6.title .links a:not(.btn) {
  float: right;
  margin-left: 10px;
  font-size: 13px;
  color: #9298A5;
  font-weight: 300;
  text-transform: initial;
}
h1.title .links a:not(.btn):hover, h2.title .links a:not(.btn):hover, h3.title .links a:not(.btn):hover, h4.title .links a:not(.btn):hover, h5.title .links a:not(.btn):hover, h6.title .links a:not(.btn):hover {
  color: #404040;
}
h1.title .links .btn, h2.title .links .btn, h3.title .links .btn, h4.title .links .btn, h5.title .links .btn, h6.title .links .btn {
  text-transform: initial;
}
h1.title.border, h2.title.border, h3.title.border, h4.title.border, h5.title.border, h6.title.border {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px #ECECEC solid;
}
@media (max-width: 420px) {
  h1.title .links, h2.title .links, h3.title .links, h4.title .links, h5.title .links, h6.title .links {
    display: none;
  }
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
}

@media (max-width: 420px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
}
section {
  width: 100%;
  padding: 60px 0px;
}
@media (max-width: 420px) {
  section {
    padding: 30px 0px;
  }
}

@media (max-width: 420px) {
  form.filter {
    margin-bottom: 30px;
  }
}

.iframe, .iframe iframe {
  float: left;
  width: 100%;
  height: auto !important;
  aspect-ratio: 16/9;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ECECEC;
}

.boxed {
  padding: 20px;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
}
.boxed:not(:last-child) {
  margin-bottom: 30px;
}

.image-letter {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #8EB6DF;
  overflow: hidden;
}
.image-letter span {
  float: left;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  font-size: 20px;
  color: #3A7FC1;
  text-align: center;
  text-transform: uppercase;
  pointer-events: none;
}

.image-picture {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.status {
  font-size: 13px;
}
.status.status-1 {
  color: #54CB68;
}
.status.status-2 {
  color: #EEBD4A;
}
.status.status-3 {
  color: #E94C4C;
}
.status.status-4 {
  color: #8EB6DF;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  border-bottom: 2px #004F95 solid;
  background-color: #FFF;
  z-index: 100;
  transition: all 0.2s;
}
header .header-container {
  padding: 30px 0px 30px;
}
header.small .hide-small, header.always-small .hide-small {
  display: none;
}
header.small img.logo, header.always-small img.logo {
  margin: -5px 0px;
  width: 80px;
}
header.small ul.menu, header.always-small ul.menu {
  margin-top: 15px;
}
header.small ul.menu > li a, header.always-small ul.menu > li a {
  padding: 10px;
}
header.small .associate-cta, header.always-small .associate-cta {
  margin: -30px 0px;
  padding: 38px 10px;
}
header .header-cpf {
  float: left;
  width: 100%;
}
header .header-cpf p {
  font-size: 13px;
  color: #9298A5;
  margin-bottom: 5px;
}
header .header-cpf form {
  float: left;
  width: 100%;
  position: relative;
}
header .header-cpf form input {
  padding: 5px 10px;
  margin-bottom: 0px;
}
header .header-cpf form i {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 16px;
  color: #3A7FC1;
}
header .search {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  left: 0px;
  width: 100%;
  background-color: #FFF;
  padding: 20px 0px;
  animation: fadeInDown 0.3s both;
  border-bottom: 2px #004F95 solid;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
}
header .search h2 {
  margin: 10px 0px 0px;
}
header img.logo {
  float: left;
  width: 100px;
  height: auto;
  transition: all 0.2s;
}
header ul.contacts li {
  float: right;
}
header ul.menu {
  float: right;
  margin-top: 20px;
  list-style-type: none;
  transition: all 0.2s;
}
header ul.menu > li {
  float: left;
  position: relative;
}
header ul.menu > li > a {
  float: left;
  padding: 8px 10px;
  color: #9298A5;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  background-color: #FFF;
  border-radius: 5px;
  transition: all 0.2s;
}
header ul.menu > li:hover > a {
  background-color: #004F95;
  color: #FFF;
}
header ul.menu > li:hover ul.submenu {
  display: block;
}
header ul.menu ul.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 250px;
  padding: 10px;
  background-color: #FFF;
  border-top: 4px #004F95 solid;
  border-radius: 5px;
  list-style-type: none;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
}
header ul.menu ul.submenu.right {
  left: auto;
  right: 0px;
}
header ul.menu ul.submenu li {
  float: left;
  width: 100%;
}
header ul.menu ul.submenu li:not(:last-child) {
  margin-bottom: 10px;
}
header ul.menu ul.submenu li a {
  float: left;
  width: 100%;
  color: #8D8D9D;
  font-weight: 500;
}
header ul.menu ul.submenu li a:hover {
  color: #3A7FC1;
}
header .associate-cta {
  float: left;
  width: 100%;
  margin: -30px 0px;
  padding: 28px 10px;
  background-color: #ECECEC;
  color: #3A7FC1;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.2s;
}
header .associate-cta:hover {
  background-color: rgb(210.5, 210.5, 210.5);
}
header .associate-cta i {
  display: block;
  width: 100%;
  font-size: 22px;
  margin-bottom: 10px;
}
@media (max-width: 420px) {
  header {
    padding: 10px 0px;
    height: 85px;
  }
  header .search h2 {
    margin: 0px 0px 20px 0px;
  }
}
header .menu-mobile {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  left: 0px;
  width: 100%;
  height: calc(100vh - 85px);
  border-bottom: 2px #004F95 solid;
  background-color: #FFF;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  animation: fadeInDown 0.3s both;
}
header .menu-mobile ul {
  float: left;
  width: 100%;
  list-style-type: none;
}
header .menu-mobile ul li {
  float: left;
  width: 100%;
}
header .menu-mobile ul li a {
  float: left;
  width: 100%;
  padding: 8px 0px;
  text-align: center;
  color: #9298A5;
  text-transform: uppercase;
  font-weight: bold;
}
header .menu-mobile ul li a.active {
  color: #3A7FC1;
  background-color: #ECECEC;
}
header .header-mobile img.logo {
  width: 65px;
  margin: 0px;
}
header .header-mobile button.button-search {
  float: right;
  width: 30px;
  height: 30px;
  padding: 0px;
  margin-top: 15px;
  margin-right: 10px;
  border: none;
  background-color: #FFF;
  color: #3A7FC1;
  font-size: 26px;
}
header .header-mobile button.toggle {
  float: right;
  width: 30px;
  height: 30px;
  padding: 0px;
  margin-top: 15px;
  border: none;
  background-color: #FFF;
}
header .header-mobile button.toggle span {
  float: left;
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #3A7FC1;
  transition: all 0.2s;
}
header .header-mobile button.toggle span:before, header .header-mobile button.toggle span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 0px;
  background-color: #3A7FC1;
  transition: all 0.2s;
}
header .header-mobile button.toggle span:before {
  top: -10px;
}
header .header-mobile button.toggle span:after {
  bottom: -10px;
}
header .header-mobile button.toggle.active span {
  background-color: transparent;
}
header .header-mobile button.toggle.active span:before {
  top: 0px;
  transform: rotate(140deg);
}
header .header-mobile button.toggle.active span:after {
  bottom: 0px;
  transform: rotate(-140deg);
}

ul.contacts {
  float: left;
  width: 100%;
  list-style: none;
}
ul.contacts.inline li {
  width: auto;
  margin-left: 15px;
  margin-bottom: 0px;
}
ul.contacts li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
ul.contacts li a {
  width: 100%;
  display: block;
  color: #9298A5;
  font-size: 12px;
}
@media (max-width: 420px) {
  ul.contacts li a {
    font-size: 14px;
  }
}
ul.contacts li a i {
  color: #FFF;
  text-align: center;
  padding: 6px;
  font-size: 16px;
}
ul.contacts li a i.social {
  font-size: 18px;
}
ul.contacts li a:hover {
  color: #8D8D9D;
}
.social-media {
  float: right;
}
.social-media span {
  float: left;
  margin-top: 4px;
  font-size: 12px;
  color: #9298A5;
}
.social-media i {
  float: left;
  margin-left: 5px;
  font-size: 30px;
  color: #3A7FC1;
}

section#home-slider {
  padding: 40px 20px;
  background-color: #ECECEC;
  overflow: hidden;
}
section#home-slider .fixed-banners .row:first-child {
  margin-bottom: 20px;
}
section#home-slider .fixed-banners a {
  display: block;
  width: 100%;
  aspect-ratio: 1.85;
  background-color: #3A7FC1;
  padding: 10px;
  border-radius: 10px;
}
section#home-slider .fixed-banners a:hover {
  background-color: rgb(95.0637450199, 152.2430278884, 206.9362549801);
}
section#home-slider .fixed-banners a:first-child {
  margin-right: 30px;
}
section#home-slider .fixed-banners a img {
  display: block;
  margin: 0px auto;
  width: auto;
  height: 100%;
  filter: brightness(0) invert(1);
}
section#home-slider .slider {
  float: left;
  width: 100%;
  aspect-ratio: 1.85;
  overflow: hidden;
}
section#home-slider .slider img {
  -o-object-fit: cover;
     object-fit: cover;
}
section#home-slider .slider .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  text-align: center;
}
section#home-slider .slider .slick-dots li {
  float: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0px 5px;
  background-color: #8EB6DF;
  border: 2px #FFF solid;
  border-radius: 50%;
  cursor: pointer;
}
section#home-slider .slider .slick-dots li.slick-active {
  background-color: #FFF;
}
section#home-slider .slider .slick-dots li button {
  display: none;
}
section#home-slider .slider button.slick-arrow {
  position: absolute;
  bottom: 10px;
  background-color: #8EB6DF;
  border: none;
  font-size: 16px;
  color: #FFF;
  z-index: 2;
  border-radius: 50%;
  padding: 5px 8px;
}
section#home-slider .slider button.slick-arrow.slick-prev {
  left: 5px;
}
section#home-slider .slider button.slick-arrow.slick-next {
  right: 5px;
}
section#home-slider .slider .slide {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1.85;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section#home-slider .slider .slide img {
  float: left;
  width: 100%;
  aspect-ratio: 1.85;
  border-radius: 10px;
}
section#home-slider .slider .slide a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@media (max-width: 420px) {
  section#home-slider .slider {
    margin-bottom: 20px;
  }
  section#home-slider .fixed-banners a {
    padding: 10px;
  }
}

.news-listing {
  float: left;
  width: 100%;
}
.news-listing article {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 1281px) {
  .news-listing article.featured {
    width: calc(50% - 15px);
    height: 210px;
    overflow: hidden;
    border-radius: 10px;
  }
  .news-listing article.featured:first-child {
    margin-right: 30px;
  }
  .news-listing article.featured img.image {
    width: 100%;
    height: 210px;
    margin-right: 0px;
  }
  .news-listing article.featured .content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 110px 15px 15px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    transition: all 0.2s;
  }
  .news-listing article.featured .content:hover {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  .news-listing article.featured .content h3 {
    color: #FFF;
  }
  .news-listing article.featured .content h3:hover {
    color: #FFF;
  }
  .news-listing article.featured .content p {
    display: none;
  }
  .news-listing article.featured .content .info {
    color: #FFF;
  }
  .news-listing article.featured .content .info.date {
    float: none;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.news-listing article img.image {
  float: left;
  width: 270px;
  height: 154px;
  margin-right: 30px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 420px) {
  .news-listing article img.image {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
}
.news-listing article .content {
  float: left;
  width: calc(100% - 300px);
}
@media (max-width: 420px) {
  .news-listing article .content {
    width: calc(100% - 120px);
  }
}
.news-listing article .content .info {
  float: left;
  margin-right: 10px;
  font-size: 12px;
  color: #9298A5;
}
.news-listing article .content .info.exclusive {
  color: #FFA201;
  font-weight: bold;
}
.news-listing article .content .info.date {
  float: right;
  margin-right: 0px;
}
.news-listing article .content h3 {
  float: left;
  width: 100%;
  margin: 10px 0px;
  color: #404040;
}
.news-listing article .content h3:hover {
  color: #3A7FC1;
}
@media (max-width: 420px) {
  .news-listing article .content h3 {
    font-size: 18px;
    margin: 5px 0px 0px;
  }
}
.news-listing article .content p {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.2em;
}
@media (max-width: 420px) {
  .news-listing article .content p {
    display: none;
  }
}

.events-monthly {
  float: left;
  width: 100%;
}
.events-monthly a {
  float: left;
  width: calc(50% - 15px);
  background-color: #3A7FC1;
  padding: 10px;
  border-radius: 10px;
}
.events-monthly a:hover {
  background-color: rgb(95.0637450199, 152.2430278884, 206.9362549801);
}
.events-monthly a:first-child {
  margin-right: 30px;
}
.events-monthly a img {
  display: block;
  margin: 0px auto;
  width: auto;
  height: 60px;
}

.events-widget {
  float: left;
  width: 100%;
  padding: 15px;
  background-color: #ECECEC;
  border-radius: 10px;
}
.events-widget:not(:last-child) {
  margin-bottom: 30px;
}
.events-widget .event {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.events-widget .event img {
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  margin-right: 15px;
}
.events-widget .event .content {
  float: left;
  width: calc(100% - 115px);
}
.events-widget .event .content span.date {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
  color: #9298A5;
}
.events-widget .event .content h3 {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  color: #404040;
  font-weight: 500;
}
.events-widget .event .content a {
  text-align: right;
}

.events-listing {
  float: left;
  width: 100%;
}
.events-listing article {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.events-listing article img.image {
  float: left;
  width: 180px;
  height: 180px;
  margin-right: 30px;
  border-radius: 10px;
}
@media (max-width: 420px) {
  .events-listing article img.image {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
}
.events-listing article .content {
  float: left;
  width: calc(100% - 210px);
}
.events-listing article .content .info {
  float: left;
  margin-right: 10px;
  font-size: 12px;
  color: #9298A5;
}
.events-listing article .content .info.exclusive {
  color: #FFA201;
  font-weight: bold;
}
.events-listing article .content .info.date {
  float: right;
  margin-right: 0px;
}
.events-listing article .content h3 {
  float: left;
  width: 100%;
  margin: 10px 0px;
  color: #404040;
}
.events-listing article .content h3:hover {
  color: #3A7FC1;
}
.events-listing article .content p {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.2em;
}
@media (max-width: 420px) {
  .events-listing article .content {
    width: calc(100% - 100px);
  }
  .events-listing article .content h3 {
    margin: 0px 0px 10px;
  }
  .events-listing article .content p {
    font-size: 12px;
  }
}

#home-cta-join {
  padding: 30px 0px;
  background-color: #8EB6DF;
}
#home-cta-join .link-large {
  float: left;
  width: 100%;
  padding: 40px 10px;
  background-color: #ECECEC;
  color: #404040;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 10px;
}
#home-cta-join .link-large:hover {
  background-color: white;
}
#home-cta-join .link-large i {
  display: block;
  width: 100%;
  font-size: 24px;
  margin-bottom: 10px;
  color: #3A7FC1;
}
@media (max-width: 420px) {
  #home-cta-join .link-large {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}
#home-cta-join .join-image {
  float: left;
  width: 100%;
  margin: -64px 0px -30px;
}
@media (max-width: 420px) {
  #home-cta-join .join-image {
    float: none;
    display: block;
    width: auto;
    height: 200px;
    margin: 20px auto -30px;
  }
}
#home-cta-join h2, #home-cta-join p {
  float: left;
  width: 100%;
  color: #FFF;
  margin-bottom: 20px;
}
@media (max-width: 420px) {
  #home-cta-join h2, #home-cta-join p {
    text-align: center;
  }
}
#home-cta-join a.btn {
  float: left;
}
@media (max-width: 420px) {
  #home-cta-join a.btn {
    height: auto;
    width: 100%;
  }
}

#home-services {
  background-color: #ECECEC;
}
#home-services h2 {
  border-color: #9298A5;
}

.services-listing {
  float: left;
  width: 100%;
  margin-bottom: -30px;
}
.services-listing .service {
  float: left;
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
.services-listing .service:nth-child(2n+2) {
  margin-left: 30px;
}
@media (max-width: 420px) {
  .services-listing .service {
    width: 100%;
  }
  .services-listing .service:nth-child(2n+2) {
    margin-left: 0px;
  }
}
.services-listing .service .image {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 30px;
  background-color: #8EB6DF;
  padding: 10px;
  text-align: center;
  border-radius: 50%;
}
.services-listing .service .image img {
  display: inline;
  max-width: 50px;
  height: 50px;
}
.services-listing .service .info {
  float: left;
  width: calc(100% - 100px);
}
.services-listing .service .info h3 {
  margin-bottom: 10px;
  color: #404040;
}
.services-listing .service .info p {
  font-size: 13px;
  color: #404040;
  margin-bottom: 10px;
}

#home-reservation h2 {
  margin-bottom: 10px;
}
#home-reservation p {
  margin-bottom: 20px;
}
#home-reservation .images {
  float: left;
  margin: -60px 0px;
}
@media (max-width: 420px) {
  #home-reservation .images {
    float: none;
    width: 100%;
    margin: 20px 0px 0px;
  }
}
#home-reservation .images .image {
  float: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#home-reservation .images .image.image-1 {
  width: 330px;
  height: 330px;
  background-image: url("../images/reserva-1.jpg");
}
#home-reservation .images .image.image-2 {
  width: 270px;
  height: 165px;
  background-image: url("../images/reserva-2.jpg");
}
#home-reservation .images .image.image-3 {
  width: 270px;
  height: 165px;
  background-image: url("../images/reserva-3.jpg");
}
@media (max-width: 420px) {
  #home-reservation .images .image.image-1 {
    width: 100%;
    height: 200px;
  }
  #home-reservation .images .image.image-2, #home-reservation .images .image.image-3 {
    width: 50%;
    height: 200px;
  }
}

#home-associates {
  padding: 0px;
}
#home-associates .section-title {
  padding: 40px 0px;
  background-color: #8EB6DF;
}
#home-associates .section-title h2 {
  margin-bottom: 0px;
  color: #FFF;
}
#home-associates .section-partners {
  padding: 40px 0px;
}
#home-associates .section-partners .btn {
  margin-top: 15px;
}

.logo-slider {
  float: left;
  width: 100%;
}
.logo-slider img {
  float: left;
  width: auto;
  height: 140px;
  margin: 0px 10px;
}

#home-jobs {
  background-color: #8EB6DF;
}
#home-jobs h3 {
  color: #FFF;
  margin-bottom: 10px;
}

.jobs {
  float: left;
  width: 100%;
}
@media (max-width: 420px) {
  .jobs {
    margin-top: 20px;
  }
}
.jobs .job {
  float: left;
  width: calc(33.33% - 20px);
  margin-bottom: 0px;
}
.jobs .job:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 420px) {
  .jobs .job {
    width: 100%;
    margin-bottom: 10px;
  }
  .jobs .job:not(:last-child) {
    margin-right: 0px;
  }
}
.jobs .job h4 {
  font-size: 14px;
  margin-bottom: 3px;
}
.jobs .job p {
  font-size: 13px;
  margin-bottom: 3px;
}
.jobs .job span {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-size: 13px;
  color: #9298A5;
}

#home-partners {
  padding: 20px 0px;
}
#home-partners .logo-slider {
  margin-bottom: 20px;
}
@media (max-width: 420px) {
  #home-partners h2 {
    text-align: center;
  }
}

#home-banners {
  padding: 30px 0px;
}
#home-banners h2 {
  margin-top: 100px;
}
#home-banners .image {
  float: left;
  width: 390px;
  height: 390px;
  position: relative;
  border: 1px #8EB6DF solid;
  border-radius: 50%;
}
#home-banners .image:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 370px;
  height: 370px;
  background-color: #8EB6DF;
  border-radius: 50%;
}
#home-banners .image img {
  position: absolute;
  top: 60px;
  width: 270px;
}
#home-banners .image.right img {
  right: 40px;
}
#home-banners .image.left img {
  left: 40px;
}
@media (max-width: 420px) {
  #home-banners h2 {
    margin-top: 0px;
  }
  #home-banners .btn {
    height: auto;
    margin-bottom: 30px;
  }
  #home-banners .image {
    width: calc(50vw - 20px);
    height: calc(50vw - 20px);
  }
  #home-banners .image:before {
    top: 5px;
    left: 5px;
    width: calc(50vw - 30px);
    height: calc(50vw - 30px);
  }
  #home-banners .image img {
    top: 20px;
    width: calc(50vw - 60px);
  }
  #home-banners .image.right img {
    right: 20px;
  }
  #home-banners .image.left img {
    left: 20px;
  }
}

#newsletter {
  background-color: #ECECEC;
}
#newsletter h2 {
  color: #8EB6DF;
}
@media (min-width: 1281px) {
  #newsletter h2 {
    margin-bottom: 0px;
  }
}

footer#main {
  padding: 60px 0px;
  background-color: #004F95;
}
footer#main h2 {
  color: #FFF;
}
footer#main h3 {
  float: left;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  text-transform: uppercase;
}
footer#main h3:hover {
  font-weight: 700;
}
footer#main ul {
  float: left;
  width: 100%;
  padding-left: 10px;
  list-style-type: none;
}
footer#main ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
footer#main ul li a {
  color: #FFF;
}
footer#main ul li a:hover {
  font-weight: 700;
}
footer#main ul.contacts li a i {
  background-color: #FFF;
  color: #004F95;
  width: 24px;
  margin-right: 5px;
  border-radius: 50%;
  text-align: center;
  padding: 6px;
}
@media (max-width: 420px) {
  footer#main {
    padding: 30px 0px;
  }
  footer#main ul.contacts li br {
    display: none;
  }
}

footer#copyright {
  padding: 30px 0px;
  background-color: #8EB6DF;
}
footer#copyright img.logo {
  float: left;
  width: auto;
  height: 70px;
  margin-right: 20px;
}
footer#copyright p {
  float: left;
  width: auto;
  margin-bottom: 0px;
  padding: 25px 0px;
  color: #FFF;
}
@media (max-width: 420px) {
  footer#copyright p {
    padding: 5px 0px;
    width: calc(100% - 90px);
  }
}
footer#copyright .social-media {
  margin-top: 20px;
}
footer#copyright .social-media span, footer#copyright .social-media i {
  color: #FFF;
}
@media (max-width: 420px) {
  footer#copyright .social-media {
    float: left;
  }
}

#page-title {
  padding: 30px 0px;
  background-color: #8EB6DF;
}
#page-title h2 {
  margin-bottom: 0px;
  color: #FFF;
}
#page-title ul.breadcrumb {
  float: right;
  margin-top: 5px;
  list-style-type: none;
}
#page-title ul.breadcrumb li {
  float: left;
  color: #FFF;
  font-size: 12px;
  margin-left: 5px;
}
#page-title ul.breadcrumb li:not(:last-child) {
  padding-right: 5px;
  margin-right: 5px;
  position: relative;
}
#page-title ul.breadcrumb li:not(:last-child):after {
  position: absolute;
  content: ">";
  bottom: 0px;
  right: -5px;
}
#page-title ul.breadcrumb li a {
  color: #FFF;
}

.service-single .title {
  color: #51A0D7;
}
.service-single .image {
  float: left;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 30px;
}
.service-single .content {
  float: left;
  width: 100%;
}
.service-single .content h1, .service-single .content h2, .service-single .content h3, .service-single .content h4, .service-single .content h5, .service-single .content h6, .service-single .content p, .service-single .content ul {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  color: #404040;
}
.service-single .content ul {
  padding-left: 30px;
}
.service-single .content .cta {
  float: left;
  padding: 15px;
  border-radius: 10px;
  background-color: #ECECEC;
  margin-bottom: 30px;
}
.service-single .content .cta h3 {
  margin-bottom: 10px;
}
.service-single .content .cta p {
  margin-bottom: 0px;
}

.news-single {
  float: left;
  width: 100%;
}
.news-single .info {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.news-single .info span {
  float: left;
  margin-right: 10px;
  font-size: 12px;
  color: #9298A5;
}
.news-single .info span.exclusive {
  color: #FFA201;
  font-weight: bold;
}
.news-single .info span.date {
  float: right;
  margin-right: 0px;
}
.news-single .info span.share {
  float: right;
  margin-top: -20px;
}
.news-single .info span.share a {
  display: inline;
  margin-left: 10px;
}
.news-single .info span.share a i {
  width: 50px;
  padding: 10px;
  font-size: 30px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
}
.news-single .info span.share a i.icon-facebook {
  background-color: #3B5999;
}
.news-single .info span.share a i.icon-whatsapp {
  background-color: #25D366;
}
.news-single .info span.share a i.icon-twitter {
  background-color: #55ACEE;
}
.news-single h1.news-title {
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #404040;
}
.news-single p.news-subtitle {
  margin-bottom: 20px;
}
.news-single img {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  height: auto;
  border-radius: 10px;
}
.news-single .content {
  float: left;
  width: 100%;
  margin: 20px 0px 0px;
}
.news-single .content a {
  color: #3A7FC1;
  font-weight: 500;
}
.news-single .content a:hover {
  text-decoration: underline;
}
.news-single .content h1, .news-single .content h2, .news-single .content h3, .news-single .content h4, .news-single .content h5, .news-single .content h6, .news-single .content p, .news-single .content ul {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  color: #404040;
}
.news-single .content ul {
  padding-left: 30px;
}
.news-single .content *:last-child {
  margin-bottom: 0px;
}

#news-gallery {
  padding: 40px 0px;
  background-color: #ECECEC;
}
#news-gallery .gallery {
  float: left;
  width: 100%;
}
#news-gallery .gallery img {
  float: left;
  width: calc(25% - 23px);
  height: 155px;
  margin-right: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}
#news-gallery .gallery img:nth-child(4n+4) {
  margin-right: 0px;
}
#news-gallery .gallery img:nth-child(n+5) {
  margin-top: 30px;
}
#news-gallery .gallery img:hover {
  opacity: 0.9;
}

#modal-news-gallery .modal-content {
  width: 1000px;
  height: 500px;
  max-width: calc(100vw - 20px);
  max-height: calc(100vh - 20px);
  padding: 0px;
  background-color: transparent;
}
#modal-news-gallery .modal-content .gallery {
  float: left;
  width: 100%;
  position: relative;
}
#modal-news-gallery .modal-content .gallery .image {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0px 20px;
  text-align: center;
}
#modal-news-gallery .modal-content .gallery .image img {
  display: inline;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 500px;
}
#modal-news-gallery .modal-content .gallery button.slick-arrow {
  position: absolute;
  top: 50%;
  background-color: transparent;
  border: none;
  font-size: 20px;
  color: #FFF;
  z-index: 2;
}
#modal-news-gallery .modal-content .gallery button.slick-arrow.slick-prev {
  left: 5px;
}
#modal-news-gallery .modal-content .gallery button.slick-arrow.slick-next {
  right: 5px;
}

#page-contact ul.contacts {
  margin-bottom: 30px;
}
#page-contact ul.contacts li {
  margin-left: 0px;
  width: 25%;
}
@media (max-width: 420px) {
  #page-contact ul.contacts li {
    width: 100%;
    margin-bottom: 5px;
  }
}
#page-contact .map {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
  background-color: #ECECEC;
}
@media (max-width: 420px) {
  #page-contact .map {
    height: 90vw;
  }
}

@media (max-width: 420px) {
  #page-jobs .jobs {
    margin-bottom: 30px;
  }
}
#page-jobs .jobs .job {
  background-color: #ECECEC;
}

.job-single {
  float: left;
  width: 100%;
}
.job-single h3 {
  color: #404040;
  font-weight: 500;
}
.job-single h3 .info {
  float: right;
  font-weight: 300;
  font-size: 15px;
  color: #9298A5;
}
.job-single h3 .info i {
  font-size: 20px;
}
.job-single .infos {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.job-single .infos .info {
  float: left;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 300;
  color: #9298A5;
}
.job-single .infos .info i {
  font-size: 20px;
}
.job-single .content {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.job-single .content h1, .job-single .content h2, .job-single .content h3, .job-single .content h4, .job-single .content h4, .job-single .content p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #404040;
}
.job-single .share {
  float: left;
  width: 100%;
}
.job-single .share a {
  display: inline;
  margin-left: 10px;
}
.job-single .share a i {
  width: 50px;
  padding: 10px;
  font-size: 30px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
}
.job-single .share a i.icon-facebook {
  background-color: #3B5999;
}
.job-single .share a i.icon-whatsapp {
  background-color: #25D366;
}
.job-single .share a i.icon-twitter {
  background-color: #55ACEE;
}
@media (max-width: 420px) {
  .job-single h3 .info {
    font-size: 12px;
  }
  .job-single .infos .info {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .job-single .share {
    margin-bottom: 30px;
  }
}

#page-events-single .event-image {
  float: left;
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 420px) {
  #page-events-single .event-image {
    margin-bottom: 30px;
  }
}
#page-events-single .event-header {
  float: left;
  width: 100%;
}
#page-events-single .event-header h3 {
  color: #404040;
}
#page-events-single .event-header .info {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
  color: #9298A5;
}
#page-events-single .event-header .info i {
  width: 22px;
  text-align: center;
  font-size: 20px;
}
#page-events-single .event-header .share-inline {
  width: auto;
  margin-right: 20px;
}
@media (max-width: 420px) {
  #page-events-single .event-header .share-inline {
    width: 100%;
    margin-bottom: 30px;
  }
}
#page-events-single .event-tabs {
  margin-top: 30px;
}

.tabs {
  float: left;
  width: 100%;
}
@media (max-width: 420px) {
  .tabs {
    margin-bottom: 30px;
  }
}
.tabs .tabs-header {
  float: left;
  width: 100%;
}
@media (max-width: 420px) {
  .tabs .tabs-header {
    overflow: hidden;
    overflow-x: scroll;
  }
}
.tabs .tabs-header .item {
  float: left;
  padding: 10px;
  margin-right: 10px;
  background-color: #9298A5;
  color: #FFF;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.tabs .tabs-header .item.active, .tabs .tabs-header .item:hover {
  background-color: #ECECEC;
  color: #3A7FC1;
}
@media (max-width: 420px) {
  .tabs .tabs-header .item {
    width: 100%;
    text-align: center;
  }
}
.tabs .tabs-content {
  float: left;
  width: 100%;
}
.tabs .tabs-content .tab {
  display: none;
  float: left;
  width: 100%;
  padding: 15px;
  background-color: #ECECEC;
}
.tabs .tabs-content .tab.active {
  display: block;
}

#event-subcription {
  background-color: #ECECEC;
}
#event-subcription .frame {
  float: left;
  width: 100%;
  min-height: 1000px;
  background-color: #9298A5;
  border-radius: 10px;
  overflow: hidden;
}

.share-inline {
  float: left;
  color: #9298A5;
}
.share-inline a {
  display: inline;
  margin-left: 10px;
}
.share-inline a i {
  width: 40px;
  padding: 10px;
  font-size: 20px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
}
.share-inline a i.icon-facebook {
  background-color: #3B5999;
}
.share-inline a i.icon-whatsapp {
  background-color: #25D366;
}
.share-inline a i.icon-twitter {
  background-color: #55ACEE;
}

.associates-list {
  float: left;
  width: 100%;
}
.associates-list.partners .associate {
  padding: 0px 40px;
}
.associates-list.partners .associate img {
  height: 150px;
}
@media (max-width: 420px) {
  .associates-list {
    margin-top: 30px;
  }
}
.associates-list .associate {
  float: left;
  position: relative;
  width: calc(33.33% - 20px);
  height: 150px;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 0px 40px;
  border: 1px #8EB6DF solid;
  border-radius: 10px;
  overflow: hidden;
}
.associates-list .associate:nth-child(3n+3) {
  margin-right: 0px;
}
@media (max-width: 420px) {
  .associates-list .associate {
    width: 100%;
    margin-right: 0px;
  }
}
.associates-list .associate img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 150px;
  margin: 0px auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.associates-list .associate a {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 59px 0px;
  background-color: rgba(142, 182, 223, 0.8);
  font-size: 30px;
  color: #FFF;
  text-align: center;
  transition: all 0.2s;
}
.associates-list .associate a:hover {
  opacity: 1;
}

.associate-single {
  float: left;
  width: 100%;
}
.associate-single h3 {
  color: #404040;
  font-weight: 500;
}
.associate-single h3 .info {
  float: right;
  font-weight: 300;
  font-size: 15px;
  color: #9298A5;
}
.associate-single h3 .info i {
  font-size: 20px;
}
.associate-single .associate-image {
  float: left;
  width: 100%;
  height: auto;
  padding: 30px;
  border: 1px #8EB6DF solid;
  border-radius: 10px;
}
@media (max-width: 420px) {
  .associate-single .associate-image {
    margin-bottom: 30px;
  }
}
.associate-single .infos {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 420px) {
  .associate-single .infos {
    margin-bottom: 0px;
  }
}
.associate-single .infos .info {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 300;
  color: #9298A5;
}
.associate-single .infos .info i {
  font-size: 20px;
}
.associate-single .content {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.associate-single .content h1, .associate-single .content h2, .associate-single .content h3, .associate-single .content h4, .associate-single .content h4, .associate-single .content p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #404040;
}
.associate-single .share {
  float: left;
  width: 100%;
}
@media (max-width: 420px) {
  .associate-single .share {
    margin-bottom: 30px;
  }
}
.associate-single .share a {
  display: inline;
  margin-left: 10px;
}
.associate-single .share a i {
  width: 50px;
  padding: 10px;
  font-size: 30px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
}
.associate-single .share a i.icon-facebook {
  background-color: #3B5999;
}
.associate-single .share a i.icon-whatsapp {
  background-color: #25D366;
}
.associate-single .share a i.icon-twitter {
  background-color: #55ACEE;
}

#page-about .about-image {
  margin-bottom: 60px;
}
#page-about .memorial-image {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 420px) {
  #page-about .memorial-image {
    height: 60vw;
  }
}
#page-about .title.cta {
  padding: 70px 0px;
  color: #404040;
  text-align: right;
}
#page-about .title.cta strong {
  color: #3A7FC1;
}
@media (max-width: 420px) {
  #page-about .title.cta {
    padding: 30px 0px;
    text-align: center;
  }
  #page-about .title.cta br {
    display: none;
  }
}
#page-about .cause-list {
  float: left;
  width: 100%;
}
#page-about .cause-list .item {
  float: left;
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
#page-about .cause-list .item:nth-child(2n+2) {
  margin-left: 30px;
}
@media (max-width: 420px) {
  #page-about .cause-list .item {
    width: 100%;
    margin-bottom: 20px;
  }
  #page-about .cause-list .item:nth-child(2n+2) {
    margin-left: 0px;
  }
}
#page-about .cause-list .item span {
  float: left;
  width: 50px;
  height: 50px;
  padding: 15px 10px;
  margin-right: 20px;
  background-color: #8EB6DF;
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
}
#page-about .cause-list .item h4 {
  float: left;
  width: calc(100% - 70px);
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #404040;
}
#page-about .cause-list .item p {
  float: left;
  width: calc(100% - 70px);
  font-size: 15px;
}

.rooms-list {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.rooms-list .room {
  float: left;
  width: calc(33.33% - 13.33px);
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.rooms-list .room button {
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
  transition: all 0.2s;
}
.rooms-list .room:hover button {
  opacity: 1;
}
.rooms-list .room:nth-child(3n+3) {
  margin-right: 0px;
}
.rooms-list .room:nth-child(n+4) {
  margin-top: 20px;
}
@media (max-width: 420px) {
  .rooms-list .room {
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
  }
}
.rooms-list .room img {
  float: left;
  width: 100%;
  height: 140px;
}
.rooms-list .room .info {
  float: left;
  width: 100%;
  padding: 10px;
  background-color: #ECECEC;
}
.rooms-list .room .info h3 {
  font-size: 15px;
  color: #404040;
}
.rooms-list .room .info p {
  margin-bottom: 0px;
}

.balance-list {
  float: left;
  width: 100%;
}
.balance-list .item h3 {
  float: left;
  width: calc(100% - 170px);
  font-weight: 500;
  margin-bottom: 10px;
}
.balance-list .item p {
  float: left;
  width: calc(100% - 170px);
  margin-bottom: 0px;
  font-size: 16px;
  color: #9298A5;
}
@media (max-width: 420px) {
  .balance-list .item h3 {
    width: 100%;
  }
  .balance-list .item p {
    margin-top: 10px;
  }
}

.info-box {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-color: #ECECEC;
  padding: 15px;
  border-radius: 10px;
}
.info-box h3 {
  color: #404040;
}
.info-box p {
  margin-bottom: 0px;
}
.info-box ul {
  float: left;
  width: 100%;
  padding-left: 30px;
}

.widget-image-slider {
  float: left;
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.widget-image-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.widget-image-slider .slick-dots li {
  float: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0px 5px;
  background-color: transparent;
  border: 2px #FFF solid;
  border-radius: 50%;
  cursor: pointer;
}
.widget-image-slider .slick-dots li.slick-active {
  background-color: #FFF;
}
.widget-image-slider .slick-dots li button {
  display: none;
}
.widget-image-slider button.slick-arrow {
  position: absolute;
  top: 50%;
  background-color: transparent;
  border: none;
  font-size: 30px;
  color: #FFF;
  z-index: 2;
}
.widget-image-slider button.slick-arrow.slick-prev {
  left: 5px;
}
.widget-image-slider button.slick-arrow.slick-next {
  right: 5px;
}
.widget-image-slider .slide {
  width: 100%;
  height: 300px;
}
@media (max-width: 420px) {
  .widget-image-slider {
    height: 60vw;
  }
  .widget-image-slider .slide {
    height: 60vw;
  }
}

#events-monthly-events {
  background-color: #ECECEC;
}

.benefits-list {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.benefits-list .item {
  float: left;
  width: 100%;
  padding: 20px;
  background-color: #ECECEC;
  border-radius: 10px;
}
.benefits-list .item:not(:last-child) {
  margin-bottom: 20px;
}
.benefits-list .item:hover, .benefits-list .item.active {
  background-color: rgb(210.5, 210.5, 210.5);
}
.benefits-list .item.active .header i.fa:before {
  content: "\f056";
}
.benefits-list .item.active .content {
  display: block;
}
.benefits-list .item .header {
  float: left;
  width: 100%;
}
.benefits-list .item .header .icon {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  background-color: #8EB6DF;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
}
.benefits-list .item .header .icon img {
  display: block;
  margin: 0px auto;
  width: 45px;
  height: 45px;
}
.benefits-list .item .header h3 {
  float: left;
  width: calc(100% - 130px);
  margin-bottom: 0px;
  padding: 20px 0px;
  color: #404040;
  font-weight: 400;
}
.benefits-list .item .header h4 {
  float: left;
  width: calc(100% - 130px);
  margin-bottom: 0px;
  padding: 0px;
  color: #404040;
  font-weight: 600;
}
.benefits-list .item .header p {
  float: left;
  width: calc(100% - 130px);
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0px;
  color: #9298A5;
  font-weight: 400;
}
.benefits-list .item .header i.fa {
  float: right;
  font-size: 30px;
  color: #404040;
  padding: 20px 0px;
  cursor: pointer;
}
.benefits-list .item .content {
  float: left;
  width: 100%;
  margin-top: 20px;
  display: none;
}
.benefits-list .item .content p {
  float: left;
}
.benefits-list .item .content p:last-child {
  margin-bottom: 0px;
}

.floating-buttons {
  position: fixed;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  animation: fadeInRight 0.5s 2s both;
}
.floating-buttons .floating {
  float: right;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50%;
  background-color: #ECECEC;
  color: #FFF;
  font-size: 30px;
  text-align: center;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
}
.floating-buttons .floating.whatsapp {
  background-color: #25D366;
}
.floating-buttons .floating.whatsapp:hover {
  background-color: rgb(29.3911290323, 167.6088709677, 81.0241935484);
}

.search-results {
  float: left;
  width: 100%;
}
.search-results .result {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.search-results .result h3 {
  margin-bottom: 10px;
}

.pagination {
  float: left;
  width: 100%;
  margin: 20px 0px;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin: 0px 2px;
}
.pagination li a, .pagination li span {
  padding: 12px 18px;
}

#modal-room-gallery .modal-content {
  width: 1000px;
  height: 500px;
  max-width: calc(100vw - 20px);
  max-height: calc(100vh - 20px);
  padding: 0px;
  background-color: transparent;
}
#modal-room-gallery .modal-content .gallery {
  float: left;
  width: 100%;
  position: relative;
}
#modal-room-gallery .modal-content .gallery .image {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0px 20px;
  text-align: center;
}
#modal-room-gallery .modal-content .gallery .image img {
  display: inline;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 500px;
}
#modal-room-gallery .modal-content .gallery button.slick-arrow {
  position: absolute;
  top: 50%;
  background-color: transparent;
  border: none;
  font-size: 20px;
  color: #FFF;
  z-index: 2;
}
#modal-room-gallery .modal-content .gallery button.slick-arrow.slick-prev {
  left: 5px;
}
#modal-room-gallery .modal-content .gallery button.slick-arrow.slick-next {
  right: 5px;
}

#alert-privacy {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  padding: 16px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  z-index: 100;
}
@media (max-width: 420px) {
  #alert-privacy {
    width: 320px;
  }
}
#alert-privacy p {
  margin-bottom: 5px;
  font-size: 12px;
}
#alert-privacy p a {
  color: #8EB6DF;
  font-weight: 800;
}
#alert-privacy button {
  font-size: 12px;
}

#page-links .page-link {
  display: block;
  margin-bottom: 20px;
}
#page-links .page-link .boxed {
  transition: all 0.3s;
  border: 1px #EEE solid;
}
#page-links .page-link:hover .boxed {
  background-color: rgba(142, 182, 223, 0.4);
}
#page-links .page-link h4 {
  margin-bottom: 5px;
}
#page-links .page-link p {
  margin-bottom: 0px;
}

.cta-cadastro {
  position: fixed;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  width: 900px;
  padding: 20px;
  border-radius: 30px;
  background-color: #3A7FC1;
  z-index: 100;
}
.cta-cadastro h4 {
  color: #FFF;
  margin-bottom: 0px;
  margin-top: 10px;
}
@media (max-width: 420px) {
  .cta-cadastro h4 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
  }
}
.cta-cadastro .btn {
  background-color: #37d778;
  color: #FFF;
}
.cta-cadastro .btn:hover {
  background-color: rgb(36.5, 182.5, 95.8125);
}

.buttons {
  display: table;
  width: 100%;
}
.buttons:not(:last-child) {
  margin-bottom: 20px;
}
.buttons .btn:not(:last-child) {
  margin-right: 10px;
}
.buttons .btn.pull-right:not(:last-child) {
  margin-right: 0px;
  margin-left: 10px;
}

.btn-invisible {
  border: none;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
}

.btn {
  float: left;
  height: 50px;
  padding: 16px 20px;
  color: #FFF;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  background-color: #3A7FC1;
  border: none;
  border-radius: 25px;
}
.btn:hover {
  background-color: rgb(46.2151394422, 101.1952191235, 153.7848605578);
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-lg {
  height: 50px;
  padding: 15px 20px;
}
.btn.btn-xs {
  height: 30px;
  padding: 1px 10px;
  font-size: 14px;
}
.btn.btn-mt {
  margin-top: 15px;
}
.btn.btn-primary {
  background-color: #3A7FC1;
  color: #FFF;
}
.btn.btn-primary:hover {
  background-color: rgb(46.2151394422, 101.1952191235, 153.7848605578);
}
.btn.btn-secondary {
  background-color: #8EB6DF;
  color: #FFF;
}
.btn.btn-secondary:hover {
  background-color: rgb(102.2551724138, 156.324137931, 211.7448275862);
}
.btn.btn-white {
  background-color: #FFF;
  color: #8EB6DF;
}
.btn.btn-white:hover {
  background-color: #EEE;
}
.btn.btn-transparent {
  background-color: transparent;
  color: #8EB6DF;
}
.btn.btn-transparent:hover {
  background-color: transparent;
  color: rgb(102.2551724138, 156.324137931, 211.7448275862);
}
.btn.btn-danger {
  background-color: #E94C4C;
  color: #FFF;
}
.btn.btn-danger:hover {
  background-color: rgb(227.4179104478, 30.5820895522, 30.5820895522);
}
.btn.btn-transparent-danger {
  background-color: transparent;
  color: #E94C4C;
}
.btn.btn-transparent-danger:hover {
  background-color: transparent;
  color: rgb(227.4179104478, 30.5820895522, 30.5820895522);
}
.btn.btn-transparent-grey {
  background-color: transparent;
  color: #8D8D9D;
}
.btn.btn-transparent-grey:hover {
  background-color: transparent;
  color: rgb(114.179245283, 114.179245283, 132.820754717);
}
.btn.btn-facebook {
  background-color: #3B5999;
  border-color: #3B5999;
  color: #FFF;
}
.btn.btn-facebook:hover {
  background-color: rgb(44.8066037736, 67.5896226415, 116.1933962264);
  border-color: rgb(44.8066037736, 67.5896226415, 116.1933962264);
}
.btn.btn-whatsapp {
  background-color: #25D366;
  border-color: #25D366;
  color: #FFF;
}
.btn.btn-whatsapp:hover {
  background-color: rgb(29.3911290323, 167.6088709677, 81.0241935484);
  border-color: rgb(29.3911290323, 167.6088709677, 81.0241935484);
}
.btn[disabled] {
  background-color: #8D8D9D;
  color: #FFF;
}
.btn[disabled]:hover {
  background-color: #8D8D9D;
  color: #FFF;
}
.btn[disabled].btn-transparent {
  background-color: transparent;
  color: #8D8D9D;
}
.btn[disabled].btn-transparent-danger {
  background-color: transparent;
  color: #8D8D9D;
}

.input {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 14px;
  background-color: #FFF;
  border: 1px #9298A5 solid;
  border-radius: 25px;
  font-size: 13px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.input.input-file {
  position: relative;
}
@media (max-width: 420px) {
  .input.input-file .mask span {
    width: calc(100% - 160px);
    height: 40px;
    overflow: hidden;
  }
}
.input.input-file .mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.input.input-file .mask button {
  float: right;
}
.input.input-file .mask span {
  float: left;
  padding: 15px 10px;
}
.input.input-file input {
  width: 100%;
  opacity: 0;
}

select.input {
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
  padding: 15px 14px;
}

.input-captcha {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  height: 74px;
  background-color: #ECECEC;
  overflow: hidden;
  border-radius: 10px;
  border: 1px #9298A5 solid;
}
.input-captcha .g-recaptcha {
  float: left;
  margin: -1px;
}

.input-label {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 11px;
  color: #404040;
  font-weight: 600;
  text-transform: uppercase;
}

.input-picture {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.input-picture img {
  display: block;
  margin: 0px auto 10px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px #404040 solid;
}
.input-picture .upload {
  float: left;
  position: relative;
  width: 100%;
}
.input-picture .upload input {
  float: left;
  width: 100%;
  height: 50px;
  opacity: 0;
}
.input-picture .upload button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  pointer-events: none;
}

.datepicker {
  z-index: 1000 !important;
}

.ck-editor {
  float: left;
  width: 100% !important;
  margin-bottom: 30px !important;
  border-radius: 10px;
  border: 1px #9298A5 solid;
}

table.table-overflow tbody {
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}
table tr, table th {
  word-break: break-all;
}
table tr td, table th td {
  font-size: 14px;
}
table.table-small tr td, table.table-small th td {
  font-size: 12px;
}

.table-list {
  display: table;
  width: 100%;
}
.table-list .col {
  float: left;
  display: block;
  text-align: center;
}
.table-list .col.col-5 {
  width: 5%;
}
.table-list .col.col-10 {
  width: 10%;
}
.table-list .col.col-15 {
  width: 15%;
}
.table-list .col.col-20 {
  width: 20%;
}
.table-list .col.col-25 {
  width: 25%;
}
.table-list .col.col-30 {
  width: 30%;
}
.table-list .col.col-40 {
  width: 40%;
}
.table-list .col.col-50 {
  width: 50%;
}
.table-list .col.col-60 {
  width: 60%;
}
.table-list .col.col-70 {
  width: 70%;
}
.table-list .col.col-80 {
  width: 80%;
}
.table-list .col.col-90 {
  width: 90%;
}
.table-list .col.col-100 {
  width: 100%;
}
.table-list .list-row {
  float: left;
  width: 100%;
  height: 55px;
  padding: 15px;
}
.table-list .list-header {
  float: left;
  width: 100%;
  color: #8D8D9D;
}
.table-list .list-body {
  float: left;
  width: 100%;
}
.table-list .list-body .list-row {
  margin-bottom: 10px;
  border: 1px #ECECEC solid;
  background-color: #FFF;
  border-radius: 5px;
  font-size: 16px;
  transition: all 0.1s;
}
.table-list .list-body .list-row.disabled {
  background-color: #ECECEC;
  border-color: #9298A5;
}
.table-list .list-body .list-row.border-success {
  border-color: #54CB68;
}
.table-list .list-body .list-row.border-danger {
  border-color: #E94C4C;
}
.table-list .list-body .list-row.border-warning {
  border-color: #EEBD4A;
}
.table-list .list-body .list-row:hover {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}
.table-list .list-body .list-row .image-letter, .table-list .list-body .list-row .image-picture {
  float: none;
  display: block;
  margin: -4px auto 0px;
}
.table-list .list-body .list-row .btn {
  margin-top: -3px;
}
.table-list .list-body .list-row i {
  font-size: 14px;
}

.modal {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 200;
}
.modal ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.modal ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.modal.modal-large .modal-content {
  width: 900px;
}
@media (max-width: 420px) {
  .modal.modal-large .modal-content {
    width: calc(100% - 20px);
  }
}
.modal.blocked .modal-bg {
  pointer-events: none;
}
.modal.blocked .modal-content .modal-close {
  display: none;
}
.modal.opened {
  display: block;
}
.modal.opened .modal-bg {
  animation: fadeIn 0.2s both;
}
.modal.opened .modal-content {
  animation: fadeInUpModal 0.5s both;
}
.modal .modal-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  animation: fadeOut 0.2s both;
}
.modal .modal-content {
  position: absolute;
  width: 600px;
  top: 50%;
  left: 50%;
  max-height: calc(100vh - 40px);
  transform: translate(-50%, -50%);
  overflow: hidden;
  overflow-y: scroll;
  animation: fadeOutDownModal 0.5s both;
  padding: 20px;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 40px;
}
@media (max-width: 420px) {
  .modal .modal-content {
    padding: 20px;
    width: calc(100% - 20px);
  }
}
.modal .modal-content .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  font-size: 20px;
  color: #DDD;
  cursor: pointer;
}

.modal-full {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #ECECEC;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 200;
  animation: fadeOut 0.5s both;
}
.modal-full.opened {
  display: block;
  animation: fadeIn 0.5s both;
}
.modal-full.opened .modal-content {
  animation: fadeInUp 0.5s both;
}
.modal-full .modal-header {
  float: left;
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px #9298A5 solid;
}
.modal-full .modal-header .title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 8px 0px 0px;
}
.modal-full .modal-content {
  float: left;
  width: 100%;
  padding: 20px 0px;
  animation: fadeOutDown 0.5s both;
}

.alert {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 300;
}
.alert.status-success .alert-content {
  background-color: #54CB68;
}
.alert.status-warning .alert-content {
  background-color: #EEBD4A;
}
.alert.status-danger .alert-content {
  background-color: #E94C4C;
}
.alert.status-info .alert-content {
  background-color: #8EB6DF;
}
.alert .alert-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.4s both;
}
.alert .alert-content {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0px);
  padding: 20px;
  color: #FFF;
  background-color: #54CB68;
  border-radius: 4px;
  animation: fadeInUpAlert 0.5s both;
}
@media (max-width: 420px) {
  .alert .alert-content {
    width: 100%;
  }
}
.alert .alert-content .alert-text {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
  color: #FFF;
}
.alert .alert-content .alert-button {
  float: right;
  margin-top: 10px;
}
@media (max-width: 420px) {
  .alert .alert-content .alert-button {
    width: 100%;
  }
}
.alert .alert-content ul {
  float: left;
  width: 100%;
  margin-top: 10px;
  padding-left: 30px;
}

#loading .alert-content {
  padding: 20px;
  background-color: #8EB6DF;
  font-size: 20px;
  text-transform: uppercase;
}
#loading .alert-content i {
  font-size: 18px;
  margin-right: 10px;
}

.progress-bar {
  display: table;
  width: 100%;
  height: 6px;
  background-color: #9298A5;
  border-radius: 10px;
  overflow: hidden;
}
.progress-bar .bar {
  float: left;
  height: 6px;
  background-color: #3A7FC1;
  animation: fadeInLeft 1s both;
}
.progress-bar.progress-danger .bar {
  background-color: #E94C4C;
}
.progress-bar.progress-warning .bar {
  background-color: #EEBD4A;
}
.progress-bar.progress-success .bar {
  background-color: #54CB68;
}

[data-tooltip] {
  position: relative;
  z-index: 2;
}
[data-tooltip]:before, [data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
[data-tooltip]:before {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  border-radius: 3px;
  background-color: #3A7FC1;
  background-color: rgba(58, 127, 193, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
  white-space: initial;
}
@media (max-width: 420px) {
  [data-tooltip]:before {
    width: calc(100vw - 20px);
    left: auto;
    right: 0px;
  }
}
[data-tooltip]:after {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #3A7FC1;
  border-top: 5px solid rgba(58, 127, 193, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
[data-tooltip].tooltip-left:before {
  bottom: -5px;
  left: auto;
  right: calc(110% + 5px);
  margin-bottom: 0px;
  margin-left: 0px;
}
[data-tooltip].tooltip-left:after {
  bottom: 4px;
  left: auto;
  right: 110%;
  border-left: 5px solid #3A7FC1;
  border-left: 5px solid rgba(58, 127, 193, 0.9);
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-right: 0px solid transparent;
}
[data-tooltip].tooltip-right:before {
  bottom: -5px;
  right: auto;
  left: calc(110% + 5px);
  margin-bottom: 0px;
  margin-left: 0px;
}
[data-tooltip].tooltip-right:after {
  bottom: 4px;
  right: auto;
  left: 110%;
  border-right: 5px solid #3A7FC1;
  border-right: 5px solid rgba(58, 127, 193, 0.9);
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 0px solid transparent;
}

.sidebar {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.widget {
  float: left;
  width: 100%;
}
.widget:not(:last-child) {
  margin-bottom: 30px;
}
.widget h3 {
  margin-bottom: 10px;
}
.widget ul {
  width: 100%;
  list-style-type: none;
  padding-left: 0px;
}
.widget ul:not(:last-child) {
  margin-bottom: 10px;
}
.widget ul li {
  color: #404040;
}
.widget.widget-alert {
  padding: 10px;
  background-color: #67A8C7;
  color: #FFF;
  border-radius: 10px;
}
.widget.widget-alert h3 {
  float: left;
  width: 100%;
  margin: 0px 0px 10px;
  font-size: 15px;
  color: #FFF;
}
.widget.widget-alert p {
  float: left;
  width: 100%;
  color: #FFF;
  font-size: 13px;
  margin-bottom: 0px;
}
.widget.widget-alert p:not(:last-child) {
  margin-bottom: 10px;
}
.widget.widget-alert ul {
  float: left;
  width: 100%;
  padding-left: 20px;
  list-style: circle;
}
.widget.widget-alert ul li {
  color: #FFF;
  font-size: 13px;
}
.widget.text p {
  margin-bottom: 0px;
}
.widget.cta {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15px;
  border-radius: 10px;
}
.widget.cta h3 {
  width: 100%;
  text-align: center;
  margin: 20px 0px;
  color: #FFF;
}
.widget.facebook {
  min-height: 214px;
  background-color: #ECECEC;
  border-radius: 10px;
  overflow: hidden;
}
.widget.cta-volunteer {
  padding: 300px 15px 15px;
  background: url("../images/banner-voluntarios.png") center -30px no-repeat, linear-gradient(90deg, #eb586b 0%, #eb586b 0%);
  background-size: 350px;
  border-radius: 10px;
}
.widget.cta-associate {
  padding: 20px;
  background: url("../images/associado-image.png") bottom left no-repeat, url("../images/logo-white-opacity.png") top right no-repeat, linear-gradient(90deg, #51a0d7 0%, #51a0d7 0%);
  background-size: 150px;
  border-radius: 10px;
}
@media (max-width: 420px) {
  .widget.cta-associate {
    background-size: 130px;
  }
}
.widget.cta-associate h2 {
  font-size: 18px;
  padding-left: 100px;
  margin: 40px 0px 50px;
  color: #FFF;
}
.widget.contact {
  padding: 10px;
  background-color: #ECECEC;
  border-radius: 10px;
  overflow: hidden;
}
.widget.contact h2 {
  width: calc(100% + 20px);
  margin: -10px 0px 10px -10px;
  padding: 10px;
  color: #FFF;
  background-color: #51A0D7;
}
.widget.jobs-list .job {
  width: 100%;
  margin-right: 0px;
}
.widget.jobs-list .job:not(:last-child) {
  margin-bottom: 20px;
}
.widget.news-top ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.widget.news-top ul li a {
  font-weight: bold;
  color: #9298A5;
}
.widget.news-top ul li span {
  float: left;
  width: 23px;
  margin-right: 5px;
  padding: 1px 4px;
  background-color: #8EB6DF;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
}
.widget.event-monthly {
  background-color: #3A7FC1;
  padding: 20px;
  border-radius: 10px;
}
.widget.event-monthly:hover {
  background-color: rgb(95.0637450199, 152.2430278884, 206.9362549801);
}
.widget.event-monthly:first-child {
  margin-right: 30px;
}
.widget.event-monthly img {
  display: block;
  margin: 0px auto;
  width: auto;
  height: 100px;
}
.widget.menu {
  padding: 20px;
  background-color: #ECECEC;
  border-radius: 10px;
}
.widget.menu ul {
  float: left;
  width: 100%;
  list-style-type: none;
}
.widget.menu ul li {
  float: left;
  width: 100%;
}
.widget.menu ul li:not(:last-child) {
  margin-bottom: 20px;
}
.widget.menu ul li a {
  float: left;
  width: 100%;
  color: #9298A5;
  font-weight: 500;
  text-transform: uppercase;
}
.widget.menu ul li a:hover, .widget.menu ul li a.active {
  color: #3A7FC1;
}
.widget.files-fixed .file {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #DDD solid;
}
.widget.files-fixed .file h3 {
  margin-bottom: 0px;
  font-size: 13px;
  color: #9298A5;
}
.widget.files-fixed .file p {
  margin-bottom: 5px;
  font-size: 12px;
  color: #9298A5;
}
.widget.files-fixed .file .btn {
  height: auto;
  padding: 2px 4px;
  font-size: 11px;
}

#page-login {
  background-color: #004F95;
}
#page-login .input, #page-login .btn {
  float: none;
}

#panel-users .user-search {
  margin-bottom: 30px;
  background-color: #ECECEC;
}
#panel-users .user-search h3 {
  text-align: center;
  color: #404040;
}
#panel-users .user-search p {
  margin-bottom: 5px;
  font-size: 16px;
  color: #9298A5;
}
#panel-users .user-search p a {
  text-decoration: underline;
}
#panel-users .user-search p i {
  margin-right: 5px;
  font-size: 18px;
}

.offer-list {
  float: left;
  width: 100%;
}
.offer-list .item {
  float: left;
  width: calc(33.33% - 20px);
  margin-bottom: 30px;
  margin-right: 30px;
}
.offer-list .item:nth-child(3n+3) {
  margin-right: 0px;
}
.offer-list .item img {
  float: left;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer-list .item .info {
  float: left;
  width: calc(100% - 100px);
  margin-left: 20px;
}
.offer-list .item .info h3 {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-size: 12px;
}
.offer-list .item .info p {
  margin-bottom: 5px;
  font-size: 13px;
}
.offer-list .item .info span {
  float: left;
  width: 100%;
  text-align: right;
  cursor: pointer;
}

.offer-detail {
  float: left;
  width: 100%;
}
.offer-detail .associate-image {
  float: left;
  width: 100%;
  padding: 10px;
  border: 1px #3A7FC1 solid;
  border-radius: 5px;
  margin-bottom: 10px;
}
.offer-detail .associate-infos {
  float: left;
  width: 100%;
  list-style-type: none;
  padding-left: 0px;
}
.offer-detail .associate-infos li {
  margin-bottom: 5px;
  font-size: 13px;
  color: #9298A5;
  word-break: break-all;
}
.offer-detail h3 {
  margin-bottom: 5px;
}
.offer-detail .infos {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.offer-detail .infos .info {
  float: left;
  margin-right: 10px;
  font-size: 13px;
  color: #9298A5;
}

.menu-dropdown {
  float: left;
  position: relative;
  width: 100%;
}
.menu-dropdown .header {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 8px;
  padding: 12px;
  border-radius: 25px;
  background-color: #3A7FC1;
  color: #FFF;
  z-index: 2;
  cursor: pointer;
}
.menu-dropdown .header i {
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all 0.2s;
}
.menu-dropdown .header.active i {
  transform: rotate(180deg);
}
.menu-dropdown ul {
  display: none;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  padding: 30px 10px 10px;
  background-color: #FFF;
  list-style-type: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  z-index: 1;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  animation: fadeInDown 0.3s both;
}
.menu-dropdown ul li {
  float: left;
  width: 100%;
}
.menu-dropdown ul li a {
  float: left;
  width: 100%;
}
.menu-dropdown ul li:not(:last-child) {
  margin-bottom: 5px;
}
.menu-dropdown ul li.border {
  padding-top: 5px;
  border-top: 1px #DDD solid;
}

#panel-reservations-create .reserve-steps {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#panel-reservations-create .reserve-steps .step {
  float: left;
  width: 33.3333%;
  padding: 8px;
  border: 1px #DDD solid;
  background-color: #ECECEC;
  font-size: 19px;
  font-weight: bold;
  color: #9298A5;
  text-align: center;
}
@media (max-width: 420px) {
  #panel-reservations-create .reserve-steps .step {
    width: 100%;
  }
}
#panel-reservations-create .reserve-steps .step:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#panel-reservations-create .reserve-steps .step:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#panel-reservations-create .reserve-steps .step:hover, #panel-reservations-create .reserve-steps .step.active {
  color: #FFF;
  background-color: #004F95;
  border-color: #004F95;
}
#panel-reservations-create .reserve-steps .step.completed {
  color: #FFF;
  background-color: #8EB6DF;
  border-color: #8EB6DF;
}
#panel-reservations-create .rooms-list .room {
  border: 2px transparent solid;
  cursor: pointer;
  position: relative;
}
#panel-reservations-create .rooms-list .room:hover, #panel-reservations-create .rooms-list .room.active {
  border-color: #3A7FC1;
}
#panel-reservations-create .rooms-list .room .info p {
  height: 105px;
  overflow: hidden;
}
#panel-reservations-create .rooms-list .room .info h3 {
  margin-bottom: 5px;
}
#panel-reservations-create .rooms-list .room .info h4 {
  margin-bottom: 5px;
  font-size: 13px;
  color: #404040;
}
#panel-reservations-create .rooms-list .room i {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 22px;
  color: #3A7FC1;
}
#panel-reservations-create .rooms-list .room.active i {
  display: block;
}
#panel-reservations-create .rooms-list .room.full {
  width: 100%;
  border-color: transparent;
  cursor: default;
}
#panel-reservations-create .calendar {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#panel-reservations-create .reservation-alert {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #67A8C7;
  color: #FFF;
  border-radius: 10px;
  font-size: 13px;
}

.topbar {
  background-color: #ECECEC;
  padding: 10px 0px;
}
.topbar .container {
  display: flex;
}
.topbar.editable {
  background-color: #3A7FC1;
}
.topbar.editable .container {
  justify-content: center;
}
.topbar.editable p {
  margin-bottom: 0px;
  font-size: 12px;
  color: #FFF;
  text-align: center;
}
.topbar.editable .btn {
  float: none;
  color: #FFF !important;
  padding: 5px 10px;
  font-size: 12px;
  margin-left: 10px;
}
@media (max-width: 420px) {
  .topbar.editable {
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .topbar.editable p {
    font-size: 10px;
  }
}
.topbar ul:first-child li {
  float: left;
  margin-left: 0px;
  margin-right: 15px;
}
.topbar a {
  color: #3A7FC1 !important;
}
.topbar a i {
  color: #3A7FC1 !important;
  padding: 0px !important;
}

@media (max-width: 420px) {
  .hide-mobile {
    display: none;
  }
}

.hide-desktop {
  display: none;
}
@media (max-width: 420px) {
  .hide-desktop {
    display: block;
  }
}

.link-more {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #9298A5;
}

.image-round {
  border-radius: 10px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pull-left {
  float: left;
}

.pull-right {
  float: left;
}

.empty-message {
  color: #8D8D9D;
  font-size: 15px;
}

.text-bold {
  text-transform: uppercase;
  font-weight: bold;
}

.mb-20 {
  margin-bottom: 20px;
}

.text-danger {
  color: #E94C4C;
}

.text-warning {
  color: #EEBD4A;
}

.text-success {
  color: #54CB68;
}

.text-info {
  color: #8EB6DF;
}

.text-grey {
  color: #9298A5;
}

.bg-danger {
  background-color: #E94C4C;
}

.bg-warning {
  background-color: #EEBD4A;
}

.bg-success {
  background-color: #54CB68;
}
