:root {
  --width: 100vw;
  --full-width: 100vw;
  --magic-number: 0.05719;
  --skew-padding: calc(var(--width) * var(--magic-number));
  --clip-padding: calc(var(--full-width) * var(--magic-number));
}
@media (min-width: 42em) {
  :root {
    --width: 42rem;
  }
}
@media (min-width: 992px) {
  :root {
    --angle: -4deg;
  }
}
@media (max-width: 992px) {
  :root {
    --angle: -8deg;
  }
}
::-webkit-scrollbar{
  /*display:none;*/
}

.diagonal-box {
  position: relative;
  padding: var(--skew-padding) 0;
  margin-top: -1px;
}
.diagonal-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: skewy(var(--angle));
  transform-origin: 50% 0;
  outline: 1px solid rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  z-index: -3;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader .logo {
  height: 250px;
  animation: pulseLogo 2s linear infinite;
}

@keyframes pulseLogo {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.bclip-azul-wenia:before,
.bclip-ultravioleta:before {
  background-color: #4666ff;
}
.bclip-success:before {
  background-color: #00c389;
}
.bclip-violeta-orquidea:before,
.bclip-violeta:before {
  background-color: #9063cd;
}
.bclip-azul-caribe:before,
.bclip-azulelectrico:before {
  background-color: #59cbe8;
}
.bclip-blanco:before,
.bclip-white:before {
  background-color: #fff;
}
.bclip-gris:before {
  background-color: #f4f4f4;
}
.bclip-grisclaro:before {
  background-color: #e5e5e5;
}
.bclip-verde-menta:before {
  background-color: #b0f2ae;
}
.bclip-azul-cielo:before {
  background-color: #99d1fc;
}
.bclip-verde-selva:before {
  background-color: #00825a;
}
.bclip-verde-lima:before {
  background-color: #dfff61;
}
.bclip-negro:before {
  background-color: #2c2a29;
}
.bclip-new-blanco:before {
  background-color: #fafafa;
}
.content {
  position: relative;
}
.bg-azul-wenia,
.bg-ultravioleta {
  background-color: #4666ff;
}
.bg-success {
  background-color: #00c389;
}
.bg-success-400{
  background-color: #3D9E81;
}
.bg-glitter{
  opacity: 10%;
}
.bg-violeta-orquidea,
.bg-violeta {
  background-color: #9063cd;
}
.bg-azul-caribe,
.bg-azulelectrico {
  background-color: #59cbe8;
}
.bg-verde-lima-blanco{
  background-color: #FDFFF2;
}
.bg-blanco,
.bg-white {
  background-color: #fff;
}
.bg-gris {
  background-color: #f4f4f4;
}
.bg-gris-claro {
  background-color: #e5e5e5;
}
.bg-verde-menta {
  background-color: #b0f2ae;
}
.bg-azul-cielo {
  background-color: #99d1fc;
}
.bg-verde-selva {
  background-color: #00825a;
}
.bg-verde-lima {
  background-color: #dfff61;
}
.bg-negro {
  background-color: #2c2a29;
}
.bg-new-blanco {
  background-color: #fafafa;
}
.text-verde-menta {
  color: #b0f2ae;
}
.text-azul-cielo {
  color: #99d1fc;
}
.text-verde-selva {
  color: #00825a;
}
.text-verde-lima {
  color: #dfff61;
}
.text-negro {
  color: #2c2a29;
}
.text-new-blanco {
  color: #fafafa;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "CIBFontSans Bold";
}
p,
li,
a,
div {
  font-family: "Open Sans";
}
.button {
  font-family: "CIBFontSans Bold";
  font-size: 18px;
  line-height: 20px;
  border-radius: 100px;
  border: none;
  letter-spacing: -0.3px;
  cursor: pointer;
  text-decoration: none;
  display: initial;
  width: fit-content;
  text-decoration: none;
  -webkit-appearance: auto !important;
}
.button:hover,
.button:focus {
  text-decoration: none;
  box-shadow: none;
}
.button-white,
.button-blanco {
  background: #fff;
  color: #4666ff;
  padding: 9px 20px 8px;
}
.button-ultravioleta,
.button-azul-wenia {
  background: #4666ff;
  color: #fff;
  padding: 9px 20px 8px;
}
.button-azulelectrico,
.button-azul-caribe {
  background: #4666ff;
  color: #fff;
  padding: 9px 20px 8px;
}
.button-vacio {
  font-family: "Open Sans";
  background-color: rgba(0, 0, 0, 0);
  color: #2c2a29;
}
.button-blanco2 {
  background: #fff;
  color: #2c2a29;
  border: 1px solid #2c2a29;
  padding: 9px 20px 8px;
}
.button-negro {
  font-family: "CIBFontSans Bold";
  background-color: #2c2a29;
  color: #dfff61;
}
.button-negro:hover {
  background-color: #464646;
  color: #dfff61;
}
.button-negro:active {
  background-color: #616161;
  color: #dfff61;
}
.button-negro:disabled {
  background: #cacaca;
  color: #969696;
}
.button-verde-lima {
  font-family: "Open Sans";
  background-color: #dfff61;
  color: #2c2a29;
}
.button-verde-menta {
  font-family: "CIBFontSans Bold";
  background-color: #b0f2ae;
  color: #2c2a29;
}
.button-verde-menta:hover {
  background-color: #72c571;
  color: #2c2a29 !important;
}
.button-verde-menta:active {
  background-color: #393;
  color: #2c2a29 !important;
}
.button-verde-menta:disabled {
  background: #cacaca;
  color: #969696;
}
.button-sesion {
  width: 100%;
  justify-content: center;
  color: #4666ff;
  border: 1px solid #4666ff;
  background-color: rgba(0, 0, 0, 0);
}
.button-historia {
  padding: 9px 20px 8px;
  justify-content: center;
  color: #2c2a29;
  border: 1px solid #2c2a29;
  background-color: rgba(0, 0, 0, 0);
}
.button:hover {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 6px rgba(0, 0, 0, 0.15);
}
.button-small {
  padding: 8px 16px;
}
.button-medium {
  padding: 12px 24px;
}
.button-big {
  padding: 16px 32px;
}
.button-arrow-end::after {
  font-family: "icons", "Font Icon Regular";
  content: "";
  padding-left: 10px;
  vertical-align: middle;
}
.button-arrow-start::before {
  font-family: "icons", "Font Icon Regular";
  content: "";
  padding-right: 10px;
  vertical-align: middle;
}
.button-disable {
  background-color: #cacaca;
  color: #616161;
  pointer-events: none;
}
.button-primary-light {
  background-color: #b0f2ae;
  color: #2c2a29;
}
.button-primary-light:hover {
  background-color: #72c571;
  color: #2c2a29;
  text-decoration: none;
}
.button-primary-light:active,
.button-primary-light:focus {
  background-color: #060;
  color: #fafafa;
  text-decoration: none;
}
.button-primary-light-disable {
  background-color: #cacaca;
  color: #616161;
  pointer-events: none;
  text-decoration: none;
}
.button-primary-dark {
  background-color: #2c2a29;
  color: #dfff61;
  text-decoration: none;
}
.button-primary-dark:hover {
  background-color: #464646;
  color: #dfff61;
  text-decoration: none;
}
.button-primary-dark:active,
.button-primary-dark:focus {
  background-color: #616161;
  color: #dfff61;
  text-decoration: none;
}
.button-primary-dark-disable {
  background-color: #cacaca;
  color: #616161;
  pointer-events: none;
  text-decoration: none;
}
.button-secondary-light {
  background-color: rgba(0, 0, 0, 0);
  color: #2c2a29;
  border: 1px solid #2c2a29;
  text-decoration: none;
}
.button-secondary-light:active,
.button-secondary-light:focus {
  background-color: #d8f9d7;
  text-decoration: none;
}
.button-secondary-light-disable {
  border: 1px solid #616161;
  background-color: #f2f2f2;
  color: #616161;
  text-decoration: none;
  pointer-events: none;
}
.button-secondary-dark {
  background-color: rgba(0, 0, 0, 0);
  color: #dfff61;
  text-decoration: none;
  border: 1px solid #dfff61;
}
.button-secondary-dark:hover {
  color: #b3cc4e;
  border: 1px solid #b3cc4e;
  text-decoration: none;
}
.button-secondary-dark:active,
.button-secondary-dark:focus {
  color: #6f7e30;
  border: 1px solid #6f7e30;
  text-decoration: none;
}
.button-secondary-dark-disable {
  border: 1px solid #616161;
  color: #616161;
  pointer-events: none;
  text-decoration: none;
}
.button-tertiary {
  background-color: #dfff61;
  text-decoration: none;
  color: #2c2a29;
}
.button-tertiary:hover {
  background-color: #b3cc4e;
  text-decoration: none;
}
.button-tertiary:active,
.button-tertiary:focus {
  background-color: #6f7e30;
  text-decoration: none;
  color: #fafafa;
}
.button-tertiary-disable {
  background-color: #cacaca;
  text-decoration: none;
  color: #616161;
  pointer-events: none;
}
.ww-button {
  cursor: pointer;
  font-family: "CIBFontSans Light";
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.3px;
  border-radius: 100px;
  text-decoration: none;
  -webkit-appearance: auto !important;
  user-select: none;
}
.ww-button:hover {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 6px rgba(0, 0, 0, 0.15);
}
.ww-button-small {
  padding: 8px 16px;
}
.ww-button-medium {
  padding: 12px 24px;
}
.ww-button-big {
  padding: 16px 32px;
}
.ww-button-arrow-end::after {
  font-family: "icons", "Font Icon Regular";
  content: "";
  padding-left: 10px;
  vertical-align: middle;
}
.ww-button-arrow-start::before {
  font-family: "icons", "Font Icon Regular";
  content: "";
  padding-right: 10px;
  vertical-align: middle;
}
.ww-button-disable {
  background-color: #cacaca;
  color: #616161;
  pointer-events: none;
}
.ww-button-primary-light {
  background-color: #b0f2ae;
  color: #2c2a29;
}
.ww-button-primary-light:hover {
  background-color: #72c571;
  color: #2c2a29;
  text-decoration: none;
}
.ww-button-primary-light:active,
.ww-button-primary-light:focus {
  background-color: #060;
  color: #fafafa;
  text-decoration: none;
}
.ww-button-primary-light-disable {
  background-color: #cacaca;
  color: #616161;
  pointer-events: none;
  text-decoration: none;
}
.ww-button-primary-dark {
  background-color: #2c2a29;
  color: #dfff61;
  text-decoration: none;
}
.ww-button-primary-dark:hover {
  background-color: #464646;
  color: #dfff61;
  text-decoration: none;
}
.ww-button-primary-dark:active,
.ww-button-primary-dark:focus {
  background-color: #616161;
  color: #dfff61;
  text-decoration: none;
}
.ww-button-primary-dark-disable {
  background-color: #cacaca;
  color: #616161;
  pointer-events: none !important;
  text-decoration: none;
}
.ww-button-secondary-light {
  background-color: rgba(0, 0, 0, 0);
  color: #2c2a29;
  border: 1px solid #2c2a29;
  text-decoration: none;
}
.ww-button-secondary-light:active,
.ww-button-secondary-light:focus {
  background-color: #d8f9d7 !important;
  text-decoration: none !important;
}
.ww-button-secondary-light-disable {
  border: 1px solid #616161;
  background-color: #f2f2f2;
  color: #616161;
  text-decoration: none;
  pointer-events: none;
}
.ww-button-secondary-dark {
  background-color: rgba(0, 0, 0, 0);
  color: #dfff61;
  text-decoration: none;
  border: 1px solid #dfff61;
}
.ww-button-secondary-dark:hover {
  color: #b3cc4e;
  border: 1px solid #b3cc4e;
  text-decoration: none;
}
.ww-button-secondary-dark:active,
.ww-button-secondary-dark:focus {
  color: #6f7e30;
  border: 1px solid #6f7e30;
  text-decoration: none;
}
.ww-button-secondary-dark-disable {
  border: 1px solid #616161;
  color: #616161;
  pointer-events: none;
  text-decoration: none;
}
.ww-button-tertiary {
  background-color: #dfff61;
  text-decoration: none;
  color: #2c2a29;
}
.ww-button-tertiary:hover {
  background-color: #b3cc4e;
  text-decoration: none;
}
.ww-button-tertiary:active,
.ww-button-tertiary:focus {
  background-color: #6f7e30;
  text-decoration: none;
  color: #fafafa;
}
.ww-button-tertiary-disable {
  background-color: #cacaca;
  text-decoration: none;
  color: #616161;
  pointer-events: none;
}
.ww-link {
  cursor: pointer;
  font-family: "Open Sans Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  text-decoration-line: underline;
  -webkit-appearance: auto;
  user-select: none;
  box-shadow: none;
  color: #2c2a29;
}
.ww-link-arrow-end::after {
  font-family: "icons", "Font Icon Regular";
  content: "";
  padding-left: 10px;
  vertical-align: middle;
}
.ww-link-arrow-start::before {
  font-family: "icons", "Font Icon Regular";
  content: "";
  padding-right: 10px;
  vertical-align: middle;
}
.ww-link-disable {
  color: #616161;
  pointer-events: none;
}
.ww-link-light:hover {
  color: #393;
}
.ww-link-light:active,
.ww-link-light:focus {
  color: #060;
}
.ww-link-dark:hover {
  color: #dfff61;
}
.ww-link-dark:active,
.ww-link-dark:focus {
  color: #f2ffc0;
}
.list-simple {
  margin-left: 1em;
}
.list-simple li {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.2px;
  margin-bottom: 1rem;
}
.list-simple li::before {
  content: "•";
  color: #59cbe8;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 14px;
}
.bc-modal-container {
  padding: 0px;
  border-radius: 20px;
}
.bc-modal-container .bc-modal-close-button-container {
  padding: 27px 24px 27px;
}
.bc-modal-container .bc-modal-close-button-container img.bc-img-fluid {
  margin-right: 12px;
}
.bc-modal-container .bc-modal-close-button-container .bc-modal-title h4 {
  color: #2c2a29;
  font-family: "CIBFontSans Bold";
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.38px;
}
.bc-modal-container .bc-modal-content {
  color: #2c2a29;
  padding-bottom: 0px;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  max-height: initial !important;
}
.bc-modal-container .bc-modal-content .content-img {
  margin-right: 0px;
  margin-left: 0px;
}
.bc-modal-active {
  background: rgba(44, 42, 41, 0.7);
  backdrop-filter: blur(30px);
}
.swiper-pagination {
  position: relative;
  padding: 25px 0;
}
.swiper-pagination-bullets-white span.swiper-pagination-bullet {
  background: #59cbe8;
}
.swiper-pagination-bullets-white span.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-bullets-blue span.swiper-pagination-bullet {
  background: #2c2a29;
}
.swiper-pagination-bullets-blue span.swiper-pagination-bullet-active {
  background: #4666ff;
}
.swiper-pagination-bullets-negro span.swiper-pagination-bullet {
  background: #fafafa;
}
.swiper-pagination-bullets-negro span.swiper-pagination-bullet-active {
  background: #2c2a29;
}
.swiper-pagination-bullets-azul-cielo span.swiper-pagination-bullet {
  background: #2c2a29;
}
.swiper-pagination-bullets-azul-cielo span.swiper-pagination-bullet-active {
  background: #99d1fc;
}
.swiper-pagination-bullets-verde-selva span.swiper-pagination-bullet {
  background: #2c2a29;
}
.swiper-pagination-bullets-verde-selva span.swiper-pagination-bullet-active {
  background: #00825a;
}
.swiper-pagination-bullets-verde-lima span.swiper-pagination-bullet {
  background: #2c2a29;
}
.swiper-pagination-bullets-verde-lima span.swiper-pagination-bullet-active {
  background: #dfff61;
}
.swiper-pagination-bullets-verde-menta span.swiper-pagination-bullet {
  background: #2c2a29;
}
.swiper-pagination-bullets-verde-menta span.swiper-pagination-bullet-active {
  background: #097050;
}
.swiper-pagination-bullets-verde-menta-gris span.swiper-pagination-bullet {
  background: #CACACA;
}
.swiper-pagination-bullets-verde-menta-gris
  span.swiper-pagination-bullet-active {
  background: #097050;
}
span.swiper-pagination-bullet {
  border-radius: 4px;
  width: 40px;
  margin: 0 9px !important;
  display: inline-block;
  opacity: 1;
  height: 8px;
}
.swiper-btn-circle-prev,
.swiper-btn-circle-next {
  width: 38px !important;
  height: 38px !important;
  border-radius: 50%;
  position: absolute !important;
  outline: 0;
  display: block !important;
}
.swiper-btn-circle-prev::after,
.swiper-btn-circle-next::after {
  position: absolute;
  left: 53%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 15px !important;
  font-family: "icons", "Font Icon Regular" !important;
}
.swiper-btn-circle-prev::after {
  content: "" !important;
}
.swiper-btn-circle-next::after {
  content: "" !important;
}
.background-clip {
  position: absolute;
  clip-path: polygon(100% 77%, 100% 0%, 0 23%, 0% 100%);
}
.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}
.js-scroll.scrolled {
  opacity: 1;
}
.scrolled.fade-in {
  animation: fade-in 0.6s ease-in-out both;
}
.scrolled.fade-in-bottom {
  animation: fade-in-bottom 0.6s ease-in-out both;
}
.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}
.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}
.bc-bordered-black-cib {
  border: 1px solid #2c2a29;
  border-radius: 1rem;
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bc-img-fluid {
  max-width: 100%;
  height: auto !important;
}
bc-img-fluid_1{
  max-width: 100%;
  height: auto !important;
  margin-right: 50px;
}
bc-img-fluid_2{
  max-width: 100%;
  height: auto !important;
}
@media (min-width: 992px) {
  .dip-n-desk {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .dip-n-mob {
    display: none !important;
  }
}
.layer-play img {
  backdrop-filter: blur(1.43px);
  -webkit-backdrop-filter: blur(8.43px);
  border-radius: 2000px;
}
@media (max-width: 768px) {
  .layer-play {
    width: 64px;
    height: 64px;
  }
  .layer-play img {
    width: 64px;
    height: 64px;
    backdrop-filter: blur(1.43px);
    -webkit-backdrop-filter: blur(8.43px);
    background: rgba(255, 255, 255, 0.6);
    border-radius: 2000px;
  }
}
@media (min-width: 992px) {
  .bc-container,
  .bc-container-fluid {
    padding-left: 6px;
    padding-right: 6px;
  }
  .bc-col,
  .bc-col-1,
  .bc-col-10,
  .bc-col-11,
  .bc-col-12,
  .bc-col-2,
  .bc-col-3,
  .bc-col-4,
  .bc-col-5,
  .bc-col-6,
  .bc-col-7,
  .bc-col-8,
  .bc-col-9,
  .bc-col-auto,
  .bc-col-lg,
  .bc-col-lg-1,
  .bc-col-lg-10,
  .bc-col-lg-11,
  .bc-col-lg-12,
  .bc-col-lg-2,
  .bc-col-lg-3,
  .bc-col-lg-4,
  .bc-col-lg-5,
  .bc-col-lg-6,
  .bc-col-lg-7,
  .bc-col-lg-8,
  .bc-col-lg-9,
  .bc-col-lg-auto,
  .bc-col-md,
  .bc-col-md-1,
  .bc-col-md-10,
  .bc-col-md-11,
  .bc-col-md-12,
  .bc-col-md-2,
  .bc-col-md-3,
  .bc-col-md-4,
  .bc-col-md-5,
  .bc-col-md-6,
  .bc-col-md-7,
  .bc-col-md-8,
  .bc-col-md-9,
  .bc-col-md-auto,
  .bc-col-sm,
  .bc-col-sm-1,
  .bc-col-sm-10,
  .bc-col-sm-11,
  .bc-col-sm-12,
  .bc-col-sm-2,
  .bc-col-sm-3,
  .bc-col-sm-4,
  .bc-col-sm-5,
  .bc-col-sm-6,
  .bc-col-sm-7,
  .bc-col-sm-8,
  .bc-col-sm-9,
  .bc-col-sm-auto,
  .bc-col-xl,
  .bc-col-xl-1,
  .bc-col-xl-10,
  .bc-col-xl-11,
  .bc-col-xl-12,
  .bc-col-xl-2,
  .bc-col-xl-3,
  .bc-col-xl-4,
  .bc-col-xl-5,
  .bc-col-xl-6,
  .bc-col-xl-7,
  .bc-col-xl-8,
  .bc-col-xl-9,
  .bc-col-xl-auto {
    padding-left: 8px;
    padding-right: 8px;
  }
  .bc-row {
    margin-left: -6px;
    margin-right: -6px;
  }
}
#header {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.102751);
}
#header .overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(176, 242, 174, 0.97);
  overflow-x: hidden;
  transition: opacity 500ms;
  opacity: 0;
}
#header .overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: right;
  right: 200px;
  margin-top: 30px;
  order: 2;
}
#header .overlay-content-dos {
  top: 15%;
  text-align: left;
  margin-top: 30px;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: flex-end;
  order: 1;
}
#header .overlay-content-dos h3 {
  font-family: "CIBFontSans Light";
  font-weight: 200;
  font-size: 28px;
  letter-spacing: -0.6px;
  line-height: 30px;
}
#header .overlay-content-dos h3 b {
  font-family: "CIBFontSans Bold";
  font-weight: 700;
}
#header .overlay-content-dos img {
  margin-top: 50px;
}
#header .overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -0.6px;
  margin-bottom: 16px;
  font-family: "Open Sans Bold";
  font-weight: 600;
  text-align: right;
  color: #2c2a29;
  display: block;
  transition: 0.3s;
}
#header .overlay a:hover,
#header .overlay a:focus {
  color: #fff;
  text-decoration: none;
  box-shadow: none;
}
#header .overlay a:last-of-type {
  margin-bottom: 0px;
}
#header .overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 200px;
  font-size: 60px;
  color: #2c2a29;
}
#header .overlay .closebtn:hover,
#header .overlay .closebtn:focus {
  color: #fff;
  text-decoration: none;
  box-shadow: none;
}
@media (max-width: 992px) {
  #header .button-redes {
    display: flex;
    align-items: flex-end;
    border-radius: 100px;
    font-size: 38px;
    padding: 4px 32px 9px;
    margin-left: 10px;
    transition: all 200ms ease-out;
    margin-top: -38px;
    margin-bottom: 20px;
    justify-content: center;
    width: 100%;
  }
  #header .button-redes .bc-icon {
    font-size: 25px;
  }
  #header .button-redes span {
    font-size: 18px;
    font-family: "CIBFontSans Bold";
    font-weight: 600;
    letter-spacing: -0.3px;
    margin-right: 15px;
  }
  #header .overlay-content {
    order: -1;
    right: 35px;
    margin-top: -20px;
    margin-bottom: 32px;
  }
  #header .overlay-content-dos {
    order: 2;
    right: 35px;
    text-align: right;
  }
  #header .overlay-content-dos div {
    width: 100%;
  }
  #header .overlay-content-dos h3 {
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 21px;
  }
  #header .overlay-content-dos img {
    margin-top: 32px;
  }
  #header .overlay {
    display: flex;
    flex-direction: column;
  }
  #header .overlay a {
    font-size: 40px;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin-bottom: 40px;
  }
  #header .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
#header #menu-general #menu {
  padding: 0px;
}
#header #menu-general .inicia-sesion {
  display: block;
  text-align: right;
}
#header #menu-general .inicia-sesion .texto-sesion {
  display: flex;
  height: 38px;
  padding: 0px;
  align-items: center;
}
#header #menu-general .inicia-sesion .enlace-pais {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #2c2a29;
  margin-right: 48px;
}
#header #menu-general .inicia-sesion .enlace-pais em {
  margin-right: 16px;
  font-size: 24px;
}
#header #menu-general .inicia-sesion .enlace-pais span {
  font-family: "Open Sans Bold";
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: -0.3000000119px;
}
#header #menu-general .inicia-sesion .enlace-pais:hover,
#header #menu-general .inicia-sesion .enlace-pais:focus {
  box-shadow: none;
  font-family: "Open Sans Bold";
  font-weight: 600;
}
#header #menu-general .inicia-sesion .btn-crear {
  font-family: "CIBFontSans Bold";
  padding: 9px 20px 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}
#header #menu-general .inicia-sesion .btn-crear:hover,
#header #menu-general .inicia-sesion .btn-crear:focus {
  box-shadow: none;
}
#header #menu-general .inicia-sesion .crear-cuenta {
  display: flex;
  padding: 0px;
  padding-right: 7px;
  justify-content: right;
}
#header #menu-general .inicia-sesion .navbar {
  display: flex;
  justify-content: space-between;
}
#header #menu-general .inicia-sesion .navbar .nav-menu {
  display: flex;
  justify-content: space-between;
  height: 78%;
  overflow-x: auto;
}
#header #menu-general .inicia-sesion .navbar .nav-item {
  margin-left: 5rem;
}
#header #menu-general .inicia-sesion .navbar .nav-link {
  text-decoration: none;
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #2c2a29;
  font-family: Open Sans;
}
#header #menu-general .inicia-sesion .navbar .nav-link:hover,
#header #menu-general .inicia-sesion .navbar .nav-link:focus {
  box-shadow: none;
}
#header #menu-general .inicia-sesion .navbar .subnav-link {
  text-decoration: none;
  display: block;
  font-size: 18px;
  line-height: 20px;
  margin-left: 48px;
  color: #2c2a29;
  font-family: Open Sans;
}
#header #menu-general .inicia-sesion .navbar .subnav-link:hover,
#header #menu-general .inicia-sesion .navbar .subnav-link:focus {
  box-shadow: none;
}
#header #menu-general .inicia-sesion .navbar .sub-accordion {
  background-color: #fff;
  color: #2c2a29;
  cursor: pointer;
  width: 100%;
  margin-bottom: 8px;
  margin-left: 40px;
  padding-right: 57px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  letter-spacing: -0.2px;
  line-height: 42px;
  color: #2c2a29;
  font-family: "CIBFontSans Light";
  transition: 0.4s;
}
#header #menu-general .inicia-sesion .navbar button.sub-accordion:after {
  content: "╲╱";
  color: #2c2a29;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 8px;
}
#header #menu-general .inicia-sesion .navbar button.sub-accordion.active:after {
  content: "╱╲";
  color: #2c2a29;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 8px;
}
#header #menu-general .inicia-sesion .navbar button.sub-accordion.active {
  background-color: #fff;
}
#header #menu-general .inicia-sesion .navbar .sub-panel {
  background-color: #f4f4f4;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#header #menu-general .inicia-sesion .navbar .sub-panel a:first-of-type {
  padding-top: 19px;
}
#header #menu-general .inicia-sesion .navbar .sub-panel + a {
  margin-top: 10px;
}
#header #menu-general .inicia-sesion .navbar .accordion {
  background-color: #fff;
  color: #2c2a29;
  cursor: pointer;
  padding: 18px 18px 8px 18px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-family: "CIBFontSans Light";
  line-height: 20px;
  letter-spacing: -0.3px;
  transition: 0.4s;
}
#header #menu-general .inicia-sesion .navbar .btn-sesion {
  margin: 75px 10px 40px 10px;
  display: flex;
  justify-content: center;
}
#header #menu-general .inicia-sesion .navbar .btn-sesion a {
  text-decoration: none;
  cursor: pointer;
}
#header #menu-general .inicia-sesion .navbar .btn-sesion a:hover,
#header #menu-general .inicia-sesion .navbar .btn-sesion a:focus {
  box-shadow: none;
}
#header #menu-general .inicia-sesion .navbar button.accordion:after {
  content: "╲╱";
  color: #2c2a29;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 8px;
}
#header #menu-general .inicia-sesion .navbar button.accordion.active:after {
  content: "╱╲";
  color: #2c2a29;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 8px;
}
#header #menu-general .inicia-sesion .navbar button.accordion.active:focus,
#header #menu-general .inicia-sesion .navbar button.accordion.active:visited,
#header #menu-general .inicia-sesion .navbar button.accordion.active:active {
  outline: none;
}
#header #menu-general .inicia-sesion .navbar button.accordion:focus,
#header #menu-general .inicia-sesion .navbar button.accordion:visited,
#header #menu-general .inicia-sesion .navbar button.accordion:visited {
  outline: none;
}
#header #menu-general .inicia-sesion .navbar button.accordion.active {
  background-color: #b0f2ae;
}
#header #menu-general .inicia-sesion .navbar .panel {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #f4f4f4;
}
#header #menu-general .inicia-sesion .hamburger {
  display: none;
}
#header #menu-general .inicia-sesion .hamburger .bar {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #2c2a29;
}
#header #menu-general .menus {
  display: block;
  text-align: right;
}
#header #menu-general .menus .col-menu {
  padding-left: 0px;
  padding-right: 0px;
}
#header #menu-general .menus .opciones-menu {
  display: flex;
  cursor: pointer;
  justify-content: right;
  margin-bottom: 26px;
  margin-top: 8px;
}
#header #menu-general .menus .opciones-menu ul {
  list-style: none;
  text-decoration: none;
}
#header #menu-general .menus .opciones-menu ul li {
  float: left;
}
#header #menu-general .menus .opciones-menu ul li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 13px;
  margin-right: 13px;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #2c2a29;
  padding-bottom: 6px;
}
#header #menu-general .menus .opciones-menu ul li a:hover,
#header #menu-general .menus .opciones-menu ul li a:focus {
  box-shadow: none;
}
#header #menu-general .menus .opciones-menu ul li .active,
#header #menu-general .menus .opciones-menu ul li .active-full {
  font-weight: 700;
  font-family: "Open Sans Bold";
}
#header #menu-general .menus .opciones-menu ul li .active:after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-bottom: 2px solid #b0f2ae;
  width: 63px;
  bottom: 22px;
  display: flex;
}
#header #menu-general .menus .opciones-menu ul li .active-full:after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-bottom: 3px solid #b0f2ae;
  width: 63px;
  bottom: 22px;
  display: flex;
}
#header #menu-general .menus .opciones-menu ul li:first-of-type > a {
  margin-left: 0px;
}
#header #menu-general .menus .opciones-menu ul li:last-of-type > a {
  margin-right: 0px;
}
#header #menu-general .menus .opciones-menu .sub-menu:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: -3%;
  left: 31%;
  transform: translate(-43%, -57%);
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
  border-width: 10px;
  border-style: solid;
}
#header #menu-general .menus .opciones-menu .sub-menu:hover {
  color: #2c2a29;
}
#header #menu-general .menus .opciones-menu .sub-menu {
  margin-top: 20px;
  left: auto;
  right: auto;
  padding: 30px 18px;
  position: absolute;
  transform: translate(-32px, -3px);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
  display: none;
  width: 100%;
  max-width: 262px;
}
#header #menu-general .menus .opciones-menu .sub-menu .submenu-titulo {
  display: flex;
  align-items: center;
  margin-bottom: 1px;
  padding-left: 13px;
}
#header
  #menu-general
  .menus
  .opciones-menu
  .sub-menu
  .submenu-titulo
  .icon-izq {
  float: left;
}
#header
  #menu-general
  .menus
  .opciones-menu
  .sub-menu
  .submenu-titulo
  .sub-principal {
  font-family: "Open Sans Bold";
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.200000003px;
  text-align: left;
  margin-left: 12px;
  padding-bottom: 0px;
  color: #2c2a29;
}
#header
  #menu-general
  .menus
  .opciones-menu
  .sub-menu
  .submenu-titulo
  .sub-secundario {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.200000003px;
  text-align: left;
  color: #2c2a29;
}
#header
  #menu-general
  .menus
  .opciones-menu
  .sub-menu
  .submenu-titulo
  .sub-tercero {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: #2c2a29;
}
#header #menu-general .menus .opciones-menu .sub-menu .menu-secundario {
  padding: 0px 12px 0px 5px;
}
#header #menu-general .menus .opciones-menu .sub-menu .sub-flecha {
  display: flex;
}
#header #menu-general .menus .opciones-menu .sub-menu .sub-flecha span {
  display: flex;
  align-items: center;
  font-size: 25px;
}
#header #menu-general .menus .opciones-menu .sub-menu .row-titulo {
  margin-bottom: 1px;
  padding-left: 13px;
}
#header #menu-general .menus .opciones-menu .sub-menu .sub-opciones {
  border-bottom: 1px #f4f4f4 solid;
  margin-top: 16px;
}
#header
  #menu-general
  .menus
  .opciones-menu
  .sub-menu
  .sub-opciones:last-of-type {
  border-bottom: 0px #f4f4f4 solid;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#header #menu-general .menus .opciones-menu .multiple {
  text-align: left;
  width: 100%;
  max-width: 880px;
  left: 150px;
}
#header #menu-general .menus .opciones-menu .multiple [class*="bc-col-"] {
  padding-right: 0px;
}
#header #menu-general .menus .opciones-menu .multiple .multiple-opcion {
  display: flex;
  padding-bottom: 36px;
  padding-left: 46px;
}
#header
  #menu-general
  .menus
  .opciones-menu
  .multiple
  .multiple-opcion
  .sub-flecha {
  display: flex;
  padding-bottom: 20px;
}
#header
  #menu-general
  .menus
  .opciones-menu
  .multiple
  .multiple-opcion
  .sub-flecha
  span {
  display: flex;
  align-items: center;
  font-size: 25px;
}
#header
  #menu-general
  .menus
  .opciones-menu
  .multiple
  .multiple-opcion
  .sub-secundario {
  padding-bottom: 12px;
  margin-top: 8px;
  border-bottom: 1px #f4f4f4 solid;
}
#header #menu-general .menus .opciones-menu .reset {
  clear: both;
}
#header #menu-general .menus .opciones-menu .open {
  display: block;
  animation: fadeIn 0.35s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #header #menu-general .menus .opciones-menu li:nth-of-type(6) .sub-menu {
    transform: translate(-142px, -3px);
  }
  #header
    #menu-general
    .menus
    .opciones-menu
    li:nth-of-type(6)
    .sub-menu:after {
    top: -3%;
    left: 74%;
    transform: translate(-43%, -57%);
  }
}
@media (min-width: 992px) {
  #header #menu-general {
    margin-bottom: 17px;
  }
  #header #menu-general .inicia-sesion {
    margin-top: 24px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: right;
  }
  #header #menu-general .inicia-sesion .btn-crear {
    font-family: "CIBFontSans Bold";
    padding: 9px 28px 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.3px;
    text-align: left;
    margin-right: 16px;
  }
  #header #menu-general .inicia-sesion .button-blanco2 {
    padding: 9px 32px 8px;
    font-size: 16px;
    letter-spacing: -0.3px;
  }
  #header #menu-general .inicia-sesion .button-redes {
    border-radius: 50%;
    font-size: 38px;
    padding: 5px;
    margin-left: 10px;
    transition: all 200ms ease-out;
  }
  #header #menu-general .inicia-sesion .button-redes .bc-icon {
    font-size: 25px;
  }
  #header #menu-general .inicia-sesion .button-redes span {
    font-size: 14px;
    font-family: "Open Sans Bold";
    font-weight: 600;
    letter-spacing: -0.3px;
    line-height: 21px;
    margin-right: 15px;
    display: none;
  }
  #header #menu-general .inicia-sesion .button-redes:hover {
    display: flex;
    align-items: center;
    border-radius: 100px;
    font-size: 38px;
    padding: 6px 32px 5px;
  }
  #header #menu-general .inicia-sesion .button-redes:hover span {
    display: block;
  }
  #header #menu-general .inicia-sesion .button-vacio {
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
    font-family: "CIBFontSans Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 20px;
    letter-spacing: -0.3px;
    text-align: left;
    padding-left: 25px;
  }
  #header #menu-general .inicia-sesion .button-vacio:hover,
  #header #menu-general .inicia-sesion .button-vacio:focus {
    box-shadow: none;
  }
  #header #menu-general .inicia-sesion .texto-sesion {
    justify-content: center;
    max-width: 14%;
  }
  #header #menu-general .inicia-sesion .texto-sesion a {
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
    font-family: "CIBFontSans Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 20px;
    letter-spacing: -0.3px;
    text-align: left;
  }
  #header #menu-general .inicia-sesion .texto-sesion a:hover,
  #header #menu-general .inicia-sesion .texto-sesion a:focus {
    box-shadow: none;
  }
  #header #menu-general .inicia-sesion .crear-cuenta {
    display: flex;
    justify-content: center;
  }
  #header #menu-general #logo {
    display: flex;
    justify-content: right;
    align-items: center;
  }
  #header #menu-general #logo a {
    text-decoration: none;
    cursor: pointer;
  }
  #header #menu-general #logo a:hover,
  #header #menu-general #logo a:focus {
    box-shadow: none;
  }
  #header #menu-general #logo a:hover,
  #header #menu-general #logo a:focus {
    box-shadow: none;
  }
  #header .texto-prueba {
    margin-left: 12px;
    padding-right: 22px;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
@media (max-width: 992px) {
  #header #menu-general {
    padding-top: 15px;
    padding-bottom: 12px;
    margin-left: 0px;
  }
  #header #menu-general #logo {
    padding-top: 6px;
  }
  #header #menu-general #logo a:hover,
  #header #menu-general #logo a:focus {
    box-shadow: none;
  }
  #header #menu-general .inicia-sesion {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #header #menu-general .inicia-sesion .texto-sesion {
    justify-content: right;
  }
  #header #menu-general .inicia-sesion .navbar {
    text-align: left;
  }
  #header #menu-general .inicia-sesion .navbar .button-sesion {
    background-color: #fff;
    color: #2c2a29;
    border: 1px solid #2c2a29;
  }
  #header #menu-general .inicia-sesion .navbar .nav-menu {
    margin-top: -15px;
    position: fixed;
    left: -100%;
    top: 5rem;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    border-top: 1px solid #ccc;
  }
  #header #menu-general .inicia-sesion .navbar .nav-menu.active {
    left: 0;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.3s;
  }
  #header #menu-general .inicia-sesion .navbar .nav-item {
    margin: 2px 0;
  }
  #header #menu-general .inicia-sesion .navbar .nav-link {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.2px;
    margin-bottom: 22px;
    margin-left: 40px;
    font-family: "CIBFontSans Light";
  }
  #header #menu-general .inicia-sesion .navbar .subnav-link {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.2px;
    margin-bottom: 22px;
    font-family: "CIBFontSans Light";
  }
  #header #menu-general .inicia-sesion .navbar .subnav-link:hover,
  #header #menu-general .inicia-sesion .navbar .subnav-link:focus {
    box-shadow: none;
  }
  #header #menu-general .inicia-sesion .hamburger {
    display: block;
    cursor: pointer;
  }
  #header #menu-general .inicia-sesion .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  #header #menu-general .inicia-sesion .hamburger.active .bar:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  #header #menu-general .inicia-sesion .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  #header .texto-prueba {
    margin-left: 0px;
  }
  @keyframes fadeInOpacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
#header #menu-general .inicia-sesion .btn-pais-m {
  display: flex;
  justify-content: center;
  margin-bottom: -111px;
}
#header #menu-general .inicia-sesion .enlace-pais {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #2c2a29;
  margin-right: 48px;
  cursor: pointer;
}
#header #menu-general .inicia-sesion .enlace-pais-m {
  margin-right: 0px !important;
  z-index: 2;
  height: 20px;
  margin-top: 40px;
}
#header #menu-general .inicia-sesion .enlace-pais-m span {
  font-size: 17px !important;
}
#header #menu-general .inicia-sesion .enlace-pais em {
  margin-right: 16px;
  font-size: 24px;
}
#header #menu-general .inicia-sesion .enlace-pais span {
  font-family: "Open Sans Bold";
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: -0.3000000119px;
}
#header #menu-general .inicia-sesion .enlace-pais:hover,
#header #menu-general .inicia-sesion .enlace-pais:focus {
  box-shadow: none;
  font-weight: 600;
  font-family: "Open Sans Bold";
}
#contModalCambioPais .bc-modal-container[customWidth="large"] {
  width: 800px !important;
  height: auto;
}

.some-brands .container .logo-brand {
  width: 132px;
  height: 132px;
  border: 2px solid #2c2a29;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  margin-right: 18px;
}

.some-brands .container .swiper-brands {
  margin: 50px 10px;
}

.some-brands .container .logo-brand img {
  width: 100px;
  height: 100px;
}

.some-brands h2 {
  color: #2c2a29;
  font-size: 40px;
  line-height: 40px;
  font-family: "CIBFontSans Light";
  letter-spacing: -0.6px;
  margin: 0px;
}

.some-brands h2 :is(b, strong) {
  font-family: "CIBFontSans Bold";
}

@media (max-width: 768px) {
  .some-brands h2 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.6px;
  }
}

@media (max-width: 575px) {
  #bannerMerchants .bc-container .swiper-banner-marcas {
    margin: 0px 10px;
    padding-bottom: 45px !important;
  }
} 

.efect-counter {
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/assets/img/landing_pais/background.png');
}

.efect-counter .div-contador button#know-more {
  border-radius: 20px;
  border: 2px solid #2c2a29;
  padding: 37px 50px;
  margin-top: 25px;
}

.efect-counter .div-contador .contador{
  border-radius: 20px;
  border: 2px solid #2c2a29;
  padding: 37px 50px;
  margin-top: 25px;
}

.efect-counter .efect-counter-container img.float-back {
  position: absolute;
  right: -15%;
  top: 1%;
}

.efect-counter .div-contador .contador img.float-right {
  position: absolute;
  right: -16%;
  top: 41%;
}

.efect-counter .div-contador .contador img.float-left {
  position: absolute;
  left: -20%;
  top: -18%;
}

.efect-counter .div-contador .contador .separator-initial{
  border-right: 2px solid #2c2a29;
}
.efect-counter .div-contador .contador .separator-end{
  border-right: 2px solid #2c2a29;
}

.efect-counter .div-contador .contador h4 {
  font-family: "CIBFontSans Light";
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.44999998807907104px;
}

.efect-counter .div-contador .contador h2 {
  font-family: "CIBFontSans Bold";
  font-size: 96px;
  font-weight: 700;
  line-height: 104px;
  letter-spacing: -0.6000000238418579px;
  text-align: center;

}

.efect-counter-container {
  padding: 40px 0px 0px;
}
.efect-counter-container__message .bc-row {
  padding-left: 0px;
  padding-right: 0px;
}
.efect-counter-container__message h2 {
  color: #2c2a29;
  font-size: 46px;
  line-height: 46px;
  font-family: "CIBFontSans Light";
  letter-spacing: -0.47px;
  margin: 0px;
}
.efect-counter-container__message h2 strong,
b {
  font-family: "CIBFontSans Bold";
}
.efect-counter-container__message h1 {
  color: #2c2a29;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -0.47px;
  margin: 0px;
}
.efect-counter-container__message h1 span {
  color: #00825a;
}
.efect-counter-container__message h6,
.efect-counter-container__message h6.without-space {
  font-family: "CIBFontSans Light";
  color: #2c2a29;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.45px;
}

.efect-counter-container__message h6.without-space {
  margin-top: 32px;
  margin-bottom: 0;
}
.efect-counter-container__message h6 strong,
b {
  font-family: "CIBFontSans Bold";
}
.efect-counter-container__message p {
  color: #2c2a29;
  margin: 0px;
}
.efect-counter-container__message .button-pais {
  padding: 9px 15px 8px 25px;
  background-color: #fff;
  border: 1px solid #2c2a29;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 182px;
  margin-bottom: 16px;
}
.efect-counter-container__message .button-pais span {
  font-family: "Open Sans Bold";
  color: #2c2a29;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.3px;
}
.efect-counter-container__message .button-pais img {
  margin-right: 8px;
  margin-left: -16px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .efect-counter-container__image img {
    max-width: 130%;
  }

  .efect-counter .div-contador .contador img.float-right {
    position: absolute;
    right: -20%;
    top: 47%;
  }

  .efect-counter .div-contador .contador img.float-left {
    position: absolute;
    left: -24%;
    top: -18%;
  }

  .efect-counter .efect-counter-container img.float-back {
    position: absolute;
    right: -15%;
    top: 1%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {

  .efect-counter .div-contador .contador img.float-right {
    position: absolute;
    right: -17%;
    top: 65%;
  }

  .efect-counter .efect-counter-container img.float-back {
    position: absolute;
    right: -8%;
    top: 0%;
  }

  .efect-counter .div-contador .contador img.float-left {
    position: absolute;
    left: -22%;
    top: -11%;
  }

  .efect-counter .div-contador .contador .separator-end{
    border: none;
  }

  .efect-counter-container {
    padding: 32px 0px 0px;
  }
  .efect-counter-container__image img {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  body {
    margin: 0;
    overflow-x: hidden; /* Ocultar contenido que se sale del body */
    position: relative; /* Establecer posición relativa para posicionar elementos absolutos */
  }
}
@media (max-width: 575px) {

  .efect-counter .div-contador .contador .separator-initial,
  .efect-counter .div-contador .contador .separator-end{
    border: none;
    margin-bottom: 30px;
  }

  .efect-counter .div-contador .contador .separator-initial::after,
  .efect-counter .div-contador .contador .separator-end::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%; /* Centrar el borde horizontalmente */
    transform: translateX(-50%);
    width: 120px; /* Ancho del borde */
    height: 100%;
    border-bottom: 2px solid #2C2A29; /* Color y grosor del borde */
  }

  .efect-counter .div-contador .contador img.float-right {
    right: -16% !important;
    top: 78% !important;
    width: 97px;
  }

  .efect-counter .div-contador .contador img.float-left {
    left: -10% !important;
    top: -8% !important;
    width: 97px;
  }
}
@media (max-width: 768px) {
  .efect-counter .efect-counter-container img.float-back {
    position: absolute;
    right: -12%;
    top: 25%;
  }

  .efect-counter .div-contador .contador img.float-right {
    right: -17%;
    top: 70%;
  }

  .efect-counter .div-contador .contador .separator-end{
    border: none;
  }

  .efect-counter-container {
    padding: 32px 0px 49px;
  }
  .efect-counter-container__message {
    order: 2;
  }
  .efect-counter-container__message h2 {
    font-family: "CIBFontSans Light";
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.6000000238418579px;
  }
  .efect-counter-container__message h6,
  .efect-counter-container__message h6.without-space {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.30000001192092896px;
  }

  .efect-counter-container__message h6.without-space {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .efect-counter-container__message h6 strong,
  b {
    font-family: "Open Sans Bold";
  }
  .efect-counter-container__message p {
    font-size: 14px;
    letter-spacing: -0.2px;
    line-height: 18px;
  }
  .efect-counter-container__image {
    order: 1;
    padding: 0px 45px 16px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .efect-counter-container__image img {
    max-width: 100%;
  }
  .efect-counter-container .bc-row {
    margin: 0px;
  }
}

#formulario-descargables {
  margin-top: 36px;
}
#formulario-descargables .bc-container .bc-row.content .div-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
#formulario-descargables .bc-container .bc-row.content .div-img img {
  max-width: 100%;
}

#formulario-descargables
  .bc-container
  .bc-row.content
  .div-formulario
  ._form
  ._form-content
  ._form-label {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.2px;
  color: black;
  display: block;
  margin-bottom: 6px;
}

#formulario-descargables
  .bc-container
  .bc-row.content
  .div-formulario
  ._form
  ._form-content
  ._button-wrapper
  p {
  display: flex;
  color: #2c2a29;
  margin: 6px auto 0px;
  justify-content: center;
  align-items: center;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.20000000298023224px;
  text-align: center;
}

#formulario-descargables
  .bc-container
  .bc-row.content
  .div-formulario
  ._form
  ._form-content
  ._button-wrapper
  button {
  display: flex;
  font-family: "Open Sans Bold";
  color: #dfff61;
  background-color: #2c2a29;
  padding: 10px 80px 9px;
  border-radius: 100px;
  margin: 0px auto;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  font-weight: 600;
  margin-top: 20px;
  cursor: pointer;
}
#formulario-descargables
  .bc-container
  .bc-row.content
  .div-formulario
  ._form
  ._form-content
  ._button-wrapper
  button
  .bc-icon {
  font-size: 26px;
  margin-right: 16px;
  font-weight: 400;
}

#formulario-descargables
  .bc-container
  .bc-row.content
  .div-formulario
  ._form
  ._form-content
  ._field-wrapper
  ._error {
  margin-top: -10px;
  margin-bottom: 10px;
  color: red;
  margin-left: 2px;
}

#formulario-descargables
  .bc-container
  .bc-row.content
  .div-formulario
  ._form
  ._form-content
  ._field-wrapper
  input {
  border-radius: 20px;
  background-color: #fafafa;
  padding: 8px 10px;
  border: 0.5px #2c2a29 solid;
  box-shadow: none;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

#formulario-descargables
  .bc-container
  .bc-row.content
  .div-formulario
  ._form
  ._form-content
  ._field-wrapper
  input:hover,
#formulario-descargables
  .bc-container
  .bc-row.content
  .div-formulario
  ._form
  ._form-content
  ._field-wrapper
  input:focus {
  box-shadow: none;
}

#formulario-descargables
  .bc-container
  .bc-row.content
  .div-formulario
  ._form
  ._form-content
  ._field-wrapper
  ::placeholder {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: #616161;
}

@media (min-width: 768px) {
  #formulario-descargables .bc-container {
    padding: 10px 0px 30px;
  }
  #formulario-descargables .bc-container .div-img {
    order: 2;
  }
  #formulario-descargables .bc-container .div-formulario {
    order: 1;
  }
}

@media (max-width: 768px) {
  #formulario-descargables {
    margin-top: 6px;
  }

  #formulario-descargables .bc-container {
    padding: 20px 10px 10px;
  }
  #formulario-descargables .bc-container .div-img {
    -ms-flex-order: -1;
    order: -1;
  }
}

.breadcrumbs .container {
  padding-right: 12px;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.breadcrumbs ul > :first-child {
  margin-left: 5px;
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li a {
  display: inline-block;
  padding: 0 0 0 5px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  color: #fff;
  letter-spacing: -0.2px;
}
.breadcrumbs ul > :not(:last-child) a:after {
  font-family: "Font Icon Regular";
  content: "";
  font-size: 16px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
@media (min-width: 576px) {
  .breadcrumbs .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .breadcrumbs .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs .container {
    max-width: 1140px;
  }
}
.breadcrumbs {
  background-color: #f4f4f4;
}
.breadcrumbs ul li a {
  color: #7a7a7a;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.17px;
}
.breadcrumbs ul a:hover,
.breadcrumbs ul a:focus {
  box-shadow: none;
}
.breadcrumbs ul > :not(:last-child) a:after {
  content: "";
  color: #292929;
  font-size: 12px;
}
.breadcrumbs ul > :last-child a {
  color: #292929;
}
@media (min-width: 992px) {
  .breadcrumbs {
    background-color: #f4f4f4;
    margin-top: -20px;
    margin-bottom: 50px;
    padding: 11px 0px;
    position: absolute;
    width: 100%;
    z-index: 4;
    padding-left: 32px;
  }
}
@media (min-width: 540px) and (max-width: 992px) {
  .breadcrumbs {
    background-color: #f4f4f4;
    margin-top: -3px;
    margin-bottom: 50px;
    padding: 11px 0px;
    position: absolute;
    width: 100%;
    z-index: 4;
    padding-left: 32px;
  }
}
@media (max-width: 769px) {
  .breadcrumbs {
    background-color: #f4f4f4;
    margin-top: -57px;
    padding: 8px 0px;
    margin-bottom: 35px;
    display: none;
  }
}
#footer-main {
  background-color: #b0f2ae !important;
}
#footer-main #footer-principal {
  color: #2c2a29;
  display: flex;
  flex-direction: column;
}
#footer-main #footer-principal .footer-top {
  background-color: #b0f2ae;
  z-index: 2;
}
#footer-main #footer-principal .footer-top .tienes-dudas {
  text-align: right;
}
#footer-main #footer-principal .divisor {
  height: 1px;
  border-radius: 4px;
  background: #ccc;
}
#footer-main #footer-principal p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.2px;
  margin-top: 8px;
  margin-bottom: 8px;
}
#footer-main #footer-principal h6 {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.3px;
  margin-bottom: 16px;
}
#footer-main #footer-principal a {
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.2px;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #2c2a29;
  font-family: Open Sans;
}
#footer-main #footer-principal a:hover,
#footer-main #footer-principal a:focus {
  box-shadow: none;
}
#footer-main #footer-principal .accordion-footer {
  background-color: #b0f2ae;
  color: #2c2a29;
  cursor: pointer;
  padding: 18px 0px 11px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-family: "Open Sans Bold";
  font-weight: 600;
  line-height: 21px;
  letter-spacing: -0.3px;
  transition: 0.4s;
}
#footer-main #footer-principal .enlaces-mobile {
  margin-bottom: 16px;
  position: inherit;
}
#footer-main #footer-principal .panel {
  background-color: #b0f2ae;
  max-height: 0;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #ccc;
}
#footer-main #footer-principal .panel a:first-of-type {
  margin-top: 0px;
}
#footer-main #footer-principal .panel a:last-of-type {
  margin-bottom: 16px;
}
#footer-main #footer-principal .footer-item {
  margin: 2px 0;
}
#footer-main #footer-principal .footer-link {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.2px;
  margin-bottom: 8px;
  font-weight: 400;
  font-family: Open Sans;
}
#footer-main #footer-principal button.accordion-footer:after {
  content: "╲╱";
  color: #2c2a29;
  font-weight: bold;
  float: right;
  background-color: #b0f2ae;
  margin-left: 5px;
  font-size: 8px;
}
#footer-main #footer-principal button.accordion-footer.active:after {
  content: "╱╲";
  color: #2c2a29;
  background-color: #b0f2ae;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 8px;
}
#footer-main #footer-principal .footer-bottom .desarrollado {
  display: flex;
  align-items: end;
  margin-top: 6px;
  margin-bottom: 13px;
}
#footer-main #footer-principal .footer-bottom .desarrollado .img-derecha {
  float: right;
}
#footer-main #footer-principal .footer-bottom .desarrollado h6 {
  font-size: 18px;
  line-height: 20px;
}
#footer-main #footer-principal .footer-bottom .reset {
  clear: both;
}
#footer-main #footer-principal .footer-bottom-judicial {
  margin-top: 8px;
  text-align: right;
}
@media (min-width: 992px) {
  #footer-main #footer-principal a {
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.1714286059px;
    text-align: left;
    margin-bottom: 12px;
  }
  #footer-main #footer-principal a.correo {
    font-family: "Open Sans Bold";
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.1714286059px;
    text-align: right;
    margin-bottom: 0px;
    margin-top: 0px;
    text-decoration: underline;
  }
  #footer-main #footer-principal p {
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.1714286059px;
    text-align: right;
  }
  #footer-main #footer-principal p strong,
  #footer-main #footer-principal p b {
    font-family: "Open Sans Bold";
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.1714286059px;
    text-align: right;
  }
  #footer-main #footer-principal h6 {
    font-family: "Open Sans Bold";
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.1714286059px;
    text-align: left;
    margin-bottom: 21px;
  }
  #footer-main #footer-principal .footer-bottom {
    margin-bottom: 40px;
  }
  #footer-main #footer-principal .footer-bottom p {
    text-align: left;
  }
  #footer-main #footer-principal .footer-bottom-judicial h5 {
    font-family: "Open Sans Bold";
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.1714286059px;
    text-align: right;
    margin-bottom: 20px;
  }
  #footer-main #footer-principal .desarrollado {
    display: flex;
    align-items: center !important;
    margin-top: -5px !important;
    margin-bottom: -8px !important;
  }
  #footer-main #footer-principal .desarrollado h6 {
    font-family: "CIBFontSans Bold";
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.3000000119px;
    text-align: left;
    margin-bottom: 0px;
    margin-right: -6px;
  }
  #footer-main #footer-principal .wompi-vigilado {
    filter: invert(1);
  }
  #footer-main #footer-principal .footer-top .enlaces {
    margin-top: 49px;
    margin-bottom: 20px;
  }
  #footer-main #footer-principal .footer-top .tienes-dudas {
    margin-top: 49px;
    margin-bottom: 20px;
  }
  #footer-main #footer-principal .footer-top .tienes-dudas h5 {
    font-family: "Open Sans Bold";
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.1714286059px;
    text-align: right;
  }
  #footer-main #footer-principal .footer-top .tienes-dudas .redes {
    display: inline-flex;
  }
  #footer-main #footer-principal .footer-top .tienes-dudas .redes a {
    cursor: pointer;
    margin-right: 10px;
  }
  #footer-main
    #footer-principal
    .footer-top
    .tienes-dudas
    .redes
    a:last-of-type {
    margin-right: 0px;
  }
  #footer-main #footer-principal .divisor {
    margin: 17px 9px 47px 9px;
    background: #2c2a29;
  }
}
@media (max-width: 992px) {
  #footer-main #footer-principal .footer-top .tienes-dudas {
    text-align: center;
    position: inherit;
  }
  #footer-main #footer-principal .footer-top .tienes-dudas .redes {
    display: inline-flex;
  }
  #footer-main #footer-principal .footer-top .tienes-dudas .redes a {
    cursor: pointer;
    margin-right: 10px;
  }
  #footer-main #footer-principal .footer-top .tienes-dudas .redes a img {
    width: 28px;
    height: 28px;
  }
  #footer-main
    #footer-principal
    .footer-top
    .tienes-dudas
    .redes
    a:last-of-type {
    margin-right: 0px;
  }
  #footer-main #footer-principal .divisor {
    width: 97%;
    margin: 8px 0px 8px 5px;
  }
  #footer-main #footer-principal .footer-bottom {
    text-align: center;
  }
  #footer-main #footer-principal .bc-row {
    margin-left: 0px;
    margin-right: 0px;
  }
  #footer-main #footer-principal .footer-bottom {
    padding-left: 0px;
    padding-right: 0px;
    position: inherit;
  }
  #footer-main #footer-principal .footer-bottom .desarrollado {
    justify-content: center;
    display: flex;
    align-items: end;
    margin-top: 6px;
    margin-bottom: 13px;
    position: inherit;
  }
  #footer-main #footer-principal .footer-bottom .wompi-servicio {
    position: inherit;
  }
  #footer-main #footer-principal .footer-bottom .wompi-vigilado {
    position: inherit;
    filter: invert(1);
  }
  #footer-main #footer-principal .footer-bottom-judicial {
    text-align: center;
    margin-bottom: 35px;
    position: inherit;
  }
}
#bws-help-widget {
  position: fixed;
  bottom: 5em;
  right: 2em;
  z-index: 2000;
  font-family: "Open Sans";
  font-size: 16px;
  opacity: 0;
  display: none;
}
#bws-help-widget.bws-hw-visible {
  display: block;
  overflow: visible;
}
#bws-help-widget.bws-hw-ready {
  opacity: 1;
}
#bws-help-widget > * {
  display: none;
}
#bws-help-widget .bws-hw-floating-btn {
  display: block !important;
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  line-height: 3.9;
  cursor: pointer;
  outline: 0;
  background: #fff;
  border: 4px solid #00825a;
  position: relative;
  top: 0;
}
#bws-help-widget .bws-hw-floating-btn .bws-hw-icon {
  position: relative;
  display: inline-flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#bws-help-widget .bws-hw-floating-btn .bws-hw-icon img {
  animation: bws-open-animation 0.3s;
  width: 34px;
  height: auto;
  max-width: 34px;
  max-height: 34px;
}
#bws-help-widget .bws-hw-floating-btn .bws-hw-icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: 34px;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 24 24%27 xml:space=%27preserve%27%3e%3cpath fill=%27%232c2a29%27 d=%27M4,19.7l0.7,0.7l7.5-7.5l7.5,7.5l0.7-0.7l-7.5-7.5l7.5-7.5L19.7,4l-7.5,7.5L4.7,4L4,4.7l7.5,7.5L4,19.7z%27/%3e%3c/svg%3e");
  opacity: 0;
}
#bws-help-widget .bws-hw-floating-btn:active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
#bws-help-widget::after {
  display: block;
  content: "";
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  transition: all 0.3s ease;
}
#bws-help-widget .bws-hw-menu {
  padding: 0;
  margin: 0;
}
#bws-help-widget .bws-hw-item {
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  width: 48px;
  height: 48px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  text-align: center;
  line-height: 3;
  background-color: #fff;
  transition: transform 0.3s ease, background 0.2s ease;
}
#bws-help-widget .bws-hw-item > img {
  width: 24px;
  height: auto;
  max-width: 24px;
  max-height: 24px;
}
#bws-help-widget .bws-hw-item .bws-hw-text {
  color: #2c2a29;
  font-size: 13px;
  font-weight: normal;
  width: 140px;
  position: absolute;
  top: 0;
  right: 4.2em;
  z-index: -1;
  display: flex;
  line-height: 1.2;
  text-align: right;
  min-height: 48px;
  margin: 0;
  justify-content: flex-end;
  align-items: center;
  font-family: "Open Sans";
}
#bws-help-widget .bws-hw-item:hover {
  background-color: #fff;
}
#bws-help-widget.bws-hw-active > * {
  display: initial;
}
#bws-help-widget.bws-hw-active .bws-hw-floating-btn .bws-hw-icon img {
  opacity: 0;
  animation: none;
}
#bws-help-widget.bws-hw-active .bws-hw-floating-btn .bws-hw-icon::after {
  opacity: 1;
  animation: bws-close-animation 0.3s;
}
#bws-help-widget.bws-hw-active::after {
  display: block;
  content: " ";
  width: 6.2em;
  height: 6.5em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  background-color: #f4f4f4;
  transform: scale3d(5.5, 5.5, 1);
  transition-timing-function: cubic-bezier(0.68, 1.55, 0.265, 1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
#bws-help-widget.bws-hw-active .bws-hw-item {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#bws-help-widget.bws-hw-active .bws-hw-item:nth-child(1) {
  transform: translate3d(-2em, -9.5em, 0);
}
#bws-help-widget.bws-hw-active .bws-hw-item:nth-child(2) {
  transform: translate3d(-4.5em, -5.3em, 0);
}
#bws-help-widget.bws-hw-active .bws-hw-item:nth-child(3) {
  transform: translate3d(-5.4em, -0.6em, 0);
}
#bws-help-widget.bws-hw-active .bws-hw-item:nth-child(4) {
  transform: translate3d(-5em, 4em, 0);
}
#bws-help-widget.bws-hw-active .bws-hw-item:nth-child(n + 5) {
  display: none !important;
}
#bws-help-widget.bws-hw-active.bws-hw-count-3 .bws-hw-item:nth-child(1) {
  transform: translate3d(-3.5em, -6.3em, 0);
}
#bws-help-widget.bws-hw-active.bws-hw-count-3 .bws-hw-item:nth-child(2) {
  transform: translate3d(-5.4em, -1.6em, 0);
}
#bws-help-widget.bws-hw-active.bws-hw-count-3 .bws-hw-item:nth-child(3) {
  transform: translate3d(-5em, 3.4em, 0);
}
#bws-help-widget.bws-hw-active.bws-hw-count-2 .bws-hw-item:nth-child(1) {
  transform: translate3d(-3em, -6em, 0);
}
#bws-help-widget.bws-hw-active.bws-hw-count-2 .bws-hw-item:nth-child(2) {
  transform: translate3d(-6em, 1em, 0);
}
#bws-help-widget.bws-hw-active.bws-hw-count-1 .bws-hw-item:nth-child(1) {
  transform: translate3d(-6em, 0, 0);
}
@keyframes bws-close-animation {
  100% {
    transform: rotate(180deg);
  }
}
@keyframes bws-open-animation {
  100% {
    transform: rotate(-360deg);
  }
}

.fill-img {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/assets/img/landing_pais/background.png);
}
#bannerPpal {
  color: #2c2a29;
}
#bannerPpal .bc-col-12 .bc-col-md-12 .bc-col-lg-5 .bc-align-self-center {
  order: 1;
}
#bannerPpal .bc-col-sm-12 .bc-col-md-12 .bc-col-lg-7 .bc-content-order-first {
  order: 2;
}
#bannerPpal a:hover,
#bannerPpal a:focus {
  box-shadow: none;
}
#bannerPpal h1 {
  font-family: "CIBFontSans Bold";
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.6000000238px;
  margin: 0px;
  margin-bottom: 19px;
}
#bannerPpal p {
  font-family: "CIBFontSans Light";
  font-size: 24px;
  font-weight: 200;
  line-height: 26px;
  letter-spacing: -0.45px;
  margin-top: 10px;
  margin: 0px;
}
#bannerPpal p b,
#bannerPpal p strong {
  font-weight: 700;
  font-family: "Open Sans Bold";
}
#bannerPpal h2 {
  font-family: "CIBFontSans Light";
  font-size: 20px;
  font-weight: 200;
  line-height: 24px;
  letter-spacing: -0.375px;
  margin-bottom: 28px;
}
#bannerPpal h2 strong,
#bannerPpal h2 b {
  font-family: "CIBFontSans Bold";
}
#bannerPpal p:last-of-type {
  margin-top: 0px;
  margin-bottom: 20px;
}
#bannerPpal .resaltado {
  color: #00825a;
}
#bannerPpal .layer-play {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  object-fit: cover;
}
#bannerPpal .layer-play img {
  backdrop-filter: blur(8.43px);
  -webkit-backdrop-filter: blur(8.43px);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 2000px;
  height: 64px;
  width: 64px;
}
#bannerPpal .bc-modal-title {
  width: 48px !important;
}
#bannerPpal .button-modal {
  cursor: pointer;
}
#bannerPpal .button-modal:hover {
  box-shadow: none;
}

#bannerPpal .banner-categories {
  display: grid;
  grid-template-columns: repeat(8, 97px);
  gap: 0 41px;
  justify-content: center;
  margin: 72px 0;
}

@media (max-width: 575px) {
  #bannerPpal .banner-categories {
    margin: 72px 0 0 0;
  }
}

#bannerPpal .banner-categories .category {
  display: flex;
  flex-direction: column;
}

#bannerPpal .banner-categories .category a {
  height: 97px;
  background-color: #2C2A29;
  color: #DFFF61;
  border-radius: 8px;
  font-size: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

#bannerPpal .banner-categories .category p {
  margin: 8px auto;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.2px;
}

@media (max-width: 768px) {
  #bannerPpal .banner-categories {
    gap: 0 8px;
    width: 100%;
    overflow-y: auto;
    white-space: nowrap;
    justify-content: left;
  }


#headerBar {
  z-index: 100;
}
}

#headerBar {
  top: 1px;
  background: #FFFFFF;
  width: fixed 1920px;
  height: fixed 90px;
  gap: 10px;
  z-index: 10;
}

#headerBar img {
  display: block;
  width: 148px;
  height: 68px;
  margin: auto;
  top: 26.37px;
  left: 12.02px;
}

.bc-bg-green-radial-center {
  background: radial-gradient(circle at 47% 45%, #DFFF61 10%, #F2FDF1 20%)
}

@media (min-width: 768px) {
  section#bannerPpal.diagonal-box {
    padding-top: 174px;
    padding-bottom: 45px;
    margin-top: -104px;
  }
  section#bannerPpal.diagonal-box .body-banner {
    padding-left: 0px;
    padding-right: 0px;
  }
  section#bannerPpal.banner-descargables.diagonal-box {
    padding-bottom: 5px;
  }
  section#bannerPpal.banner-descargables {
    padding-top: 106px;
    padding-bottom: 26px;
    margin-top: -104px;
  }
  section#bannerPpal.banner-descargables .margen-img {
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -68px;
  }
  section#bannerPpal.banner-descargables .info-banner {
    color: #2c2a29;
  }
  section#bannerPpal.banner-descargables .info-banner .information {
    color: #2c2a29;
  }
  section#bannerPpal.banner-descargables .info-banner .information .bc-icon {
    color: #2c2a29;
  }
  section#bannerPpal.bclip-azul-wenia,
  section#bannerPpal.bclip-ultravioleta,
  section#bannerPpal.bclip-verde-menta {
    padding-top: 136px;
    padding-bottom: 26px;
    margin-top: -84px;
  }
  section#bannerPpal.bclip-azul-wenia .margen-img,
  section#bannerPpal.bclip-ultravioleta .margen-img,
  section#bannerPpal.bclip-verde-menta .margen-img {
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section#bannerPpal.bclip-azul-wenia .info-banner,
  section#bannerPpal.bclip-ultravioleta .info-banner,
  section#bannerPpal.bclip-verde-menta .info-banner {
    color: #2c2a29;
  }
  section#bannerPpal.bclip-azul-wenia .info-banner .information,
  section#bannerPpal.bclip-ultravioleta .info-banner .information,
  section#bannerPpal.bclip-verde-menta .info-banner .information {
    color: #2c2a29;
  }
  section#bannerPpal.bclip-azul-wenia .info-banner .information .bc-icon,
  section#bannerPpal.bclip-ultravioleta .info-banner .information .bc-icon,
  section#bannerPpal.bclip-verde-menta .info-banner .information .bc-icon {
    color: #2c2a29;
  }
  #bannerPpal .info-banner {
    color: #2c2a29;
  }
  #bannerPpal .info-banner ul {
    padding-left: 20px;
  }
  #bannerPpal .info-banner .information {
    color: #2c2a29;
    margin-top: 13px;
  }
  #bannerPpal .info-banner .information .bc-icon {
    font-size: 25px;
    color: #00825a;
    margin-right: 12px;
    margin-top: 2px;
  }
  #bannerPpal .info-banner .information p {
    margin-bottom: 23px;
  }
  #bannerPpal .info-banner ul li {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.3000000119px;
    display: table;
    padding-bottom: 22px;
  }
  #bannerPpal .info-banner ul li::before {
    content: "•";
    font-size: 32px;
    color: #00825a;
    text-align: right;
    line-height: 30px;
    position: absolute;
    margin-left: -20px;
    margin-top: -4px;
    font-weight: bolder;
  }
  #bannerPpal .info-banner ul li strong,
  #bannerPpal .info-banner ul li b {
    font-family: "Open Sans Bold";
    font-weight: 700;
  }
  #bannerPpal .bc-mx-0 {
    align-items: center;
  }
  #bannerPpal .info-banner2 {
    margin-top: 35px;
    color: #2c2a29;
  }
  #bannerPpal .imagen-mobile {
    display: none;
  }
  #bannerPpal .margen-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -30px;
  }
  #bannerPpal .swiper-margin-banner {
    bottom: 448px !important;
    left: 30px !important;
  }
  #bannerPpal .margen-boton {
    padding-top: 13px;
  }
  #bannerPpal .margen-boton .button {
    margin-left: 0px;
    padding: 8.5px 33.5px 9.5px 34.5px;
    font-family: "CIBFontSans Bold";
  }
  #bannerPpal .swiper-container-banner-soluciones {
    margin-bottom: -80px;
  }
  #bannerPpal .mensaje-margin-top {
    padding-top: 11px;
  }
  #bannerPpal .layer-play {
    height: 64px;
    width: 64px;
  }
  #bannerPpal .layer-play img {
    height: 64px;
    width: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  section#bannerPpal.diagonal-box {
    padding-top: 174px;
    padding-bottom: 92px;
    margin-top: -104px;
  }
  section#bannerPpal.diagonal-box .body-banner {
    padding-left: 0px;
    padding-right: 0px;
  }
  section#bannerPpal.bclip-azul-wenia,
  section#bannerPpal.bclip-ultravioleta,
  section#bannerPpal.bclip-verde-menta {
    padding-top: 135px;
    padding-bottom: 26px;
    margin-top: -61px;
  }
  section#bannerPpal.bclip-azul-wenia .margen-img,
  section#bannerPpal.bclip-ultravioleta .margen-img,
  section#bannerPpal.bclip-verde-menta .margen-img {
    text-align: center !important;
  }
  section#bannerPpal.bclip-azul-wenia .info-banner,
  section#bannerPpal.bclip-ultravioleta .info-banner,
  section#bannerPpal.bclip-verde-menta .info-banner {
    color: #2c2a29;
  }
  section#bannerPpal.bclip-azul-wenia .info-banner .information,
  section#bannerPpal.bclip-ultravioleta .info-banner .information,
  section#bannerPpal.bclip-verde-menta .info-banner .information {
    color: #2c2a29;
  }
  section#bannerPpal.bclip-azul-wenia .info-banner .information .bc-icon,
  section#bannerPpal.bclip-ultravioleta .info-banner .information .bc-icon,
  section#bannerPpal.bclip-verde-menta .info-banner .information .bc-icon {
    color: #2c2a29;
  }
  #bannerPpal .margen-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px !important;
  }
}
@media (max-width: 768px) {
  section#bannerPpal.diagonal-box {
    padding-top: 174px;
    padding-bottom: 92px;
    margin-top: -104px;
  }
  section#bannerPpal.bclip-azul-wenia,
  section#bannerPpal.bclip-ultravioleta {
    padding-top: 135px;
    padding-bottom: 48px;
    margin-top: -104px;
  }
  section#bannerPpal.bclip-azul-wenia .margen-img,
  section#bannerPpal.bclip-ultravioleta .margen-img {
    text-align: center !important;
  }
  section#bannerPpal.bclip-azul-wenia .info-banner,
  section#bannerPpal.bclip-ultravioleta .info-banner {
    color: #fff;
  }
  section#bannerPpal.bclip-azul-wenia .info-banner .information,
  section#bannerPpal.bclip-ultravioleta .info-banner .information {
    color: #fff;
  }
  section#bannerPpal.bclip-azul-wenia .info-banner .information .bc-icon,
  section#bannerPpal.bclip-ultravioleta .info-banner .information .bc-icon {
    color: #fff;
  }
  #bannerPpal .body-banner {
    padding: 0px 16px;
  }
  #bannerPpal h1 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.6px;
    letter-spacing: -0.6px;
    margin-bottom: 6px;
  }
  #bannerPpal h2 {
    font-family: "CIBFontSans Bold";
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.45px;
    text-align: left;
    margin-bottom: 12px;
  }
  #bannerPpal p {
    font-family: "CIBFontSans Light";
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.3px;
    font-weight: 700;
  }
  #bannerPpal .imagen-mobile {
    display: block;
  }
  #bannerPpal .imagen-desktop {
    display: none !important;
  }
  #bannerPpal .diagonal-box {
    padding: 124px 0px 50px 0px;
    margin-top: -82px;
  }
  #bannerPpal .info-banner {
    margin-left: -4px;
    color: #2c2a29;
  }
  #bannerPpal .info-banner .information {
    text-align: left;
    margin-top: 10px;
  }
  #bannerPpal .info-banner .information .bc-align-items-star {
    align-items: center;
  }
  #bannerPpal .info-banner .information .bc-icon {
    font-size: 35px;
    color: #00825a;
  }
  #bannerPpal .info-banner .information p {
    max-width: 276px;
    min-width: 276px;
    margin-bottom: 20px;
    color: #2c2a29;
  }
  #bannerPpal .info-banner ul {
    max-width: 328px;
  }
  #bannerPpal .info-banner ul li {
    font-size: 18px;
    line-height: 20px;
    font-family: "CIBFontSans Light";
    display: table;
    padding-bottom: 18px;
    letter-spacing: -0.3px;
    text-align: initial;
  }
  #bannerPpal .info-banner ul li::before {
    content: "•";
    font-size: 28px;
    color: #00825a;
    text-align: right;
    line-height: 20px;
    display: table-cell;
    font-weight: bolder;
    padding-right: 14px;
  }
  #bannerPpal .info-banner ul li strong,
  #bannerPpal .info-banner ul li b {
    font-family: "CIBFontSans Bold";
  }
  #bannerPpal .margen-boton {
    padding-top: 12px;
    margin-bottom: 36px;
  }
  #bannerPpal .margen-boton .button {
    margin-left: -3px;
    padding: 8.5px 33.5px;
    font-family: "CIBFontSans Bold";
  }
  #bannerPpal .margen-img {
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #bannerPpal .margen-textos {
    padding-left: 6px;
    padding-right: 0px;
    margin-top: 0px;
    text-align: left;
  }
  #bannerPpal .bclip-azul-wenia .margen-textos {
    margin-top: 15px;
  }
  #bannerPpal .layer-play {
    height: 64px;
    width: 64px;
  }
  section#bannerPpal .bc-content-order-first {
    -ms-flex-order: -1;
    order: -1;
  }
}
#bonos_title{
  align-content: center;
  align-items: center;
}
.bonos_slider{
  font-family: 'CIBFontSans Light';
  font-weight: 200;
  font-size: 36px;
  line-height: 4px;
  letter-spacing: -0.6px;
  align-items: center;
  align-content: center;
  color: #2C2A29;
  padding-top: 100px;
}
.bonos_slider2{
  font-family: 'CIBFontSans Light';
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.6px;
  align-items: center;
  align-content: center;
  color: #2C2A29;
  padding-bottom: 0px;
}

#ventajas-negocios .body-ventajas-negocios .texto-ventajas-negocios {
  color: #fff;
  text-align: center;
}
#ventajas-negocios
  .body-ventajas-negocios
  .texto-ventajas-negocios
  .line-dotted:after {
  content: "";
  border: 1px dashed #fff;
  position: absolute;
  width: 200px;
  right: -140px;
  top: 23px;
}
#ventajas-negocios .body-ventajas-negocios .texto-ventajas-negocios .bc-icon {
  min-width: 48px;
  max-width: 48px;
}
#ventajas-negocios .body-ventajas-negocios .texto-ventajas-negocios p {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.3px;
  font-weight: 400;
  margin-top: 0px;
  max-height: 100px;
  min-height: 69px;
}
#ventajas-negocios .body-ventajas-negocios .texto-ventajas-negocios h4 {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.45px;
  font-family: "CIBFontSans Bold";
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  section#ventajas-negocios.diagonal-box {
    padding-top: 70px;
    padding-bottom: 51px;
  }
  #ventajas-negocios .body-ventajas-negocios .body-row {
    align-items: center;
  }
  #ventajas-negocios .body-ventajas-negocios .titulo-ventajas-negocios {
    margin-bottom: 5px;
  }
  #ventajas-negocios .body-ventajas-negocios .titulo-ventajas-negocios h3 {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.6px;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #2c2a29;
  }
  #ventajas-negocios .body-ventajas-negocios .texto-ventajas-negocios {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  #ventajas-negocios .body-ventajas-negocios .texto-ventajas-negocios p {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.200000003px;
    text-align: center;
    max-width: 266px;
  }
  #ventajas-negocios .body-ventajas-negocios .texto-ventajas-negocios h4 {
    font-family: "CIBFontSans Bold";
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.3000000119px;
    text-align: center;
    max-width: 266px;
    margin-bottom: 6px;
  }
  #ventajas-negocios .body-ventajas-negocios .texto-ventajas-negocios .bc-icon {
    min-width: 48px;
    max-width: 48px;
    margin-bottom: 20px;
    border-radius: 50%;
    font-size: 38px;
    padding: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #ventajas-negocios .body-ventajas-negocios .texto-ventajas-negocios {
    color: #fff;
    text-align: center;
  }
  #ventajas-negocios
    .body-ventajas-negocios
    .texto-ventajas-negocios
    .line-dotted:after {
    content: "";
    border: 1px dashed #fff;
    position: absolute;
    width: 169px;
    right: -120px;
    top: 23px;
  }
}
@media (max-width: 992px) {
  section#ventajas-negocios.diagonal-box {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #ventajas-negocios .body-ventajas-negocios .titulo-ventajas-negocios {
    margin-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #ventajas-negocios .body-ventajas-negocios .titulo-ventajas-negocios h3 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.6px;
    margin-top: 0px;
    margin-bottom: 24px;
    color: #2c2a29;
  }
  #ventajas-negocios .body-ventajas-negocios .body-row {
    margin-left: 0px;
    margin-right: 0px;
  }
  #ventajas-negocios .body-ventajas-negocios .texto-ventajas-negocios {
    max-width: none;
    margin-bottom: 38px;
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #ventajas-negocios
    .body-ventajas-negocios
    .texto-ventajas-negocios
    .line-dotted {
    display: none;
  }
  #ventajas-negocios .body-ventajas-negocios .texto-ventajas-negocios p {
    max-width: 299px;
    max-height: initial;
    min-height: initial;
  }
  #ventajas-negocios .body-ventajas-negocios .texto-ventajas-negocios .bc-icon {
    min-width: 48px;
    max-width: 48px;
    margin-bottom: 15px;
    border-radius: 50%;
    font-size: 38px;
    padding: 5px;
  }
}
#destacados-violeta .body-destacados-violeta .texto-destacados-violeta {
  text-align: center;
}
#destacados-violeta .body-destacados-violeta .texto-destacados-violeta p b,
#destacados-violeta
  .body-destacados-violeta
  .texto-destacados-violeta
  p
  strong {
  font-family: "CIBFontSans Bold";
}
#destacados-violeta
  .body-destacados-violeta
  .texto-destacados-violeta
  .div-enlace-destacado {
  position: absolute;
}
#destacados-violeta .body-destacados-violeta .texto-destacados-violeta a {
  font-family: "CIBFontSans Bold";
  padding: 10px 35px 8px;
  display: block;
  min-width: 244px;
  margin: auto;
  border: 4px #fff solid;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.3px;
}
#destacados-violeta .body-destacados-violeta .texto-destacados-violeta a:hover,
#destacados-violeta .body-destacados-violeta .texto-destacados-violeta a:focus {
  box-shadow: none;
  color: #fff;
}
#destacados-violeta .body-destacados-violeta .texto-destacados-violeta .reset {
  clear: both;
}
@media (min-width: 992px) {
  section#destacados-violeta.diagonal-box {
    padding-top: 74px;
    padding-bottom: 20px;
  }
  #destacados-violeta .body-destacados-violeta .body-row {
    align-items: center;
  }
  #destacados-violeta .body-destacados-violeta .div-image {
    margin-right: 0px;
    margin-left: 0px;
  }
  #destacados-violeta .body-destacados-violeta .div-image .circle-image {
    position: absolute;
    z-index: 2;
    top: -29px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
    border-radius: 1000px;
    width: 80px;
    height: 80px !important;
  }
  #destacados-violeta .body-destacados-violeta .div-image .circle-image img {
    margin: auto;
    padding: 18px;
    width: 80px;
    height: 80px !important;
  }
  #destacados-violeta .body-destacados-violeta .texto-destacados-violeta {
    margin-bottom: 40px;
  }
  #destacados-violeta .body-destacados-violeta .texto-destacados-violeta h2 {
    font-family: "CIBFontSans Bold";
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.6px;
    font-weight: 700;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 0px;
  }
  #destacados-violeta .body-destacados-violeta .texto-destacados-violeta p {
    font-family: "CIBFontSans Light";
    font-size: 18px;
    font-weight: 200;
    line-height: 20px;
    letter-spacing: -0.3px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 0px;
  }
  #destacados-violeta .body-destacados-violeta .div-enlace-destacado {
    bottom: -82px;
  }
}
@media (max-width: 992px) {
  section#destacados-violeta.diagonal-box {
    padding: 68px 0px 20px 0px;
  }
  #destacados-violeta .bc-container {
    padding: 0 16px 40px;
  }
  #destacados-violeta .bc-row {
    margin: 0;
  }
  #destacados-violeta .body-destacados-violeta .body-row {
    margin-left: 0px;
    margin-right: 0px;
  }
  #destacados-violeta .body-destacados-violeta .div-image {
    margin-right: 0px;
    margin-left: 0px;
  }
  #destacados-violeta .body-destacados-violeta .div-image .circle-image {
    position: absolute;
    z-index: 2;
    top: -48px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
    border-radius: 1000px;
    width: 90px;
    height: 90px !important;
  }
  #destacados-violeta .body-destacados-violeta .div-image .circle-image img {
    margin: auto;
    padding: 16px;
    width: 91px;
    height: 91px !important;
  }
  #destacados-violeta .body-destacados-violeta .texto-destacados-violeta {
    padding: 0;
    top: -4px;
  }
  #destacados-violeta .body-destacados-violeta .texto-destacados-violeta h2 {
    font-family: "CIBFontSans Bold";
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.45px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #destacados-violeta .body-destacados-violeta .texto-destacados-violeta p {
    font-family: "CIBFontSans Light";
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.3px;
    text-align: center;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 0px;
  }
  #destacados-violeta .body-destacados-violeta .div-enlace-destacado {
    text-align: center;
    bottom: -90px;
  }
}
#encuentra_la_seguridad_que_buscas .body-encuentra .div-img {
  padding-left: 0px;
  padding-right: 0px;
}
#encuentra_la_seguridad_que_buscas .body-encuentra .texto-encuentra {
  color: #2c2a29;
}
#encuentra_la_seguridad_que_buscas .body-encuentra .texto-encuentra a {
  text-decoration: none;
  color: #2c2a29;
}
#encuentra_la_seguridad_que_buscas
  .body-encuentra
  .texto-encuentra
  a
  .enlace-seguridad {
  font-size: 18px;
  line-height: 20px;
}
#encuentra_la_seguridad_que_buscas
  .body-encuentra
  .texto-encuentra
  a
  .icon-padding {
  padding-left: 16px;
}
#encuentra_la_seguridad_que_buscas .body-encuentra .texto-encuentra a:hover,
#encuentra_la_seguridad_que_buscas .body-encuentra .texto-encuentra a:focus {
  box-shadow: none;
}
#encuentra_la_seguridad_que_buscas
  .body-encuentra
  .texto-encuentra
  .sobre-seguridad {
  display: flex;
}
#encuentra_la_seguridad_que_buscas .body-encuentra .texto-encuentra p {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.3px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 0px;
}
#encuentra_la_seguridad_que_buscas .body-encuentra .texto-encuentra p b,
#encuentra_la_seguridad_que_buscas .body-encuentra .texto-encuentra p strong {
  font-weight: 700;
  font-family: "Open Sans Bold";
  letter-spacing: 0px;
}
#encuentra_la_seguridad_que_buscas .body-encuentra .texto-encuentra .pci {
  display: flex;
  align-items: center;
}
#encuentra_la_seguridad_que_buscas
  .body-encuentra
  .texto-encuentra
  .pci
  .img-izquierda {
  float: left;
  padding-right: 28px;
}
#encuentra_la_seguridad_que_buscas .body-encuentra .texto-encuentra .pci h4 {
  font-weight: 100;
  font-size: 32px;
  margin-right: 16px;
}
#encuentra_la_seguridad_que_buscas .body-encuentra .texto-encuentra .pci h5 {
  font-weight: 400;
}
#encuentra_la_seguridad_que_buscas .body-encuentra .texto-encuentra .reset {
  clear: both;
}
@media (min-width: 992px) {
  #encuentra_la_seguridad_que_buscas .body-encuentra .div-img {
    padding-left: 8px;
    padding-right: 8px;
    text-align: right;
    margin-top: -63px;
  }
  #encuentra_la_seguridad_que_buscas .body-encuentra .texto-encuentra {
    margin-top: 30px;
  }
  #encuentra_la_seguridad_que_buscas .body-encuentra .texto-encuentra a {
    text-decoration: none;
    color: #2c2a29;
  }
  #encuentra_la_seguridad_que_buscas
    .body-encuentra
    .texto-encuentra
    a
    .enlace-seguridad {
    font-family: "CIBFontSans Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.3000000119px;
    text-align: right;
    display: flex;
    align-items: center;
  }
  #encuentra_la_seguridad_que_buscas
    .body-encuentra
    .texto-encuentra
    a
    .enlace-seguridad
    .icon-bco {
    padding-left: 10px;
    font-size: 20px;
    margin-top: -3px;
  }
  #encuentra_la_seguridad_que_buscas .body-encuentra .texto-encuentra h2 {
    font-family: "CIBFontSans Bold";
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.6000000238px;
    text-align: left;
    margin-bottom: 16px;
  }
  #encuentra_la_seguridad_que_buscas
    .body-encuentra
    .texto-encuentra
    .sobre-seguridad {
    padding-left: 0px;
  }
  #encuentra_la_seguridad_que_buscas .body-encuentra .texto-encuentra p {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.3000000119px;
    text-align: left;
  }
  #encuentra_la_seguridad_que_buscas .body-encuentra .texto-encuentra p strong,
  #encuentra_la_seguridad_que_buscas .body-encuentra .texto-encuentra p b {
    font-family: "Open Sans Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.3000000119px;
    text-align: left;
  }
  #encuentra_la_seguridad_que_buscas
    .body-encuentra
    .texto-encuentra
    p:nth-of-type(2) {
    margin-bottom: 25px;
  }
  #encuentra_la_seguridad_que_buscas .body-encuentra .texto-encuentra .pci {
    padding-left: 0px;
    margin: 25px 0px;
  }
  #encuentra_la_seguridad_que_buscas
    .body-encuentra
    .texto-encuentra
    .pci
    .img-izquierda {
    float: left;
    padding-right: 28px;
  }
  #encuentra_la_seguridad_que_buscas .body-encuentra .texto-encuentra .pci h4 {
    font-weight: 100;
    font-size: 32px;
    margin-right: 16px;
  }
  #encuentra_la_seguridad_que_buscas .body-encuentra .texto-encuentra .pci h5 {
    font-weight: 400;
  }
}
@media (max-width: 992px) {
  #encuentra_la_seguridad_que_buscas .body-encuentra {
    padding: 17px 0px 70px 0px;
  }
  #encuentra_la_seguridad_que_buscas .body-encuentra .body-row {
    margin-left: 0px;
    margin-right: 0px;
  }
  #encuentra_la_seguridad_que_buscas .body-encuentra .body-row .div-img {
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    margin-top: 13px;
  }
  #encuentra_la_seguridad_que_buscas
    .body-encuentra
    .body-row
    .texto-encuentra {
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
  }
  #encuentra_la_seguridad_que_buscas
    .body-encuentra
    .body-row
    .texto-encuentra
    a
    .enlace-seguridad {
    text-align: right;
    display: flex;
    align-items: center;
  }
  #encuentra_la_seguridad_que_buscas
    .body-encuentra
    .body-row
    .texto-encuentra
    a
    .icon-bco {
    padding-left: 10px;
    font-size: 20px;
    margin-top: -3px;
  }
  #encuentra_la_seguridad_que_buscas
    .body-encuentra
    .body-row
    .texto-encuentra
    h2 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.45px;
    margin-bottom: 10px;
    max-width: 328px;
  }
  #encuentra_la_seguridad_que_buscas
    .body-encuentra
    .body-row
    .texto-encuentra
    p {
    font-weight: 400;
    max-width: 326px;
  }
  #encuentra_la_seguridad_que_buscas
    .body-encuentra
    .body-row
    .texto-encuentra
    p:nth-of-type(2) {
    margin-bottom: 15px;
  }
  #encuentra_la_seguridad_que_buscas
    .body-encuentra
    .body-row
    .texto-encuentra
    .pci {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 30px;
    margin-bottom: 35px;
  }
  #encuentra_la_seguridad_que_buscas
    .body-encuentra
    .body-row
    .texto-encuentra
    .sobre-seguridad {
    margin-bottom: 14px;
  }
}
#cards-rotadores .body-cards-rotativas {
  background: rgba(0, 0, 0, 0);
  text-align: center;
  color: #2c2a29;
}
#cards-rotadores .body-cards-rotativas .swiper-cards-rotadores {
  margin-top: 35px;
}
#cards-rotadores .body-cards-rotativas .swiper-cards-rotadores .fadeInBottom {
  animation-name: fadeInBottom;
  animation: fadeInBottom 1s;
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}
#cards-rotadores .body-cards-rotativas .swiper-cards-rotadores .fadeInBottom2 {
  animation-name: fadeInBottom2;
  animation: fadeInBottom2 3s;
}
@keyframes fadeInBottom2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#cards-rotadores .body-cards-rotativas .swiper-cards-rotadores .hacer-hoy-pag {
  position: relative;
  margin-top: 27px;
  width: 100%;
}
#cards-rotadores
  .body-cards-rotativas
  .swiper-cards-rotadores
  .hacer-hoy-pag
  .margin-bullets {
  margin-left: 50px;
}
#cards-rotadores .body-cards-rotativas .swiper-cards-rotadores .bc-row {
  padding-left: 0px;
  padding-right: 0px;
}
#cards-rotadores .body-cards-rotativas .div-titulo-cards-rotativas {
  margin-top: -19px;
  margin-left: 12px;
}
#cards-rotadores .body-cards-rotativas .swiper-buttons {
  display: flex;
  justify-content: space-between;
}
#cards-rotadores .body-cards-rotativas .swiper-button-prev,
#cards-rotadores .body-cards-rotativas .swiper-button-next,
#cards-rotadores .body-cards-rotativas .btn-first,
#cards-rotadores .body-cards-rotativas .btn-last {
  position: absolute;
  height: 38px;
  width: 38px;
  border-radius: 50px;
  margin-top: calc(-4.4 * var(--swiper-navigation-size) / 2);
  z-index: 10;
}
#cards-rotadores .body-cards-rotativas .swiper-button-prev:after,
#cards-rotadores .body-cards-rotativas .swiper-button-next:after,
#cards-rotadores .body-cards-rotativas .btn-first:after,
#cards-rotadores .body-cards-rotativas .btn-last:after {
  font-size: 16px;
  color: #2c2a29;
}
#cards-rotadores .body-cards-rotativas .swiper-button-prev {
  left: 40px;
  right: auto;
}
#cards-rotadores .body-cards-rotativas .swiper-button-prev:after {
  font-size: 16px;
  color: #2c2a29;
  content: "";
  font-family: "Font Icon Regular" !important;
}
#cards-rotadores .body-cards-rotativas .swiper-button-next {
  left: auto;
  right: 40px;
}
#cards-rotadores .body-cards-rotativas .swiper-button-next:after {
  font-size: 16px;
  color: #2c2a29;
  content: "";
  font-family: "Font Icon Regular" !important;
}
#cards-rotadores .body-cards-rotativas .prev-buttons,
#cards-rotadores .body-cards-rotativas .next-buttons {
  display: flex;
}
@media (min-width: 992px) {
  section#cards-rotadores.diagonal-box {
    padding-top: 90px;
    padding-bottom: 20px;
  }
  #cards-rotadores .body-cards-rotativas .texto-div {
    text-align: left;
    padding-top: 30px;
  }
  #cards-rotadores .body-cards-rotativas .texto-div .descripcion-cards {
    margin-bottom: 53px;
    margin-top: 11px;
  }
  #cards-rotadores .body-cards-rotativas .texto-div .descripcion-cards-dos {
    margin-bottom: 29px;
    margin-top: 11px;
  }
  #cards-rotadores .body-cards-rotativas .swiper-pagination {
    margin-top: -26px;
  }
  #cards-rotadores .body-cards-rotativas .div-titulo-cards-rotativas .titulo {
    font-family: "CIBFontSans Bold";
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.6000000238px;
    text-align: center;
  }
  #cards-rotadores .body-cards-rotativas .swiper-cards-rotadores {
    padding-top: 41px;
    padding-bottom: 50px;
  }
  #cards-rotadores .body-cards-rotativas .swiper-cards-rotadores .texto-div {
    text-align: left;
    padding-top: 30px;
  }
  #cards-rotadores
    .body-cards-rotativas
    .swiper-cards-rotadores
    .descripcion-cards {
    margin-bottom: 53px;
    margin-top: 11px;
  }
  #cards-rotadores
    .body-cards-rotativas
    .swiper-cards-rotadores
    .descripcion-cards-dos {
    margin-bottom: 29px;
    margin-top: 11px;
  }
  #cards-rotadores .body-cards-rotativas .swiper-cards-rotadores p {
    margin: 16px 0px;
  }
  #cards-rotadores .body-cards-rotativas .swiper-cards-rotadores h5 {
    color: #2c2a29;
    font-family: "CIBFontSans Bold";
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.3000000119px;
    text-align: left;
  }
  #cards-rotadores .body-cards-rotativas .swiper-cards-rotadores h6 {
    font-family: "CIBFontSans Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.3000000119px;
    color: #2c2a29;
  }
  #cards-rotadores .body-cards-rotativas .swiper-cards-rotadores a {
    text-decoration: none;
  }
  #cards-rotadores .body-cards-rotativas .swiper-cards-rotadores .icon-padding {
    padding-left: 6px;
    vertical-align: middle;
    font-size: 20px;
  }
  #cards-rotadores .body-cards-rotativas .swiper-cards-rotadores .imagen-div {
    border-radius: 20px;
    height: 234px;
  }
  #cards-rotadores
    .body-cards-rotativas
    .swiper-cards-rotadores
    .imagen-div
    .img-swiper {
    position: absolute;
    transform: translate(-50%, -16%);
    left: 50%;
  }
}
@media (max-width: 992px) {
  #cards-rotadores .swiper-pagination {
    margin-top: 35px;
    min-width: 156px !important;
  }
  #cards-rotadores .swiper-pagination-bullet {
    width: 40px !important;
    height: 8px !important;
    display: inline-block !important;
    margin: 0 7px !important;
    border-radius: 20px !important;
  }
  #cards-rotadores .swiper-pagination-bullet-active {
    opacity: 1 !important;
    width: 40px !important;
    height: 8px !important;
  }
  #cards-rotadores .body-cards-rotativas {
    padding: 68px 0px 50px 0px;
  }
  #cards-rotadores .body-cards-rotativas .swiper-cards-rotadores {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-left: 0px;
  }
  #cards-rotadores
    .body-cards-rotativas
    .swiper-cards-rotadores
    .swiper-wrapper
    .swiper-slide:last-child {
    padding-right: 26px !important;
  }
  #cards-rotadores
    .body-cards-rotativas
    .swiper-cards-rotadores
    .swiper-margin {
    margin-left: 16px;
    margin-bottom: -34px;
  }
  #cards-rotadores
    .body-cards-rotativas
    .swiper-cards-rotadores
    .swiper-buttons {
    display: flex;
    justify-content: space-between;
  }
  #cards-rotadores
    .body-cards-rotativas
    .swiper-cards-rotadores
    .swiper-button-prev,
  #cards-rotadores
    .body-cards-rotativas
    .swiper-cards-rotadores
    .swiper-button-next,
  #cards-rotadores .body-cards-rotativas .swiper-cards-rotadores .btn-first,
  #cards-rotadores .body-cards-rotativas .swiper-cards-rotadores .btn-last {
    position: absolute;
    height: 38px;
    width: 38px;
    margin-right: -60px;
    border-radius: 50px;
    margin-top: calc(-17 * var(--swiper-navigation-size) / 2);
    z-index: 10;
  }
  #cards-rotadores
    .body-cards-rotativas
    .swiper-cards-rotadores
    .swiper-button-prev:after,
  #cards-rotadores
    .body-cards-rotativas
    .swiper-cards-rotadores
    .swiper-button-next:after,
  #cards-rotadores
    .body-cards-rotativas
    .swiper-cards-rotadores
    .btn-first:after,
  #cards-rotadores
    .body-cards-rotativas
    .swiper-cards-rotadores
    .btn-last:after {
    font-size: 16px;
    color: #2c2a29;
  }
  #cards-rotadores .body-cards-rotativas .swiper-cards-rotadores .prev-buttons,
  #cards-rotadores .body-cards-rotativas .swiper-cards-rotadores .next-buttons {
    display: flex;
  }
  #cards-rotadores
    .body-cards-rotativas
    .swiper-cards-rotadores
    .hacer-hoy-pag {
    position: relative;
    margin-top: 30px;
    width: 100%;
  }
  #cards-rotadores
    .body-cards-rotativas
    .swiper-cards-rotadores
    .hacer-hoy-pag
    .margin-bullets {
    margin-left: 0px;
    padding-top: 35px;
  }
  #cards-rotadores .body-cards-rotativas .swiper-cards-rotadores .imagen-div {
    border-radius: 20px;
    height: 213px;
  }
  #cards-rotadores
    .body-cards-rotativas
    .swiper-cards-rotadores
    .imagen-div
    .img-swiper {
    position: absolute;
    transform: translate(-50%, -11%);
    left: 50%;
  }
  #cards-rotadores .body-cards-rotativas .swiper-cards-rotadores .bc-row {
    padding-left: 0px;
    padding-right: 0px;
  }
  #cards-rotadores .body-cards-rotativas .swiper-cards-rotadores .texto-div {
    text-align: left;
    padding-top: 30px;
    margin-left: 0px;
    margin-right: 0px;
  }
  #cards-rotadores
    .body-cards-rotativas
    .swiper-cards-rotadores
    .texto-div
    .bc-col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  #cards-rotadores .body-cards-rotativas .swiper-cards-rotadores .texto-div p {
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.3px;
    text-align: left;
    margin: 10px 0px 16px;
    min-height: 52px;
  }
  #cards-rotadores .body-cards-rotativas .swiper-cards-rotadores .texto-div h5 {
    color: #2c2a29;
    font-family: "CIBFontSans Bold";
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.3px;
  }
  #cards-rotadores .body-cards-rotativas .swiper-cards-rotadores .texto-div h6 {
    font-size: 18px;
    color: #2c2a29;
  }
  #cards-rotadores .body-cards-rotativas .swiper-cards-rotadores .texto-div a {
    text-decoration: none;
  }
  #cards-rotadores
    .body-cards-rotativas
    .swiper-cards-rotadores
    .texto-div
    .icon-padding {
    padding-left: 18px;
  }
  #cards-rotadores .body-cards-rotativas .div-titulo-cards-rotativas {
    margin-top: 14px;
    margin-left: 0px;
  }
  #cards-rotadores .body-cards-rotativas .div-titulo-cards-rotativas h2 {
    font-family: "CIBFontSans Bold";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.45px;
    text-align: center;
  }
}
.cards-informativas .body-cards-informativas {
  color: #2c2a29;
}
@media (min-width: 768px) {
  .cards-informativas {
    padding-top: 85px;
    padding-bottom: 75px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .titulo-principal {
    text-align: center;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .titulo-principal
    h2 {
    font-family: "CIBFontSans Light";
    font-size: 28px;
    font-weight: 200;
    line-height: 30px;
    letter-spacing: -0.6000000238px;
    margin-bottom: 6px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .titulo-principal
    h2:last-child {
    margin-bottom: 29px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .titulo-principal
    h4 {
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.3px;
    font-weight: 400;
    margin-bottom: 37px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .titulo-principal
    h4
    strong,
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .titulo-principal
    h4
    b {
    font-family: "Open Sans Bold";
    font-weight: 700;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .boton {
    display: flex;
    justify-content: center;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .boton
    .button-negro {
    font-family: "CIBFontSans Bold";
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .boton
    a {
    min-width: 244px;
    height: 38px;
    padding: 10px 30px;
    text-decoration: none;
    text-align: center;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .boton
    a:hover,
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .boton
    a:focus {
    box-shadow: none;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .boton
    .enlace {
    display: flex;
    color: #2c2a29;
    text-decoration: none;
    padding-left: 46px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .boton
    .enlace
    h6 {
    font-family: "CIBFontSans Bold";
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.3px;
    font-size: 18px;
    color: #2c2a29;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .boton
    .enlace
    .icon-padding {
    padding-left: 16px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards:last-child {
    margin-bottom: 0px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards {
    margin-bottom: 42px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .bc-col-md-6:first-of-type {
    padding-left: 0px;
    height: 100%;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .bc-col-md-6:last-of-type {
    padding-right: 0px;
    padding-left: 10px;
    height: 100%;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .cards {
    height: 100%;
    padding: 30px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 20px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .cards:hover {
    box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.1);
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .cards
    h2 {
    font-family: "CIBFontSans Bold";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.375px;
    margin-bottom: 15px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .cards
    p {
    margin-top: 0px;
    margin-bottom: 24px;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.200000003px;
    text-align: left;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .cards
    .texto-resaltado {
    color: #00825a;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .cards
    h6 {
    font-family: "CIBFontSans Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.3000000119px;
    color: #2c2a29;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .cards
    a {
    display: flex;
    align-items: center;
    color: #2c2a29;
    text-decoration: none;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .cards
    a:hover,
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .cards
    a:focus {
    box-shadow: none;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .cards
    .icon-padding {
    padding-left: 10px;
    font-size: 20px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .cards
    p:last-child {
    margin-bottom: 0px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .cards
    h2:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .cards-informativas {
    padding-top: 30px;
    padding-bottom: 76px;
  }
  .cards-informativas .body-cards-informativas .div-texto-cards-informativas {
    margin-left: 0px;
    margin-top: 37px;
    padding-left: 13px;
    padding-right: 13px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .titulo-principal {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .titulo-principal
    h2 {
    font-family: "CIBFontSans Bold";
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.6000000238px;
    margin-bottom: 9px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .titulo-principal
    h2:last-child {
    margin-bottom: 24px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .titulo-principal
    h4 {
    font-family: "CIBFontSans Light";
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.3px;
    font-weight: 400;
    margin-bottom: 35px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .titulo-principal
    h4
    strong,
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .titulo-principal
    h4
    b {
    font-family: "CIBFontSans Bold";
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards:last-child {
    margin-bottom: 0px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards {
    padding-right: 6px;
    padding-left: 10px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    div {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .cards {
    padding: 36px 29px 33px 29px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 29px;
    background-color: #fff;
    border-radius: 20px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .cards
    h2 {
    font-family: "CIBFontSans Bold";
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.6px;
    margin-bottom: 16px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .cards
    p {
    margin-top: 0px;
    margin-bottom: 24px;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.3px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .cards
    .texto-resaltado {
    color: #00825a;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .cards
    h6 {
    font-family: "CIBFontSans Bold";
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.3px;
    font-size: 18px;
    color: #2c2a29;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .cards
    a {
    display: flex;
    color: #2c2a29;
    text-decoration: none;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .cards
    a:hover,
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .cards
    a:focus {
    box-shadow: none;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .cards
    .icon-padding {
    padding-left: 16px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .cards
    p:last-child {
    margin-bottom: 0px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .contenedor-cards
    .cards
    h2:last-child {
    margin-bottom: 0px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .boton {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .boton
    .button-negro {
    font-family: "CIBFontSans Bold";
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .boton
    a {
    min-width: 189px;
    height: 38px;
    padding: 10px 30px;
    text-decoration: none;
    text-align: center;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .boton
    a:hover,
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .boton
    a:focus {
    box-shadow: none;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .boton
    .enlace {
    display: flex;
    color: #2c2a29;
    text-decoration: none;
    padding-left: 46px;
    margin-top: 16px;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .boton
    .enlace
    h6 {
    font-family: "CIBFontSans Bold";
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.3px;
    font-size: 18px;
    color: #2c2a29;
  }
  .cards-informativas
    .body-cards-informativas
    .div-texto-cards-informativas
    .boton
    .enlace
    .icon-padding {
    padding-left: 16px;
  }
}
#banner-rotador
  .bc-col-md-12
  .bc-col-lg-4
  .bc-offset-lg-1
  .bc-align-self-start {
  order: 1;
}
#banner-rotador
  .bc-col-md-12
  .bc-col-lg-6
  .bc-offset-lg-1
  .bc-content-order-first {
  order: 2;
}
#banner-rotador .bc-container {
  color: #2c2a29;
}
#banner-rotador .swiper-pagination {
  text-align: left !important;
}
#banner-rotador .swiper-pagination .swiper-pagination-bullet:first-child {
  margin: 0 9px 0 0 !important;
}
#banner-rotador .enlace-banner {
  font-family: "Open Sans Bold";
  padding: 9px 10px 8px 75px;
  font-weight: 600;
  text-decoration: none;
}
#banner-rotador .enlace-banner::after {
  font-family: "icons", "Font Icon Regular";
  content: "";
  padding-left: 36.7px;
  font-size: 25px;
  font-weight: 400;
  vertical-align: middle;
}
#banner-rotador .enlace-banner:hover,
#banner-rotador .enlace-banner:focus {
  text-decoration: none;
  box-shadow: none;
  color: #dfff61;
}
#banner-rotador a:hover,
#banner-rotador a:focus {
  box-shadow: none;
}
#banner-rotador h1 {
  font-family: "CIBFontSans Bold";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.6px;
  margin: 0px 0px 16px 0px;
}
#banner-rotador p {
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.3px;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 16px;
}
#banner-rotador .parallax-element {
  width: 100%;
  height: 370px;
  overflow: hidden;
}
#banner-rotador .parallax-element .layer {
  position: absolute;
  object-fit: cover;
}
#banner-rotador .woman {
  top: -54px;
  left: 103px;
}
#banner-rotador .ventana {
  top: 40px;
}
#banner-rotador .campana1 {
  left: 106px;
  top: 97px;
}
#banner-rotador .campana2 {
  left: 31px;
  top: 136px;
}
#banner-rotador .campana3 {
  top: 2px;
  left: 43px;
}
#banner-rotador .moto {
  top: 160px;
  left: 400px;
}
#banner-rotador .layer-play {
  overflow: hidden;
  position: absolute;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  width: 64px;
  margin-right: 56px;
}
#banner-rotador .layer-play img {
  height: 64px;
  width: 64px;
}
#banner-rotador .bc-modal-title {
  width: 48px !important;
}
#banner-rotador .button-modal {
  cursor: pointer;
}
#banner-rotador .button-modal:hover {
  box-shadow: none;
}
@media (max-width: 992px) {
  #banner-rotador {
    align-self: center;
    text-align: center;
  }
  #banner-rotador h1 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.6px;
  }
  #banner-rotador p {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.375px;
  }
  #banner-rotador .layer-play {
    top: 5rem;
    left: 45%;
    width: 64px;
    height: 64px;
  }
  #banner-rotador .layer-play img {
    width: 64px;
    height: 64px;
  }
  #banner-rotador .imagen-mobile {
    display: block;
  }
  #banner-rotador .imagen-desktop {
    display: none !important;
  }
  #banner-rotador .swiper-pagination {
    text-align: center !important;
  }
  #banner-rotador .play {
    top: 28%;
    left: 41%;
    position: absolute;
  }
}
@media (min-width: 1200px) {
  section#banner-rotador.diagonal-box {
    padding-top: 130px;
    margin-top: -90px;
    min-height: 540px;
  }
  #banner-rotador .bc-col-lg-6.bc-offset-lg-1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #banner-rotador .div-img-banner {
    text-align: center;
  }
  #banner-rotador .imagen-mobile {
    display: none;
  }
  #banner-rotador .enlace-banner {
    font-family: "CIBFontSans Bold";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.3px;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    padding: 11px 10px 9px 16px;
  }
  #banner-rotador .enlace-banner::after {
    font-family: "icons", "Font Icon Regular";
    content: "";
    padding-left: 30px;
    font-size: 25px;
    font-weight: 400;
    vertical-align: middle;
  }
  #banner-rotador .info-banner {
    margin-top: 43px;
  }
  #banner-rotador .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 123px;
    left: 105px;
  }
  #banner-rotador .swiper-margin-banner {
    bottom: 28rem !important;
    left: 30px !important;
  }
  #banner-rotador .margen-boton {
    padding-top: 10px;
  }
  #banner-rotador .swiper-container-banner {
    margin-bottom: -80px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  section#banner-rotador.diagonal-box {
    padding-top: 110px;
    margin-top: -70px;
  }
  #banner-rotador .bc-col-lg-6.bc-offset-lg-1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #banner-rotador .div-img-banner {
    text-align: center;
  }
  #banner-rotador .imagen-mobile {
    display: none;
  }
  #banner-rotador .layer-play {
    overflow: hidden;
    position: absolute;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    width: 64px;
    margin-right: -56px;
  }
  #banner-rotador .enlace-banner {
    font-family: "CIBFontSans Bold";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.3px;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    padding: 9px 10px 9px 16px;
  }
  #banner-rotador .enlace-banner::after {
    font-family: "icons", "Font Icon Regular";
    content: "";
    padding-left: 30px;
    font-size: 25px;
    font-weight: 400;
    vertical-align: middle;
  }
  #banner-rotador .info-banner {
    margin-top: 43px;
  }
  #banner-rotador .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 105px;
    left: 93px;
  }
  #banner-rotador .swiper-margin-banner {
    bottom: 28rem !important;
    left: 30px !important;
  }
  #banner-rotador .margen-boton {
    padding-top: 10px;
  }
  #banner-rotador .swiper-container-banner {
    margin-bottom: -80px;
  }
}
@media (max-width: 992px) {
  section#banner-rotador.diagonal-box {
    padding: 115px 0px 20px 0px;
    margin-top: -70px;
  }
  #banner-rotador .margen-boton {
    padding-top: 1rem;
    margin-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  #banner-rotador .bc-content-order-first {
    -ms-flex-order: -1;
    order: -1;
    display: flex;
    justify-content: center;
  }
  #banner-rotador .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 57px;
  }
  #banner-rotador .body-banner .swiper-wrapper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
#aumento-de-pagos {
  margin-top: -1px;
  display: contents;
}
#aumento-de-pagos h2 {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.6px;
  color: #2c2a29;
}
#aumento-de-pagos h4 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.375px;
  color: #2c2a29;
  margin-bottom: 8px;
}
#aumento-de-pagos h4 span {
  color: #00825a;
}
#aumento-de-pagos .aumenta-contenido {
  margin-top: 61px;
}
#aumento-de-pagos .button-vacio {
  font-family: "CIBFontSans Bold";
  padding: 9px 0;
  color: #2c2a29;
}
#aumento-de-pagos .button-vacio::after {
  font-family: "icons", "Font Icon Regular";
  content: "";
  padding-left: 10px;
  vertical-align: middle;
}
#aumento-de-pagos .button-vacio:hover,
#aumento-de-pagos .button-vacio:focus {
  box-shadow: none;
}
#aumento-de-pagos .list-simple {
  width: 80%;
  color: #2c2a29;
}
@media (min-width: 992px) {
  #aumento-de-pagos .diagonal-box {
    margin-bottom: -20px;
    padding-bottom: 56px;
  }
  #aumento-de-pagos .aumenta-contenido {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: -54px;
  }
  #aumento-de-pagos .texto-derecha {
    margin-top: 51px;
  }
  #aumento-de-pagos p {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.200000003px;
    text-align: left;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  #aumento-de-pagos p:last-of-type {
    margin-bottom: 30px;
  }
  #aumento-de-pagos h2 {
    font-family: "CIBFontSans Bold";
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.6000000238px;
    text-align: left;
  }
  #aumento-de-pagos h4 {
    font-family: "CIBFontSans Bold";
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.3000000119px;
    text-align: left;
    margin-bottom: 27px;
  }
  #aumento-de-pagos h4 span {
    margin-bottom: 18px;
    min-height: initial;
  }
  #aumento-de-pagos .button-vacio {
    font-family: "CIBFontSans Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.3000000119px;
    text-align: right;
  }
  #aumento-de-pagos .list-simple {
    margin-bottom: 20px;
  }
  #aumento-de-pagos .list-simple li {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.200000003px;
    text-align: left;
    display: table;
    margin-bottom: 18px;
  }
  #aumento-de-pagos .list-simple li::before {
    content: "•";
    color: #2c2a29;
    display: inline-block;
    width: 30px;
    margin-left: -19px;
    font-size: 27px;
    position: absolute;
  }
  #aumento-de-pagos .lista {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #aumento-de-pagos .aumenta-contenido {
    margin-bottom: 20px;
    margin-top: -6px;
  }
  #aumento-de-pagos .diagonal-box {
    margin-bottom: -20px;
    padding-bottom: 56px;
  }
}
@media (max-width: 992px) {
  #aumento-de-pagos .video-loop {
    margin: auto;
  }
  #aumento-de-pagos h2 {
    text-align: center;
    width: 80%;
    margin: auto;
    margin-bottom: 1em;
  }
  #aumento-de-pagos p {
    width: 95%;
    margin: auto;
    text-align: center;
  }
  #aumento-de-pagos h4 {
    margin-bottom: 16px;
  }
  #aumento-de-pagos .texto-derecha {
    padding-right: 0;
  }
  #aumento-de-pagos .texto-derecha p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.3px;
    margin-bottom: 1em;
  }
  #aumento-de-pagos .list-simple {
    width: 81%;
    margin-bottom: 20px;
  }
  #aumento-de-pagos .list-simple li::before {
    content: "•";
    color: #2c2a29;
  }
  #aumento-de-pagos .aumenta-contenido {
    padding-bottom: 48px;
  }
  #aumento-de-pagos .lista {
    margin-top: 10px;
  }
  #aumento-de-pagos .inicial {
    padding-right: 0px;
    padding-left: 6px;
  }
  #aumento-de-pagos .final {
    padding-left: 0px;
  }
}
#nuestros_aliados .body-aliados {
  background: rgba(0, 0, 0, 0);
  text-align: center;
  color: #2c2a29;
}
#nuestros_aliados .body-aliados .div-texto-aliados {
  margin-top: 37px;
}
#nuestros_aliados .body-aliados .div-texto-aliados .titulo {
  font-size: 32px;
}
#nuestros_aliados .body-aliados .div-texto-aliados .mensaje {
  font-size: 18px;
}
#nuestros_aliados .body-aliados .div-logos-aliados {
  margin-top: 36px;
  margin-bottom: 10px;
}
#nuestros_aliados .body-aliados .div-logos-aliados .logos-aliados {
  margin-left: 29px;
  margin-right: 29px;
}
#nuestros_aliados .body-aliados .div-logos-aliados .primera-fila {
  margin-bottom: 28px;
  display: flex;
  justify-content: center;
}
#nuestros_aliados .body-aliados .div-logos-aliados .segunda-fila {
  display: flex;
  justify-content: center;
}
#nuestros_aliados .body-aliados .div-boton-aliados {
  margin-top: 35px;
  position: absolute;
  z-index: 2;
  bottom: -5%;
  left: 0%;
}
#nuestros_aliados .body-aliados .div-boton-aliados .btn-crear {
  padding: 9px 44px;
  border: 4px #fff solid;
  align-items: center;
  font-family: "CIBFontSans Bold";
}
#nuestros_aliados .body-aliados .mensaje {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.38px;
  font-weight: 400;
}
#nuestros_aliados .body-aliados .pci {
  display: flex;
  align-items: center;
}
#nuestros_aliados .body-aliados .pci .img-izquierda {
  float: left;
  padding-right: 28px;
}
#nuestros_aliados .body-aliados .reset {
  clear: both;
}
@media (min-width: 992px) {
  #nuestros_aliados {
    padding-top: 36px;
    padding-bottom: 58px;
  }
  #nuestros_aliados .body-aliados .div-texto-aliados .titulo {
    font-family: "CIBFontSans Bold";
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.6000000238px;
    text-align: center;
  }
  #nuestros_aliados .body-aliados .div-texto-aliados .mensaje {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.3000000119px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  #nuestros_aliados {
    padding: 38px 0px 45px 0px;
  }
  #nuestros_aliados .body-aliados .div-texto-aliados {
    margin-left: 0px;
  }
  #nuestros_aliados .body-aliados .div-texto-aliados .titulo {
    font-size: 28px;
    padding: 0px 30px;
  }
  #nuestros_aliados .body-aliados .div-logos-aliados {
    margin-left: 0px;
    margin-top: 39px;
    margin-bottom: 20px;
    text-align: center;
  }
  #nuestros_aliados .body-aliados .div-logos-aliados .logos-aliados {
    margin-right: 16px;
  }
  #nuestros_aliados .body-aliados .div-logos-aliados img:last-of-type {
    margin-right: 0px;
  }
  #nuestros_aliados .body-aliados .div-logos-aliados .primera-fila {
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  #nuestros_aliados .body-aliados .div-boton-aliados {
    margin-top: 37px;
    margin-left: 0px;
  }
  #nuestros_aliados .body-aliados .div-boton-aliados .btn-crear {
    padding: 9px 50px;
    border: 4px #fff solid;
    align-items: center;
  }
}
#quieres_inspirarte .body-inspirarte {
  background: #fff;
  text-align: center;
  color: #2c2a29;
}
#quieres_inspirarte .body-inspirarte .swiper-buttons {
  display: flex;
  justify-content: space-between;
}
#quieres_inspirarte .body-inspirarte .swiper-button-prev,
#quieres_inspirarte .body-inspirarte .swiper-button-next,
#quieres_inspirarte .body-inspirarte .btn-first,
#quieres_inspirarte .body-inspirarte .btn-last {
  position: absolute;
  border-radius: 50px;
  z-index: 10;
  display: none;
}
#quieres_inspirarte .body-inspirarte .swiper-button-prev:after,
#quieres_inspirarte .body-inspirarte .swiper-button-next:after,
#quieres_inspirarte .body-inspirarte .btn-first:after,
#quieres_inspirarte .body-inspirarte .btn-last:after {
  font-size: 16px;
  color: #fff;
}
#quieres_inspirarte .body-inspirarte .swiper-button-prev:after {
  font-size: 16px;
  color: #fff;
  content: "";
  font-family: "icons", "Font Icon Regular" !important;
}
#quieres_inspirarte .body-inspirarte .swiper-button-next:after {
  font-size: 16px;
  color: #fff;
  content: "";
  font-family: "icons", "Font Icon Regular" !important;
}
#quieres_inspirarte .body-inspirarte .prev-buttons,
#quieres_inspirarte .body-inspirarte .next-buttons {
  display: flex;
}
#quieres_inspirarte .body-inspirarte .inspirarte-pag {
  position: relative;
  margin-top: 30px;
  width: 100%;
}
#quieres_inspirarte .body-inspirarte .inspirarte-pag .margin-bullets {
  margin-left: 122px;
  padding-top: 5px;
}
#quieres_inspirarte .body-inspirarte .swiper-home-inspirarte .animacion-div {
  animation: fadeInDiv 1s;
}
@keyframes fadeInDiv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#quieres_inspirarte .body-inspirarte .swiper-home-inspirarte .bc-row {
  padding-left: 0px;
  padding-right: 0px;
}
#quieres_inspirarte .body-inspirarte .div-titulo-inspirarte {
  margin-top: 37px;
  margin-left: 12px;
  text-align: left;
}
#quieres_inspirarte .body-inspirarte .div-titulo-inspirarte .div-subtitulo {
  display: flex;
}
#quieres_inspirarte
  .body-inspirarte
  .div-titulo-inspirarte
  .div-subtitulo
  .titulo {
  margin-top: 4px;
}
#quieres_inspirarte
  .body-inspirarte
  .div-titulo-inspirarte
  .div-subtitulo
  .img-titulo {
  margin-right: 8px;
}
@media (min-width: 992px) {
  #quieres_inspirarte .diagonal-box {
    padding-top: 35px;
    padding-bottom: 43px;
  }
  #quieres_inspirarte .body-inspirarte .div-titulo-inspirarte {
    margin-top: 37px;
    text-align: left;
  }
  #quieres_inspirarte .body-inspirarte .div-titulo-inspirarte .div-subtitulo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #quieres_inspirarte
    .body-inspirarte
    .div-titulo-inspirarte
    .div-subtitulo
    .titulo {
    font-family: "CIBFontSans Bold";
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.6000000238px;
    text-align: left;
    margin-top: 4px;
  }
  #quieres_inspirarte
    .body-inspirarte
    .div-titulo-inspirarte
    .div-subtitulo
    .img-titulo {
    margin-right: 25px;
  }
  #quieres_inspirarte .body-inspirarte .swiper-buttons {
    display: flex;
    justify-content: space-between;
  }
  #quieres_inspirarte .body-inspirarte .swiper-button-prev,
  #quieres_inspirarte .body-inspirarte .swiper-button-next,
  #quieres_inspirarte .body-inspirarte .btn-first,
  #quieres_inspirarte .body-inspirarte .btn-last {
    height: 38px;
    width: 38px;
    margin-top: calc(-8 * var(--swiper-navigation-size) / 2);
  }
  #quieres_inspirarte .body-inspirarte .swiper-button-prev {
    right: auto;
    left: -6%;
    top: 22px;
  }
  #quieres_inspirarte .body-inspirarte .swiper-button-next {
    right: 14%;
    left: auto;
    top: 22px;
  }
  #quieres_inspirarte .body-inspirarte .inspirarte-pag {
    position: fixed;
    margin-top: -30px;
    width: 100%;
  }
  #quieres_inspirarte .body-inspirarte .inspirarte-pag .margin-bullets {
    padding-top: 25px;
    margin-left: 7px;
    left: 50%;
    top: 65%;
    transform: translate(-53%, -57%);
  }
  #quieres_inspirarte .body-inspirarte .swiper-home-inspirarte {
    padding-top: 37px;
    padding-bottom: 0px;
  }
  #quieres_inspirarte .body-inspirarte .swiper-home-inspirarte .texto-div {
    text-align: left;
    display: flex;
    align-items: center;
  }
  #quieres_inspirarte
    .body-inspirarte
    .swiper-home-inspirarte
    .texto-div
    .texto-testimoniales {
    padding-left: 0px;
    padding-right: 0px;
  }
  #quieres_inspirarte
    .body-inspirarte
    .swiper-home-inspirarte
    .texto-div
    .texto-testimoniales
    .testimonio {
    font-family: "CIBFontSans Light";
    font-size: 18px;
    font-weight: 200;
    line-height: 20px;
    letter-spacing: -0.3000000119px;
    text-align: left;
    margin-bottom: 18px;
  }
  #quieres_inspirarte
    .body-inspirarte
    .swiper-home-inspirarte
    .texto-div
    .texto-testimoniales
    .nombre {
    margin-bottom: 4px;
    font-family: "Open Sans Bold";
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.200000003px;
    text-align: left;
  }
  #quieres_inspirarte
    .body-inspirarte
    .swiper-home-inspirarte
    .texto-div
    .texto-testimoniales
    .cargo {
    margin-top: 0px;
    margin-bottom: 26px;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.1714286059px;
    text-align: left;
  }
  #quieres_inspirarte
    .body-inspirarte
    .swiper-home-inspirarte
    .texto-div
    .texto-testimoniales
    .btn-historia {
    padding: 9px 20px;
    margin-bottom: 50px;
  }
  #quieres_inspirarte .body-inspirarte .swiper-home-inspirarte .imagen-div {
    padding-left: 12px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #quieres_inspirarte .body-inspirarte .inspirarte-pag .margin-bullets {
    padding-top: 5px;
    margin-left: 9px;
    left: 40%;
    transform: translate(-42%, -57%);
  }
}
@media (max-width: 992px) {
  #quieres_inspirarte .diagonal-box {
    padding: 102px 0px 76px 0px;
  }
  #quieres_inspirarte .body-inspirarte .swiper-buttons {
    display: flex;
    justify-content: space-between;
  }
  #quieres_inspirarte .body-inspirarte .swiper-button-prev,
  #quieres_inspirarte .body-inspirarte .swiper-button-next,
  #quieres_inspirarte .body-inspirarte .btn-first,
  #quieres_inspirarte .body-inspirarte .btn-last {
    height: 38px;
    width: 38px;
    margin-top: calc(-22 * var(--swiper-navigation-size) / 2);
  }
  #quieres_inspirarte .body-inspirarte .swiper-button-prev {
    right: auto;
    left: 20px;
  }
  #quieres_inspirarte .body-inspirarte .swiper-button-next {
    right: 20px;
    left: auto;
  }
  #quieres_inspirarte .body-inspirarte .inspirarte-pag {
    position: relative;
    margin-top: 0px;
    width: 100%;
  }
  #quieres_inspirarte .body-inspirarte .inspirarte-pag .margin-bullets {
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 0px;
  }
  #quieres_inspirarte .body-inspirarte .swiper-home-inspirarte {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #quieres_inspirarte .body-inspirarte .swiper-home-inspirarte .swiper-slide {
    width: 277px;
  }
  #quieres_inspirarte .body-inspirarte .swiper-home-inspirarte .imagen-div {
    width: 100%;
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #quieres_inspirarte .body-inspirarte .swiper-home-inspirarte .bc-row {
    padding-left: 0px;
    padding-right: 0px;
  }
  #quieres_inspirarte .body-inspirarte .swiper-home-inspirarte .texto-div {
    text-align: center;
  }
  #quieres_inspirarte
    .body-inspirarte
    .swiper-home-inspirarte
    .texto-testimoniales {
    margin-top: 40px;
  }
  #quieres_inspirarte
    .body-inspirarte
    .swiper-home-inspirarte
    .texto-testimoniales
    .testimonio {
    margin-bottom: 35px;
    font-size: 18px;
    text-align: left;
  }
  #quieres_inspirarte
    .body-inspirarte
    .swiper-home-inspirarte
    .texto-testimoniales
    .nombre {
    font-size: 18px;
    margin-bottom: 4px;
    text-align: left;
  }
  #quieres_inspirarte
    .body-inspirarte
    .swiper-home-inspirarte
    .texto-testimoniales
    .cargo {
    margin-top: 0px;
    margin-bottom: 40px;
    line-height: 22px;
    text-align: left;
  }
  #quieres_inspirarte
    .body-inspirarte
    .swiper-home-inspirarte
    .texto-testimoniales
    .btn-historia {
    padding: 9px 20px 8px;
  }
  #quieres_inspirarte .body-inspirarte .div-titulo-inspirarte {
    margin-top: 0px;
    margin-left: 0px;
    text-align: left;
  }
  #quieres_inspirarte .body-inspirarte .div-titulo-inspirarte .div-subtitulo {
    display: flex;
  }
  #quieres_inspirarte
    .body-inspirarte
    .div-titulo-inspirarte
    .div-subtitulo
    .titulo {
    margin-top: 4px;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.6px;
  }
  #quieres_inspirarte
    .body-inspirarte
    .div-titulo-inspirarte
    .div-subtitulo
    .img-titulo {
    margin-right: 8px;
  }
}
#comienza_tu_experiencia {
  display: contents;
}
#comienza_tu_experiencia .body-experiencia {
  background: rgba(0, 0, 0, 0);
}
#comienza_tu_experiencia .body-experiencia .div-texto-experiencia {
  color: #fafafa;
  display: flex;
  align-items: end;
}
#comienza_tu_experiencia
  .body-experiencia
  .div-texto-experiencia
  .texto-banner
  .wompi {
  color: #fafafa;
}
#comienza_tu_experiencia .body-experiencia .div-texto-experiencia .img-banner {
  text-align: center;
  height: 317px;
}
#comienza_tu_experiencia
  .body-experiencia
  .div-texto-experiencia
  .img-banner
  .img-llamar {
  position: absolute;
}
#comienza_tu_experiencia .body-experiencia .div-opciones {
  margin-top: 37px;
}
#comienza_tu_experiencia .body-experiencia .div-opciones .img-opciones {
  margin-bottom: 17px;
}
#comienza_tu_experiencia .body-experiencia .div-opciones h5 {
  color: #fafafa;
}
#comienza_tu_experiencia .body-experiencia .div-opciones h6 {
  font-size: 18px;
  color: #fafafa;
}
#comienza_tu_experiencia .body-experiencia .div-opciones a {
  text-decoration: none;
}
#comienza_tu_experiencia .body-experiencia .div-opciones .icon-padding {
  padding-left: 18px;
}
#comienza_tu_experiencia .body-experiencia .div-opciones .division {
  margin: 23.93px 12px 23.46px 0px;
  border-top: 1px solid #f4f4f4;
}
#comienza_tu_experiencia .body-experiencia .reset {
  clear: both;
}
@media (min-width: 992px) {
  #comienza_tu_experiencia .diagonal-box {
    margin-bottom: -99px;
    padding-top: 0px;
    padding-bottom: 155px;
  }
  #comienza_tu_experiencia .body-experiencia .div-opciones h6 {
    font-family: "CIBFontSans Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.3000000119px;
  }
  #comienza_tu_experiencia .body-experiencia .div-opciones .icon-arrow-right {
    padding-left: 8px;
  }
  #comienza_tu_experiencia
    .body-experiencia
    .div-opciones
    .icon-arrow-right:before {
    vertical-align: middle;
    font-size: 22px;
  }
  #comienza_tu_experiencia .body-experiencia .div-opciones .division {
    margin: 8px 0px 17px 0px;
  }
  #comienza_tu_experiencia .body-experiencia .div-opciones .img-opciones {
    width: 48px;
    height: 48px;
  }
  #comienza_tu_experiencia .body-experiencia .div-texto-experiencia {
    align-items: center;
    margin-bottom: -260px;
  }
  #comienza_tu_experiencia
    .body-experiencia
    .div-texto-experiencia
    .texto-banner
    h1 {
    font-family: "CIBFontSans Bold";
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.6000000238px;
    text-align: left;
    margin-bottom: 145px;
  }
  #comienza_tu_experiencia
    .body-experiencia
    .div-texto-experiencia
    .img-banner {
    height: inherit;
  }
  #comienza_tu_experiencia
    .body-experiencia
    .div-texto-experiencia
    .img-llamar {
    position: relative !important;
    top: -52px;
  }
}
@media (max-width: 992px) {
  #comienza_tu_experiencia .diagonal-box {
    margin-bottom: -53px;
    padding-top: 38px;
    padding-bottom: 56px;
  }
  #comienza_tu_experiencia .body-experiencia .div-texto-experiencia {
    margin-left: 0px;
    display: flex;
    flex-direction: column-reverse;
  }
  #comienza_tu_experiencia
    .body-experiencia
    .div-texto-experiencia
    .div-texto-banner {
    margin-left: 0px;
  }
  #comienza_tu_experiencia
    .body-experiencia
    .div-texto-experiencia
    .img-banner {
    height: inherit;
    margin-bottom: -115px;
  }
  #comienza_tu_experiencia
    .body-experiencia
    .div-texto-experiencia
    .img-llamar {
    position: relative !important;
    top: -82px;
  }
  #comienza_tu_experiencia
    .body-experiencia
    .div-texto-experiencia
    .texto-banner
    .display4 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.6px;
  }
  #comienza_tu_experiencia .body-experiencia a:hover,
  #comienza_tu_experiencia .body-experiencia a:focus {
    box-shadow: none;
  }
  #comienza_tu_experiencia .body-experiencia .div-opciones {
    margin-left: 0px;
  }
  #comienza_tu_experiencia .body-experiencia .div-opciones .sub-opcion {
    display: flex;
    align-items: center;
  }
  #comienza_tu_experiencia .body-experiencia .div-opciones div:last-of-type {
    margin-bottom: 42px;
  }
  #comienza_tu_experiencia .body-experiencia .div-opciones .img-opciones {
    margin-bottom: 0px;
    padding-right: 15px;
  }
  #comienza_tu_experiencia .body-experiencia .div-opciones .division {
    border-top: 1px solid #f4f4f4;
  }
  #comienza_tu_experiencia .body-experiencia .div-opciones .division-uno {
    margin: 17px 0px 14px 0px;
  }
  #comienza_tu_experiencia .body-experiencia .div-opciones .division-dos {
    margin: 12px 0px 14px 0px;
  }
  #comienza_tu_experiencia .body-experiencia .div-opciones .division-tres {
    margin: 8px 0px 15px 0px;
  }
}

.footer-efect-counter {
  background-color: #b0f2ae;
  padding-bottom: 56px;
}
.footer-efect-counter-container .bc-row .bc-container .bc-footer-divisor {
  background: #b0f2ae;
  margin: 56px 0px;
}
@media (max-width: 540px) {
  .footer-efect-counter {
    padding-bottom: 64px;
  }
  .footer-efect-counter-container {
    padding: 0px 4px;
  }
  .footer-efect-counter-container .bc-row {
    display: flex;
    margin: 0px;
  }
  .footer-efect-counter-container .bc-row .bc-container .bc-footer-divisor {
    margin: 24px 0px 16px;
  }
}
#header_landing {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.102751);
}
#header_landing #menu-general {
  padding-bottom: 30px;
  padding-top: 30px;
}
#header_landing #menu-general #logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header_landing #menu-general #menu {
  padding: 0px;
}
@media (min-width: 992px) {
  #header_landing #menu-general {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  #header_landing #menu-general #logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header_landing #menu-general #logo a {
    text-decoration: none;
    cursor: pointer;
  }
  #header_landing #menu-general #logo a:hover,
  #header_landing #menu-general #logo a:focus {
    box-shadow: none;
  }
}
@media (max-width: 992px) {
  #menu-general {
    padding-top: 15px;
    padding-bottom: 12px;
    margin-left: 0px;
  }
  #menu-general #logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 6px;
  }
}

.footer-landing-pais-container .bc-row .bc-container .bc-footer-divisor {
  background: #2c2a29;
  margin: 56px 0;
}

.footer-landing-pais {
  background-color: #2c2a29;
  padding-bottom: 56px;
}
.footer-landing-pais-container .bc-row .bc-container .bc-footer-divisor {
  background: #2c2a29;
  margin: 56px 0;
}

#bannerPpal.efecto .row-categories .swiper-categories .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#bannerPpal.efecto .row-categories {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#bannerPpal.efecto .row-categories .swiper-categories .swiper-wrapper {
  height: initial;
}
#bannerPpal.efecto .row-categories .swiper-categories .swiper-slide a {
  width: 90px;
  height: 90px;
  text-decoration: none;
  cursor: pointer;
}

#bannerPpal.efecto .row-categories .swiper-categories .swiper-slide p {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.20px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 6px;
}

#bannerPpal.efecto .row-categories .swiper-categories .swiper-slide a em {
  width: 90px;
  height: 90px;
  background-color: #2C2A29;
  color: #DFFF61;
  border-radius: 8px;
  font-size: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
#bannerPpal.efecto .row-categories .swiper-categories {
  margin-right: -10px;
}
 #bannerPpal.efecto .bc-info-banner {
  text-align: center;
 }
 #bannerPpal.efecto .bc-image-banner {
  text-align: center;
 }
 #bannerPpal.efecto .div-img {
  order: 2;
 }
}

#payment-method  {
  background-color: #F8FFF8;
}

#payment-method h2 {
  font-family: 'CIBFontSans Light';
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.6px;
  text-align: center;
}

#payment-method h2 strong {
  font-family: 'CIBFontSans Bold';
}

.carrousel-brands .div-title h2 {
  font-family: 'CIBFontSans Light';
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.6px;
  text-align: center;
}

#payment-method .div-payment {
  display: grid;
  grid-template-columns: repeat(7, 80px);
  gap: 66px 90px;
}

#payment-method .div-payment .method {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}


#payment-method .div-payment .method span {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.17px;
  margin-top: 16px;
}

@media (max-width: 768px) {
  #payment-method h2 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.6px;
    text-align: center;
  }
}

.transversal-promotions {
  display: flex;
  margin-bottom: 30px;
}

.transversal-promotions a {
  display: block;
  margin: 22px;
}

@media (max-width: 575px) {
  #payment-method .div-payment {
    grid-template-columns: repeat(3, 74px);
    grid-template-rows: repeat(4);
    gap: 66px 42px;
  }

  .transversal-promotions {
    display: block;
  }

  .transversal-promotions a {
    margin: 0 0 10px 0;
  }
}

.description-payouts-content {
  position: relative; 
  height: 550px;
}

.description-payouts > h1 {
  font-size: 36px !important; 
  line-height: 44px; 
  letter-spacing: -0.6px;
  margin: 30px 0 16px 0 !important;
}

.description-payouts > h1 > span {
  display: block;
  font-family: 'CIBFontSans Light'; 
  font-weight: 200;
}

.description-payouts > p {
  font-size: 20px !important; 
  line-height: 24px !important;
}

.description-payouts-img {
  position: absolute; 
  top: 40px;
}

.monica{
  padding-right: 90px;
  width: 668px;
  height: auto;
}

.numbers{
  width: 25px;
  height: 40px;
}

.pasos_bonos{
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.border_pasos{
  width: 424px;
  border-radius: 20px;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: 20px;
  border: 1px solid #00825A;
}

.border_pasos a{
  font-style: "OpenSans";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: #2c2a29;
}

.border_pasos_span{
  font-weight: 700;
  font-style: "OpenSans";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: #2c2a29;
}

.no-decor{
  text-decoration: none;
}

.pasos{
  width: 473px;
  height: auto;
}

.banner_bonos{
  padding-top: 30px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
}

/*
.ganar_bonos{
  padding: 330px 0 260px 0;
  display: flex;
  justify-content: center;
  align-items: center; 
  align-content: center;
}

.ganas_bonos_i{
  justify-content: center;
  align-items: center; 
  align-content: center;
}

@media (max-width: 1275px) and (min-width:1000px){

  .banner_bonos{
    padding-right: 0px;
    padding-left: 0px;
    display: flex;
    justify-content: center;
  }

  .pasos_bonos{
    display: flex;
    align-items: center;
    padding-top: 20px;
  }

  .monica{
    padding-bottom: 10px;
    padding-right: 20px;
    width: 550px;
    height: auto;
    justify-content: center;
    align-items: center;
  }
  .border_pasos{
    width: 360px;
    border-radius: 20px;
    padding-left: 32px;
    padding-right: 32px;
    margin-left: 20px;
    border: 1px solid #00825A;
  }
  
  .pasos{
    width: 343px;
    height: auto;
    justify-content: center;
  }

}

@media (max-width: 1000px) and (min-width:530px){
  .ganar_bonos{
    overflow: hidden;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center; 
    align-content: center;
  }

  .monica{
    padding-bottom: 10px;
    padding-right: 0px;
    width: 450px;
    height: auto;
    justify-content: center;
  }
  
  .pasos{
    width: 343px;
    height: auto;
    justify-content: center;
  }
  
  .banner_bonos{
    padding-right: 90px;
    flex-flow: column nowrap;
    padding-left: 80px;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 530px){
  .ganar_bonos{
    overflow: hidden;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center; 
    align-content: center;
  }

  .border_pasos{
    width: 350px;
    border-radius: 20px;
    padding-left: 32px;
    padding-right: 32px;
    margin-left: 20px;
    border: 1px solid #00825A;
  }

  .monica{
    padding-bottom: 10px;
    padding-right: 0px;
    width: 343px;
    height: auto;
    justify-content: center;
  }
  
  .pasos{
    width: 343px;
    height: auto;
    justify-content: center;
  }
  
  .banner_bonos{
    padding-right: 90px;
    flex-flow: column nowrap;
    padding-left: 80px;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
  }
}

*/

.cen_banner{
  align-items: center;
  padding-left: 70px; 
  padding-right: 70px;
  overflow: hidden;
}

.img_cen{
  width: 419px; 
  padding-bottom: 10px;
}

.mc_wompi{
  padding-top: 20px;
}

.regalo_1{
  width: 294px; 
  height: 294px; 
  display: grid; 
  position: relative; 
  left: 25%; 
  bottom: -5%;
}

.regalo_2{
  width: 365px; 
  height:fit-content; 
  display: grid; 
  position: relative; 
  transform: translateY(34.5%);
}

.bc-vigi{
  Justify-content: center; 
  align-items: center; 
  align-content: center; 
  padding-left: 10px;
  width: 10px;
}

.img-bc-vigi{
  position: absolute;
  width: 10px;
  bottom: -135.5%;
}


@media (max-width: 500px){

  .img-bc-vigi{
    width: 8px;
    position: absolute;
  }

  .bc-vigi{
    display: grid;
    position: absolute;
    padding-left: 0px;
    left: 2%;
    width: 5%;
    bottom: 86.2%;
    z-index: 10000000;
  }

  .cen_banner{
    padding:0px;
  }

  .img_cen{
    width: 324px; 
    padding-bottom: 10px;
  }

  .mc_wompi{
    padding-left: 20px;
    padding-right: 0px;
    padding-top: 20px;
    width: 304px;
  }

  .regalo_1{
    width: 294px; 
    height: 294px; 
    display: grid; 
    position: relative; 
    left: -80%; 
    display: grid;
    transform: translateY(140%);
  }
  
  .regalo_2{
    width: 365px; 
    display: grid; 
    position: relative; 
    left: 80%; 
    bottom: 50%;
    display: grid;
    transform: translateY(5%);
  }

  .text_center{
    position: absolute;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: column wrap;
    z-index: 5;
    padding-left: 10px;
    width: 300px;
  }

  .text-type_1{
    font-style: "OpenSans";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.3px;
    color: #2c2a29;
  }
}

@media (max-width: 770px) and (min-width:690px){

  .img-bc-vigi{
    width: 8px;
    position: absolute;
    transform: translateY(230%);
  }

  .bc-vigi{
    display: grid;
    position: absolute;
    padding-left: 0px;
    left: 2%;
    width: 5%;
    bottom: 86.2%;
    z-index: 10000000;
  }

  .cen_banner{
    padding:0px;
  }

  .img_cen{
    width: 324px; 
    padding-bottom: 10px;
  }

  .mc_wompi{
    padding-left: 20px;
    padding-right: 0px;
    padding-top: 20px;
    width: 304px;
  }

  .regalo_1{
    width: 294px; 
    height: 294px; 
    display: grid; 
    position: relative; 
    left: -80%; 
    display: grid;
    transform: translateY(140%);
  }
  
  .regalo_2{
    width: 365px; 
    display: grid; 
    position: relative; 
    left: 80%; 
    bottom: 50%;
    display: grid;
    transform: translateY(5%);
  }

  .text_center{
    position: absolute;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: column wrap;
    z-index: 5;
    padding-left: 10px;
    width: 300px;
  }

  .text-type_1{
    font-style: "OpenSans";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.3px;
    color: #2c2a29;
  }
}

@media (max-width: 690px) and (min-width:501px){

  .img-bc-vigi{
    width: 8px;
    position: absolute;
    transform: translateY(400%);
  }

  .bc-vigi{
    display: grid;
    position: absolute;
    padding-left: 0px;
    left: 2%;
    width: 5%;
    bottom: 86.2%;
    z-index: 10000000;
  }

  .cen_banner{
    padding:0px;
  }

  .img_cen{
    width: 324px; 
    padding-bottom: 10px;
  }

  .mc_wompi{
    padding-left: 20px;
    padding-right: 0px;
    padding-top: 20px;
    width: 304px;
  }

  .regalo_1{
    width: 294px; 
    height: 294px; 
    display: grid; 
    position: relative; 
    left: -80%; 
    display: grid;
    transform: translateY(140%);
  }
  
  .regalo_2{
    width: 365px; 
    display: grid; 
    position: relative; 
    left: 80%; 
    bottom: 50%;
    display: grid;
    transform: translateY(5%);
  }

  .text_center{
    position: absolute;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: column wrap;
    z-index: 5;
    padding-left: 10px;
    width: 300px;
  }

  .text-type_1{
    font-style: "OpenSans";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.3px;
    color: #2c2a29;
  }
}

@media (max-width: 1000px) and (min-width:770px){

  .img-bc-vigi{
    width: 8px;
    position: absolute;
    transform: translateY(270%);
  }

  .bc-vigi{
    display: grid;
    position: absolute;
    padding-left: 0px;
    left: 2%;
    width: 5%;
    bottom: 86.2%;
    z-index: 10000000;
  }

  .cen_banner{
    padding:0px;
  }

  .img_cen{
    width: 324px; 
    padding-bottom: 10px;
  }

  .mc_wompi{
    padding-left: 20px;
    padding-right: 0px;
    padding-top: 20px;
    width: 304px;
  }

  .regalo_1{
    width: 294px; 
    height: 294px; 
    display: grid; 
    position: relative; 
    left: -80%; 
    display: grid;
    transform: translateY(140%);
  }
  
  .regalo_2{
    width: 365px; 
    display: grid; 
    position: relative; 
    left: 80%; 
    bottom: 50%;
    display: grid;
    transform: translateY(5%);
  }

  .text_center{
    position: absolute;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: column wrap;
    z-index: 5;
    padding-left: 10px;
    width: 300px;
  }

  .text-type_1{
    font-style: "OpenSans";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.3px;
    color: #2c2a29;
  }
}

@media (max-width: 1200px) and (min-width:1000px){

  .cen_banner{
    align-items: center;
    padding: 40px; 
    overflow: hidden;
  }
  
  .img_cen{
    width: 419px; 
    padding-bottom: 10px;
  }
  
  .regalo_1{
    width: 294px; 
    height: 294px; 
    display: grid; 
    position: relative; 
    left: -70%; 
    bottom: -5%;
  }
  
  .regalo_2{
    width: 365px; 
    height:fit-content; 
    display: grid; 
    position: relative; 
    left: 60%;
    transform: translateY(34.5%);
  }
  
  .bc-vigi{
    Justify-content: center; 
    align-items: center; 
    align-content: center; 
    padding-left: 10px;
    width: 10px;
    position: absolute;
  }
  
  .img-bc-vigi{
    width: 8px;
    position: absolute;
    transform: translateY(150%);
    z-index: 5000;
  }

  .mc_wompi{
    padding-left: 20px;
    padding-right: 0px;
    padding-top: 20px;
    width: 304px;
  }

  .text_center{
    position: absolute;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: column wrap;
    z-index: 5;
    padding-left: 10px;
    width: 300px;
  }

  .text-type_1{
    font-style: "OpenSans";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.3px;
    color: #2c2a29;
  }
}

@media (max-width: 1500px) and (min-width:1200px){

  .cen_banner{
    align-items: center;
    padding: 40px; 
    overflow: hidden;
  }
  
  .img_cen{
    width: 419px; 
    padding-bottom: 10px;
  }
  
  .regalo_1{
    width: 294px; 
    height: 294px; 
    display: grid; 
    position: relative; 
    left: -70%; 
    bottom: -5%;
  }
  
  .regalo_2{
    width: 365px; 
    height:fit-content; 
    display: grid; 
    position: relative; 
    left: 60%;
    transform: translateY(34.5%);
  }
  
  .bc-vigi{
    Justify-content: center; 
    align-items: center; 
    align-content: center; 
    padding-left: 10px;
    width: 10px;
    position: absolute;
  }
  
  .img-bc-vigi{
    width: 8px;
    position: absolute;
    transform: translateY(150%);
    z-index: 5000;
  }

  .mc_wompi{
    padding-left: 20px;
    padding-right: 0px;
    padding-top: 20px;
    width: 304px;
  }

  .text_center{
    position: absolute;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: column wrap;
    z-index: 5;
    padding-left: 10px;
    width: 300px;
  }

  .text-type_1{
    font-style: "OpenSans";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.3px;
    color: #2c2a29;
  }
}


.d_mot{
  width: 528px; 
  padding-bottom: 10px;
}

.decor{
  display: flex;
}

.vela_s{
  display: grid; 
  position: relative; 
  left: -20%; 
  bottom: -50%; 
}

.arbbol{
  display: grid; 
  position: relative; 
  left: 35%; 
  bottom: -8%;
}

@media (max-width: 760px){

  .text_center_1{
    display: grid;
    padding-right: 5px;
    padding-left: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: column wrap;
    z-index: 5;
    position: absolute;
    transform: translateY(55%);
  }

  .arbbol{
    display: grid; 
    position: relative; 
    left: 50%; 
    transform: translateY(93%);
  }

  .decor{
    flex-flow: column wrap;
  }

  .d_mot{
    width: 343px; 
    padding-bottom: 10px;
  }
  
  .vela_s{
    display: grid; 
    position: relative; 
    left: -62%; 
    bottom: 0%; 
  }

}

@media (max-width:1000px) and (min-width:761px){

  .text_center_1{
    display: grid;
    padding-right: 5px;
    padding-left: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: column wrap;
    z-index: 5;
    position: absolute;
    transform: translateY(55%);
  }

  .arbbol{
    display: grid; 
    position: relative; 
    left: 75%; 
    transform: translateY(75%);
  }

  .decor{
    flex-flow: column wrap;
  }

  .d_mot{
    width: 343px; 
    padding-bottom: 10px;
  }
  
  .vela_s{
    display: grid; 
    position: relative; 
    left: -80%; 
    bottom: 0%; 
  } 

}


@media (max-width:1457px) and (min-width:1001px){

  .text_center_1{
    padding: 20px;
    padding-right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: column wrap;
    z-index: 5;
  }

  .arbbol{
    display: grid; 
    position: relative; 
    bottom: -15%;
  }

  .decor{
    display: flex;
  }

  .d_mot{
    width: 550px; 
    padding-bottom: 10px;
  }
  
  .vela_s{
    display: grid; 
    position: relative; 
    bottom: -54%;
    left: -32%;
  } 

}

.processes-payouts {
  height: 250px;
}

.process-payouts {
  width: 206px; 
  text-align: center;
}

.process-payouts > img {
  width: 80px; 
  margin: 0 auto;
}

.process-payouts > span {
  font-size: 16px;
  margin-top: 16px;
}

.bc-bg-green-radial-left {
  background: radial-gradient(circle at 40% 50%, #DFFF61 0%, #FFFFFF 25%)
}

@media (max-width: 1600px) and (min-width: 768px) { 
  .bc-bg-green-radial-center {
    background: radial-gradient(circle at 47% 45%, #DFFF61 10%, #F2FDF1 40%)
  }

  .bc-bg-green-radial-left {
    background: radial-gradient(circle at 37% 47%, #DFFF61 0%, #FFFFFF 30%)
  }
}

@media (max-width: 768px) { 
  .description-payouts-content {
      position: relative; 
      height: 100%;
  }

  .description-payouts > h1 {
      font-size: 28px !important; 
      line-height: 32px;
  }

  .description-payouts > h1 > span {
      display: inline;
  }

  .description-payouts > p {
      font-family: 'Open Sans Bold'; 
      font-size: 16px !important; 
      line-height: 22px !important;
  }

  .description-payouts-img {
      position: relative;
      margin: 0 0 40px 30px;
  }

  .processes-payouts {
      display: grid;
      grid-template-columns: 1fr 1fr;
      height: 100%;
      margin-top: 50px;
  }

  .process-payouts {
      width: 106px; 
      margin: 20px auto;
      text-align: center;
  }

  .bc-bg-green-radial-center {
    background: radial-gradient(circle at 2% 40%, #DFFF61 10%, #F2FDF1 50%)
  }

  .bc-bg-green-radial-left {
    background: radial-gradient(circle at 5% 40%, #DFFF61 0%, #FFFFFF 25%)
  }

}

#allies h2 {
  font-family: 'CIBFontSans Bold';
  font-size: 46px;
  line-height: 46px;
  letter-spacing: -0.47px;
  text-align: center;
}

#allies p {
  font-family: 'CIBFontSans Light';
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.38px;
  text-align: center;
}

#allies p strong {
  font-family: 'CIBFontSans Bold';
}

#allies .logos-allies {
  display: grid;
  grid-template-columns: repeat(3, 315px);
  gap: 12px;
  justify-content: center;
  margin: 10px 0 40px 0;
}

@media (max-width: 768px) { 
  .allies-text {
    padding: 0 16px;
  }

  #allies h2 {
    font-size: 28px;
    line-height: 32px;
  }

  #allies p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.3px;
  }
}

#bannerSimpleInfo {
  position: relative;
  background-color: #FAFAFA;
  padding: 126px;
}

#bannerSimpleInfo h2 {
  font-size: 46px !important;
  line-height: 46px;
  letter-spacing: -0.47px;
}

#bannerSimpleInfo p {
  width: 450px;
  font-size: 24px !important;
  line-height: 26px;
  letter-spacing: -0.45px;
}

.redes i {
  font-size: 20px;
}

@media (max-width: 768px) { 
  #bannerSimpleInfo {
    padding: 10px;
  }

  #bannerSimpleInfo img {
    position: relative;
    top: 0;
  }

  #bannerSimpleInfo h2 {
    font-size: 28px !important;
    line-height: 30px;
    letter-spacing: -0.6px;
  }

  #bannerSimpleInfo p {
    width: 100%;
    font-size: 16px !important;
    line-height: 22px;
    letter-spacing: -0.3px;
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  #payment-method .div-title h2, .carrousel-brands .div-title h2 {
    font-size: 32px;
    line-height: 32px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-500px);
  }
}

.imagenes-carrusel .slider {
  margin: auto;
  overflow: hidden;
  position: relative;
}
.imagenes-carrusel .slider::before {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 315px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.imagenes-carrusel .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 315px;
  position: absolute;
  width: 200px;
  z-index: 2;
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.imagenes-carrusel .slider::before {
  left: 0;
  top: 0;
}
.imagenes-carrusel .slider .slide-track {
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite;
  display: flex;
}
.imagenes-carrusel .slider .slide-track:hover {
  animation-play-state: paused;
}
.imagenes-carrusel .slider .slide {
  height: 100%;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.imagenes-carrusel .slider .slide p {
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.1714286059px;
  color: #2C2A29;
  margin-top: 20px;
}

@media (min-width: 768px) {
  #marcas_entorno.carrusel-marcas {
    padding-top: 70px;
  }

  .carrusel-marcas .imagenes-carrusel .slide p {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  #marcas_entorno.carrusel-marcas {
    padding-top: 0;
    margin-top: -68px;
  }

  .carrusel-marcas .bc-container .bc-row {
    margin: 0px;
  }

  .imagenes-carrusel {
    padding: 0px;
  }
  .imagenes-carrusel .slider::before {
    background: linear-gradient(to right, white 7.72%, rgba(255, 255, 255, 0) 40%);
  }
  .imagenes-carrusel .slider::after {
    background: linear-gradient(to right, white 7.72%, rgba(255, 255, 255, 0) 40%);
  }

  .imagenes-carrusel .slider .slide img {
    width: 150px;
  }
}


.swiper-promos .swiper-slide {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.swiper-promos .div-todos{
  margin-bottom: 20px;
}

.swiper-promos .swiper-slide img{
  margin-bottom: 8px;
}

.swiper-promos .swiper-slide h4{
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.20px;
  color: #00825A;
  margin-bottom: 4px;
}

.swiper-promos .swiper-slide span{
  font-family: 'CIBFontSans Bold';
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.375px;
  color: #2C2A29;
  margin-bottom: 4px;
}

.swiper-promos .container_2 span{
  font-family: 'CIBFontSans Bold';
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.375px;
  color: #2C2A29;
  margin-bottom: 4px;
}

.swiper-promos .container_2 h4{
  font-family: 'CIBFontSans Bold';
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.375px;
  color: #2C2A29;
  margin-bottom: 4px;
}

.swiper-promos .swiper-slide a.btn-enlace{
  font-family: 'Open Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.2px;
  text-decoration: none;
  cursor: pointer;
  color: #2C2A29;
  border: 1px solid #2C2A29;
  padding: 4px 14px;
  margin-top: 4px;
  border-radius: 50px;
  width: 150px;
}

@media (max-width: 575px) {
  .swiper-promos {
    margin-right: 0px;
    margin-left: 24px;
  }
  .swiper-promos .swiper-slide a.btn-enlace {
    width: 160px;
  }

  .some-brands .bc-row .container__message {
    margin-right: 0px;
    margin-left: 24px;
  }
  .some-brands .bc-row .container__message div{
    margin-right: 0px !important;
  }
}

@media (min-width: 992px) {
  #bannerPpal .big-text h1 {
    font-family: "CIBFontSans Bold";
    font-size: 72px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: -0.6px;
  }
  #bannerPpal .big-text p {
    font-family: "CIBFontSans Light";
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.45px;
  }
  #bannerSimpleInfo h2 {
    font-family: "CIBFontSans Bold";
    font-size: 56px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.4699999988px;
  }
  #bannerSimpleInfo h2 span {
    font-family: "CIBFontSans Light";
    font-weight: 200;
  }
  #bannerSimpleInfo h3 {
    font-family: "CIBFontSans Light";
    font-size: 32px;
    font-weight: 200;
    line-height: 32px;
    letter-spacing: -0.6000000238418579px;
  }
  #bannerSimpleInfo h3 b{
    font-family: "CIBFontSans Bold";
  }
  #bannerSimpleInfo p {
    font-family: "CIBFontSans Light";
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.375px;
    padding: 16px 0px;
  }
  #bannerSimpleInfo p b {
    font-family: "CIBFontSans Bold";
  }
  #nextStepSectionV5 .title-section {
    color: #2c2a29;
  }
  #nextStepSectionV5 .title-section h2 {
    font-family: "CIBFontSans Bold";
    font-size: 56px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.4699999988px;
    text-align: center;
  }
  #nextStepSectionV5 .title-section p {
    margin: 8px 0;
  }
}