/*-- /banner_benf --*/
.encabezado{
line-height: 0px;
}
.banner-benf {
  position: relative;
  padding: 110px 0;
  background-position: center center; }
  .banner-benf .container {
    position: relative; }

.bg-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 50%; }

.banner-benf-2, .banner-benf-3, .no-bg {
  padding-top: 60px;
  padding-bottom: 30px; }

.no-bg {
  background: radial-gradient(white 30%, #e7e8e9 70%); }

.container-small {
  position: relative;
  width: 100%;
  max-width: 950px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }

.banner_benf_title--lg {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.1em;
  margin-top: 20px;
  margin-bottom: 30px; }

.banner_benf_title {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 800; }

.banner_benf_title--2 {
  line-height: 1.06em;
  margin-bottom: 0; }

.banner_benf_p {
  font-size: 15px;
  font-size: 0.938rem; }

.btn_banner_benf {
  min-width: 330px; }

.banner-info-finc {
  position: relative;
  padding: 0 15px;
  margin: 60px -15px -35px -15px;
  background-color: white; }

.item_info_finc {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #595959; }

.button-down {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 18px;
  margin: auto;
  border: none;
  background-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .button-down:hover {
    bottom: 10px; }

/*-- /RESPONSIVE --*/
@media (max-width: 480px) {
  .banner-benf .btnPrincipal {
    max-width: inherit; }
  .banner_benf_title--2 {
    margin-bottom: 15px; }
  .banner-info-finc {
    width: calc(100% + 30px); }
  .bg-banner {
    -webkit-filter: blur(1px) opacity(0.2); } }

@media (min-width: 768px) {
  /*-- /Banner_benf --*/
  .banner-benf {
    padding: 120px 0 70px 0;
    min-height: 450px; }
  .banner-benf-2 {
    padding-top: 95px;
    padding-bottom: 75px; }
  .banner-benf-3 {
    padding-top: 140px;
    padding-bottom: 160px; }
  .no-bg {
    padding-top: 80px;
    padding-bottom: 160px; }
  .banner_benf_title--lg {
    font-size: 50px;
    font-size: 3.125em; }
  .banner_benf_title {
    margin-bottom: 20px;
    font-size: 40px; }
  .banner_benf_title--2 {
    margin: 0; }
  .banner-info-finc {
    position: absolute;
    margin: 0;
    left: 0;
    bottom: -140px;
    background-color: transparent; }
  .item_info_finc {
    width: auto;
    padding: 15px 10px 0 0;
    border-top: 1px solid #595959;
    border-bottom: none;
    margin-right: 30px; }
    .item_info_finc:last-of-type {
      margin-right: 0; }
  .btn_banner_benf {
    padding: 10px 24px 10px 44px; }
    .btn_banner_benf i {
      left: 20px; }
  .button-down {
    display: block; } }

@media (min-width: 992px) {
  /*-- /Banner-finc --*/
  .banner-benf-2 .button-down, .banner-benf-3 .button-down {
    display: noneblock; }
  .banner_benf_title--lg {
    font-size: 90px;
    font-size: 5.625rem;
    line-height: 0.9em; } }
