.parallax-container .section {
  width: 100%;
}

.banner-full-home {
  width: 100%;
  max-width: 1440px;
  margin-top: 20px;
}

.banner-full-home img {
  width: 100%;
}

.section-banners {
  margin-top: 60px;
}

.banner-index img {
  width: 100%;
}

.la-bestia {
  margin-top: 120px;
  display: none;
}

.show-on-small {
  display: none;
}

.col-social-share {
  border-bottom: dotted 1px #CCC;
  padding-bottom: 10px !important;
}

.social-share {
  float: right;
  margin-top: 25px;
}

.social-share a img {
  margin-left: 5px;
  width: 35px
}

.show-mobile {
  visibility: hidden;
}

.modal-overlay {
  opacity: 0.9 !important;
  background: #001B35 !important;
}

@media only screen and (max-width: 993px) {
  .banner-full-home img {
    width: 80% !important;
    margin-left: 10% !important;
  }

  .banner-index {
    margin-bottom: 11px;
  }
}

@media only screen and (max-width: 600px) {
  #seja-socio {
    display: none!important;
  }  
}

.btn:focus,
.btn-large:focus,
.btn-floating:focus {
  background-color: #005ba2;
  color: #FFF;
}

#seja-socio {
  position: fixed;
  bottom: -6px;
  right: 0px;
  z-index: 999;
  max-width: 306px;
}

#seja-socio .fechar-socio {
  position: absolute;
  right: 5px;
  width: 16px;
  cursor: pointer;
}


/* MICRO FRAMEWORK */

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

#seja-socio-mobile {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color:rgb(4, 39, 71);
  border-top: 3px solid #005ba2;
  border-bottom: 3px solid #005ba2;
  min-height: 75px;
  z-index: 99999;
}

#seja-socio-mobile p {
  color: #FFF;
  margin: 0;
}

#seja-socio-mobile .fechar-socio-mobile {
  width: 22px;
  position: absolute;
  right: 15px;
  top: 22px;
}

#seja-socio-mobile .texto-banner-mobile {
  font-size: 25px;
  width: 40%;
  text-align: center;
  line-height: 25px;
  position: absolute;
  left: 35%;
  top: 10px;
}