* {
  margin: 0;
  padding: 0; }

a:hover {
  text-decoration: none; }

.form-control:focus, .form-control:hover, .form-control:active, a:focus, a:hover, a:active, button:focus, button:hover, button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  outline: 0; }

.btn-ethus {
  color: #ffffff;
  background-color: #3497d8;
  border-color: #3497d8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .btn-ethus i {
    color: #3497d8; }
  .btn-ethus:hover {
    color: #ffffff;
    background-color: #1b4992;
    border-color: #1b4992; }
    .btn-ethus:hover i {
      color: #ffffff; }

.btn-outline-ethus {
  color: #3497d8;
  border-color: #3497d8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .btn-outline-ethus i {
    color: #3497d8; }
  .btn-outline-ethus:hover {
    color: #ffffff;
    background-color: #1b4992;
    border-color: #1b4992; }
    .btn-outline-ethus:hover i {
      color: #ffffff; }

.section-header {
  width: 100%;
  float: left; }

.bg-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 630px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.filter-banner {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.36);
  width: 100%;
  height: 100%;
  z-index: 0; }

.hr-grand {
  margin: 5rem 0; }

.object-group-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }

.bg-jumbotron {
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
  background: url("/img/imagens/pexels-photo-2096578.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }

.border-left-blue {
  border-left: 3px solid #3497d8;
  padding-left: 15px; }

.z-index-1 {
  z-index: 1; }

.jumbotron-filter {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  left: 0;
  top: 0; }

.btn-footer-link:hover {
  color: #3497d8 !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }

.btn-footer-sociais {
  font-size: 20px;
  width: 30px;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #e6e6e6;
  padding: 5px;
  border-radius: 5px; }
  .btn-footer-sociais:hover {
    background-color: #3497d8;
    color: #ffffff !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }

/*# sourceMappingURL=bootstrap-studio-style.css.map */
