/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/sc-button-content/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.sc-button-content {
  top: 0px;
  justify-content: center;
  display: flex;
  z-index: 30;
  left: 0;
  right: 0;
  pointer-events: none;
}
.sc-button-content__mobile-cta {
  display: none;
}
@media (max-width: 991px) {
  .sc-button-content__mobile-cta {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: linear-gradient(to bottom, transparent, #fff 60%);
    padding: 28px 30px 12px;
    gap: 12px;
    pointer-events: auto;
    justify-content: space-between;
  }
}
.sc-button-content__floating-button {
  display: none;
  pointer-events: auto;
}
@media (min-width: 992px) {
  .sc-button-content__floating-button {
    display: block;
    position: fixed;
    top: 59%;
    right: 0px;
    z-index: 45;
  }
}
.sc-button-content__floating-button__button {
  border-radius: 999px 0px 0px 999px !important;
}
.sc-button-content__pay-button {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: center;
  width: 129px;
  background-color: var(--wp--preset--color--orange);
  color: var(--wp--preset--color--white);
  border-radius: 25px;
  height: 44px;
  cursor: pointer;
  pointer-events: auto;
}
.sc-button-content__pay-button__image {
  width: 27px;
  height: 28px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sc-button-content__pay-button__text {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  color: white;
}
.sc-button-content__whatsapp-button {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: fixed;
  background-color: #D7FAD1;
  color: var(--wp--preset--color--white);
  right: 24px;
  bottom: 24px;
  border-radius: 16px;
  z-index: 40;
  width: 56px;
  height: 56px;
  cursor: pointer;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.0901960784);
  pointer-events: auto;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 1024px) {
  .sc-button-content__whatsapp-button {
    width: 51px;
    height: 51px;
    right: 16px;
    bottom: 20px;
  }
}
@media (max-width: 991px) {
  .sc-button-content__whatsapp-button {
    width: 51px;
    height: 51px;
    right: 16px;
    bottom: 70px;
  }
}
.sc-button-content__whatsapp-button__image {
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.sc-button-content__solicitud-button {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: center;
  width: 151px;
  background-color: #53E840;
  color: var(--wp--preset--color--white);
  border-radius: 25px;
  height: 44px;
  cursor: pointer;
  pointer-events: auto;
}
.sc-button-content__solicitud-button__text {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  color: #093304;
}

.sc-button-content__whatsapp-button:hover {
  background-color: #B6F9AD;
}

.sc-button-content__mobile-cta .sc-button-content__solicitud-button {
  background-color: #53E840;
  color: var(--wp--preset--color--white);
  width: -moz-fit-content;
  width: fit-content;
  min-width: 151px;
  max-width: calc(100% - 141px);
  padding-left: 16px;
  padding-right: 16px;
}

.sc-button-content__mobile-cta .sc-button-content__solicitud-button:hover {
  background-color: #61F64E;
}

.sc-button-content__mobile-cta .sc-button-content__solicitud-button .sc-button-content__solicitud-button__text {
  color: #093304;
  white-space: nowrap;
}

/*# sourceMappingURL=style-index.css.map*/