.bb-seccion-respa {
  overflow: hidden;
  margin-top:30px;
}

.bb-seccion-respa .container {
 
    max-width: 1118px;
   
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;

  
   
}

.bb-seccion-respa__layout {
  display: flex;
  width: 100%;
}

@media (max-width: 991.98px) {
  .bb-seccion-respa__layout {
    flex-direction: column;
  }
}

.bb-seccion-respa__content {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding:48px;

  @media(max-width: 767px) {
    padding-top: 87px;
  }

 
}

.title-sub{
  display: flex;
  flex-direction: column;
  gap: 12px;
}



.bb-seccion-respa__title {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 55px;
  font-family: 'Poppins', sans-serif;
 
}

.bb-seccion-respa__subtitle {
  color: rgb(255 255 255 / 92%);
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
}

.bb-seccion-respa__items {
  display: flex;
  gap:24px;

}

.bb-seccion-respa__item {
  
  background: rgb(255 255 255 / 18%);
  backdrop-filter: blur(2px);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 8px;
  max-width: 256px;
  width: 100%;
}

.bb-seccion-respa__item-image {
  display: flex;
}

.bb-seccion-respa__item-image img {
  display: block;
  height: 45px;
  object-fit: contain;
  width: 45px;
}

.bb-seccion-respa__item-text {
  color: #fff;
  margin: 0;
}



.bb-seccion-respa__cta .btn {
  display: inline-block;
  background: #fff;
  border: 0;
  border-radius: 999px;
  color: #111;
  font-weight: 500;
  padding: 12px 24px;
  transition: all 0.3s ease-in-out;
}

.bb-seccion-respa__cta .btn:hover {
  background: #2E6A4F;
  color: #fff;
}

.bb-seccion-respa__visual {
  flex: 0 0 317px;
  min-height: 260px;
  position: relative;
  width: 317px;
}

@media (max-width: 991.98px) {
  .bb-seccion-respa__visual {
    flex-basis: auto;
    width: 100%;
  }
}

.bb-seccion-respa__bg-image {
  display: block;
  
  object-fit: cover;
  width: 100%;
  height: 100%;
 
}

.bb-seccion-respa__respa-image {
  max-width: min(88%, 300px);
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

@media (min-width: 768px) {
  .bb-seccion-respa__respa-image {
    right: 75px;
  }
}

@media (max-width: 991.98px) {
  .bb-seccion-respa__visual {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 220px;
    order: -1;
  }

  .bb-seccion-respa__bg-image {
    height: 220px;
    min-height: 220px;
    width: 100%;
  }

  .bb-seccion-respa__respa-image {
    left: 50%;
    max-width: min(72%, 250px);
    right: auto;
    top: 68%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }

  .bb-seccion-respa__items {
    flex-direction: column;
  }

  .bb-seccion-respa__item {
    max-width: none;
  }

  .bb-seccion-respa__cta .btn {
    display: block;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .bb-seccion-respa__items {
    flex-direction: column;
  }

  .bb-seccion-respa__item {
    max-width: none;
  }

  .bb-seccion-respa__visual {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 220px;
    order: -1;
  }

  .bb-seccion-respa__respa-image {
    left: 50%;
    max-width: min(72%, 280px);
    right: auto;
    top: 68%;
    transform: translate(-50%, -50%);
  }

  .bb-seccion-respa__cta .btn {
    display: block;
    text-align: center;
    width: 100%;
  }
}

.bb-seccion-respa__bottom {
  align-items: center;
  background: #D9E7E0;
  column-gap: 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  
  padding: 20px 24px;
}

.bb-seccion-respa__bottom-text {
  color: #111;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}

.bb-seccion-respa__bottom-image img {
  display: block;
  height: auto;
  max-height: 72px;
  max-width: 100%;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .bb-seccion-respa__bottom {
    gap: 16px;
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .bb-seccion-respa__bottom-image img {
    width: 100%;
  }
}
