/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-block-custom/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Estilos para el frontend del bloque personalizable.
 * Optimizado para funcionar con WordPress supports (spacing, border, etc.)
 */
.sc-block-custom {
  overflow: visible;
  position: relative;
  width: 100%;
}
.sc-block-custom:not(.alignfull) {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1280px) {
  .sc-block-custom:not(.alignfull) {
    max-width: 1280px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.sc-block-custom.alignfull {
  max-width: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 1025px) and (max-width: 1440px) and (max-height: 800px) {
  .sc-block-custom .sc-block-custom__content {
    min-height: auto;
  }
  .sc-block-custom .sc-block-custom__text-content {
    margin: 0 3%;
  }
  .sc-block-custom .sc-block-custom__content-text {
    max-width: 100%;
  }
  .sc-block-custom .sc-block-custom__button-container {
    margin-top: 16px;
  }
}
@media (max-width: 1024px) {
  .sc-block-custom {
    max-width: 100%;
  }
  .sc-block-custom:not(.alignfull) {
    width: 88%;
    max-width: none;
  }
  .sc-block-custom:not(.alignfull)[style*=margin-left], .sc-block-custom:not(.alignfull)[style*=margin-right], .sc-block-custom:not(.alignfull)[style*="margin:"] {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 88% !important;
    max-width: none !important;
  }
}
.sc-block-custom__content {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
  overflow: visible;
}
.sc-block-custom__content.sc-block-custom--image-left .sc-block-custom__image-container {
  order: 1;
  align-self: flex-end;
  margin-top: -50px;
}
.sc-block-custom__content.sc-block-custom--image-left .sc-block-custom__text-content {
  order: 2;
  align-self: center;
}
.sc-block-custom__content.sc-block-custom--image-left.sc-block-custom--centered .sc-block-custom__image-container {
  margin-top: 0;
  display: flex;
  align-items: center;
  align-self: auto;
}
.sc-block-custom__content.sc-block-custom--image-left.sc-block-custom--centered .sc-block-custom__image {
  width: 100%;
  transform: none;
}
.sc-block-custom__content.sc-block-custom--image-left.sc-block-custom--protruding .sc-block-custom__image-container {
  margin-top: -50px;
}
.sc-block-custom__content.sc-block-custom--image-left.sc-block-custom--protruding .sc-block-custom__image {
  width: 100%;
}
.sc-block-custom__content.sc-block-custom--image-right .sc-block-custom__image-container {
  order: 2;
  align-self: flex-end;
  margin-top: -50px;
}
.sc-block-custom__content.sc-block-custom--image-right .sc-block-custom__text-content {
  order: 1;
  align-self: center;
}
.sc-block-custom__content.sc-block-custom--image-right.sc-block-custom--centered .sc-block-custom__image-container {
  margin-top: 0;
  display: flex;
  align-items: center;
  align-self: auto;
}
.sc-block-custom__content.sc-block-custom--image-right.sc-block-custom--centered .sc-block-custom__image {
  width: 100% !important;
  transform: none;
}
.sc-block-custom__content.sc-block-custom--no-image {
  justify-content: flex-start;
  align-items: center;
  margin: 40px 20px;
}
.sc-block-custom__content.sc-block-custom--no-image .sc-block-custom__image-container {
  display: none;
}
.sc-block-custom__content.sc-block-custom--no-image .sc-block-custom__text-content {
  max-width: 78%;
  width: 100%;
  margin: 3% 6%;
  align-self: center;
}
@media (max-width: 1024px) {
  .sc-block-custom__content {
    justify-content: center;
    align-items: center;
    min-height: clamp(250px, 30vh, 300px);
    flex-direction: column;
  }
  .sc-block-custom__content .sc-block-custom__button-container {
    order: 999;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .sc-block-custom__content.sc-block-custom--mobile-none {
    align-items: center !important;
    min-height: 300px !important;
  }
  .sc-block-custom__content.sc-block-custom--mobile-none .sc-block-custom__image-container {
    display: none !important;
  }
  .sc-block-custom__content.sc-block-custom--image-left .sc-block-custom__image-container, .sc-block-custom__content.sc-block-custom--image-right .sc-block-custom__image-container {
    display: none;
  }
  .sc-block-custom__content.sc-block-custom--image-left.sc-block-custom--mobile-top .sc-block-custom__image-container, .sc-block-custom__content.sc-block-custom--image-left.sc-block-custom--mobile-bottom .sc-block-custom__image-container, .sc-block-custom__content.sc-block-custom--image-right.sc-block-custom--mobile-top .sc-block-custom__image-container, .sc-block-custom__content.sc-block-custom--image-right.sc-block-custom--mobile-bottom .sc-block-custom__image-container {
    display: block;
  }
  .sc-block-custom__content.sc-block-custom--mobile-top {
    flex-direction: column;
    gap: clamp(16px, 3vw, 24px);
  }
  .sc-block-custom__content.sc-block-custom--mobile-top .sc-block-custom__image-container {
    display: block;
    order: 1;
    margin: 0 auto clamp(-20px, -6vw, 0px) auto;
    max-width: min(250px, 60vw);
  }
  .sc-block-custom__content.sc-block-custom--mobile-top .sc-block-custom__text-content {
    order: 2;
    margin: 0 3%;
    text-align: left;
  }
  .sc-block-custom__content.sc-block-custom--mobile-top .sc-block-custom__button-container {
    order: 3;
  }
  .sc-block-custom__content.sc-block-custom--mobile-bottom {
    flex-direction: column;
  }
  .sc-block-custom__content.sc-block-custom--mobile-bottom .sc-block-custom__text-content {
    order: 1;
    margin: 0 3%;
    text-align: left;
  }
  .sc-block-custom__content.sc-block-custom--mobile-bottom .sc-block-custom__image-container {
    display: block;
    order: 2;
    margin: 20px auto 0 auto;
    max-width: 250px;
  }
  .sc-block-custom__content.sc-block-custom--mobile-bottom .sc-block-custom__button-container {
    order: 3;
  }
  .sc-block-custom__content.sc-block-custom--mobile-none {
    align-items: center !important;
    min-height: 300px !important;
  }
  .sc-block-custom__content.sc-block-custom--mobile-none .sc-block-custom__image-container {
    display: none;
  }
  .sc-block-custom__content .sc-block-custom__text-content {
    margin: 3% 3%;
    text-align: left;
    max-width: 100%;
    width: 100%;
    align-self: center;
  }
  .sc-block-custom__content .sc-block-custom__button-container {
    order: 999 !important;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .sc-block-custom__content.sc-block-custom--no-image {
    justify-content: center;
  }
  .sc-block-custom__content.sc-block-custom--no-image .sc-block-custom__text-content {
    text-align: left;
    max-width: 90%;
    order: 1;
  }
  .sc-block-custom__content.sc-block-custom--no-image .sc-block-custom__button-container {
    order: 999;
  }
}
@media (max-width: 768px) {
  .sc-block-custom__content {
    flex-direction: column;
    gap: 24px;
    padding: 3% 3% 0 3%;
    justify-content: center;
    align-items: center;
    min-height: 150px;
  }
  .sc-block-custom__content .sc-block-custom__image-container,
  .sc-block-custom__content .sc-block-custom__text-content {
    order: initial;
  }
  .sc-block-custom__content .sc-block-custom__button-container {
    order: 999;
    margin-top: 20px;
    width: 100%;
  }
  .sc-block-custom__content.sc-block-custom--mobile-top .sc-block-custom__image-container {
    display: block;
    order: 1;
    width: auto;
  }
  .sc-block-custom__content.sc-block-custom--mobile-top .sc-block-custom__image-container .sc-block-custom__image {
    width: 100%;
    margin-top: 0;
  }
  .sc-block-custom__content.sc-block-custom--mobile-top .sc-block-custom__text-content {
    order: 2;
  }
  .sc-block-custom__content.sc-block-custom--mobile-top .sc-block-custom__button-container {
    order: 3;
  }
  .sc-block-custom__content.sc-block-custom--mobile-bottom .sc-block-custom__text-content {
    order: 1;
  }
  .sc-block-custom__content.sc-block-custom--mobile-bottom .sc-block-custom__image-container {
    display: block;
    order: 2;
    margin: 15px auto 0 auto;
    width: auto;
  }
  .sc-block-custom__content.sc-block-custom--mobile-bottom .sc-block-custom__image-container .sc-block-custom__image {
    width: 100%;
    margin-top: 0;
  }
  .sc-block-custom__content.sc-block-custom--mobile-bottom .sc-block-custom__button-container {
    order: 3;
  }
  .sc-block-custom__content .sc-block-custom__text-content {
    margin: 0 auto !important;
    max-width: 100%;
    width: 100%;
    text-align: left;
    align-self: center;
  }
  .sc-block-custom__content .sc-block-custom__button-container {
    order: 999 !important;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .sc-block-custom__content.sc-block-custom--no-image .sc-block-custom__text-content {
    text-align: left;
    max-width: 95%;
    order: 1;
  }
  .sc-block-custom__content.sc-block-custom--no-image .sc-block-custom__button-container {
    order: 999;
  }
}
.sc-block-custom__image-container {
  flex: 0 0 auto;
  max-width: min(370px, 45vw);
  margin: 0 clamp(2%, 4vw, 4%) 0 clamp(2%, 4vw, 4%);
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .sc-block-custom__image-container {
    max-width: min(200px, 70vw);
    width: 100%;
    margin: 0 auto;
  }
}
.sc-block-custom__image {
  width: 100%;
  height: auto;
  border-radius: clamp(8px, 2vw, 12px);
  z-index: 2;
  display: block;
  transform: none;
}
.sc-block-custom__image.outline-blue, .sc-block-custom__image.outline-green, .sc-block-custom__image.outline-gray {
  border: none;
}
.sc-block-custom__content.sc-block-custom--centered .sc-block-custom__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: none;
}
.sc-block-custom__text-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 4%;
}
@media (min-width: 1025px) {
  .sc-block-custom__content.sc-block-custom--with-image .sc-block-custom__text-content {
    margin: 0;
    max-width: 100%;
  }
}
.sc-block-custom__description {
  line-height: 1.2;
  color: #706F6F;
}
.sc-block-custom__content-text {
  line-height: 1.6;
  max-width: 85%;
  color: var(--content-color, #706F6F);
}
@media (max-width: 1024px) {
  .sc-block-custom__content-text {
    max-width: 100%;
  }
}
.sc-block-custom__content-text p {
  margin-bottom: 16px;
}
.sc-block-custom__content-text p:last-child {
  margin-bottom: 0;
}
.sc-block-custom__content-text ul, .sc-block-custom__content-text ol {
  margin: 16px 0;
  padding-left: 24px;
}
.sc-block-custom__content-text li {
  margin-bottom: 8px;
}
.sc-block-custom__content-text a {
  color: var(--link-color, #00369C);
  text-decoration: none;
  font-weight: 500;
}
.sc-block-custom__content-text a:hover {
  text-decoration: underline;
}
.sc-block-custom__content-text strong {
  font-weight: 700;
  color: #2C2A29;
}
.sc-block-custom__content-text em {
  font-style: italic;
}
.sc-block-custom__custom-lists {
  margin-top: 2px;
}
@media (max-width: 1024px) {
  .sc-block-custom__custom-lists {
    max-width: 100%;
  }
}
.sc-block-custom__custom-lists ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.sc-block-custom__custom-lists li {
  position: relative;
  text-align: initial;
  padding-left: 30px;
  margin-bottom: 7px;
  color: var(--content-color, #706F6F);
}
.sc-block-custom__custom-lists li::before {
  position: absolute;
  left: 0;
  font-weight: bold;
}
.sc-block-custom__custom-lists.list-style-colored li::before {
  content: "•";
  color: var(--accent-color, #00369C);
}
.sc-block-custom__custom-lists.list-style-check li::before {
  content: "✓";
  color: var(--accent-color, #28a745);
}
.sc-block-custom__custom-lists.list-style-arrow li::before {
  content: "→";
  color: var(--accent-color, #00369C);
}
.sc-block-custom__custom-lists.list-style-custom li::before {
  content: "";
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: text-top;
  margin-top: 1px;
}
.sc-block-custom__custom-lists.list-style-custom.list-mode-global li::before {
  background-image: var(--custom-icon-image, none);
}
.sc-block-custom__custom-lists.list-style-custom.list-mode-individual li::before {
  background-image: var(--item-custom-image, none);
}
.sc-block-custom__custom-lists.list-style-custom:not(.list-mode-global):not(.list-mode-individual) li::before {
  background-image: var(--custom-icon-image, none);
}
.sc-block-custom__custom-lists.list-style-custom.list-mode-global:not([style*="--custom-icon-image"]) li::before, .sc-block-custom__custom-lists.list-style-custom.list-mode-global[style*="--custom-icon-image: none"] li::before, .sc-block-custom__custom-lists.list-style-custom.list-mode-individual li:not([style*="--item-custom-image"])::before, .sc-block-custom__custom-lists.list-style-custom.list-mode-individual li[style*="--item-custom-image: none"]::before, .sc-block-custom__custom-lists.list-style-custom:not(.list-mode-global):not(.list-mode-individual):not([style*="--custom-icon-image"]) li::before {
  content: "🖼️";
  background-image: none;
  color: var(--accent-color, #00369C);
  width: auto;
  height: auto;
  margin-top: 0;
  background-size: auto;
}
.sc-block-custom__button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  transition: all 0.2s ease;
  cursor: pointer;
  text-align: center;
  min-width: 140px;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .sc-block-custom__button {
    font-size: 13px;
    padding: 10px 18px;
    min-width: 120px;
    margin-bottom: 14px;
  }
}
@media (max-width: 1024px) {
  .sc-block-custom__button {
    font-size: 14px;
    width: 90% !important;
    margin-bottom: 14px;
  }
}
.sc-block-custom__button:hover {
  opacity: 0.8;
}
.sc-block-custom__button:active {
  transform: translateY(0);
}
.sc-block-custom__button-container {
  margin-top: 24px;
  display: block;
  text-align: center;
}
@media (min-width: 1025px) {
  .sc-block-custom__button-container {
    display: block;
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .sc-block-custom__button-container {
    order: 999 !important;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .sc-block-custom__button-container {
    margin-top: 20px;
  }
}
.sc-block-custom__button-desktop {
  display: none;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  margin-left: auto;
}
.sc-block-custom__button-desktop .sc-block-custom__button {
  margin-left: auto;
}
@media (min-width: 1025px) {
  .sc-block-custom__content.sc-block-custom--with-button .sc-block-custom__text-content {
    flex: 1;
  }
}
@media (max-width: 1024px) {
  .sc-block-custom__content.sc-block-custom--with-button .sc-block-custom__button-container {
    margin-top: 24px !important;
  }
}
.sc-block-custom__description a, .sc-block-custom__content-text a {
  color: var(--link-color, inherit);
}
.sc-block-custom__description a:hover, .sc-block-custom__content-text a:hover {
  color: var(--link-color, inherit);
  opacity: 0.8;
}
.sc-block-custom__description a:visited, .sc-block-custom__content-text a:visited {
  color: var(--link-color, inherit);
}

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