.modal-bud .modal-content {
  background-color: #f1f4ff;
  background-image: url("../assets/images/Hero_servicios.png");
  background-position-x: right;
  background-position-y: center;
}
.modal-bud .modal-header {
  border-bottom: none;
}
.modal-bud .modal-body {
  padding: 10px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal-bud .modal-body .image-modal {
  width: auto;
  height: 150px;
}
.modal-bud .modal-body .image-modal img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-bud .modal-body .wrap-container-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal-bud .modal-body .ttl-modal {
  font-family: "onestBold";
  font-size: 28px;
  line-height: 38px;
  color: #000032;
  text-align: center;
  max-width: 80%;
}
.modal-bud .modal-body .desc-modal {
  text-align: center;
}
.modal-bud .modal-body .btn-action-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-bud .modal-body .btn-action-wrap a {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: onest;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.32px;
  text-decoration: none;
  padding: 20px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 0.375rem;
}
@media (min-width: 1200px) {
  .modal-bud .modal-body .btn-action-wrap a {
    display: inline-block;
    padding: 16px 15px;
    font-size: 14px;
    width: calc((100% - 16px) / 2);
  }
}
@media (min-width: 1600px) {
  .modal-bud .modal-body .btn-action-wrap a {
    padding: 16px 20px;
  }
}
.modal-bud .modal-body .btn-action-wrap a.cta-primary {
  background-color: #0a4ce7;
  color: #ffffff;
}
.modal-bud .modal-body .btn-action-wrap a.cta-primary:hover {
  background-color: #0071FF;
}
.modal-bud .modal-body .btn-action-wrap a.cta-secondary {
  background-color: #05cddd;
  color: #000032;
}
.modal-bud .modal-body .btn-action-wrap a.cta-secondary:hover {
  background-color: #4cd9e7;
}