@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap");
#block-listadepagos,
#block-dilequesiatusclientesusandokiire {
  padding: 8% 4% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F5F5F5;
  position: relative;
  z-index: 1;
  background: #F5F5F5 url("/themes/custom/kiire/images/iLetters/green-i-2.svg") no-repeat 10% center/108px 384px;
  background-attachment: fixed;
}
@media (min-width: 1600px) {
  #block-listadepagos,
  #block-dilequesiatusclientesusandokiire {
    background-position: 15% center;
  }
}
@media (max-width: 1366px) {
  #block-listadepagos,
  #block-dilequesiatusclientesusandokiire {
    background-position: 5% center;
  }
}
@media (max-width: 1280px) {
  #block-listadepagos,
  #block-dilequesiatusclientesusandokiire {
    background-position: 0 center;
  }
}
@media (max-width: 680px) {
  #block-listadepagos,
  #block-dilequesiatusclientesusandokiire {
    background-image: unset;
  }
}
#block-listadepagos .info-block,
#block-dilequesiatusclientesusandokiire .info-block {
  width: 100%;
}
#block-listadepagos .title,
#block-dilequesiatusclientesusandokiire .title {
  color: #1b224e;
  font-size: 2.25rem;
  text-align: center;
  font-weight: 800;
}
#block-listadepagos .content p,
#block-dilequesiatusclientesusandokiire .content p {
  color: #1b224e;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #block-listadepagos .content p,
  #block-dilequesiatusclientesusandokiire .content p {
    font-size: 1rem;
  }
}
#block-listadepagos .icon-list,
#block-dilequesiatusclientesusandokiire .icon-list {
  width: 80%;
  background-color: #1b224e;
  border-radius: 40px;
  padding: 30px 4%;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
#block-listadepagos .icon-list > div,
#block-dilequesiatusclientesusandokiire .icon-list > div {
  min-width: 140px;
  width: 15%;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
}
@media (max-width: 480px) {
  #block-listadepagos .icon-list > div,
  #block-dilequesiatusclientesusandokiire .icon-list > div {
    min-width: 100px;
  }
}
#block-listadepagos .icon-list .paragraph--type--medios-de-pago,
#block-dilequesiatusclientesusandokiire .icon-list .paragraph--type--medios-de-pago {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 10px 20px;
  color: white;
  padding: 0 5px;
}
#block-listadepagos .icon-list .paragraph--type--medios-de-pago > div:first-child,
#block-dilequesiatusclientesusandokiire .icon-list .paragraph--type--medios-de-pago > div:first-child {
  background-color: white;
  width: 95px;
  height: 95px;
  border-radius: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px;
}
#block-listadepagos .icon-list .paragraph--type--medios-de-pago > div:first-child img,
#block-dilequesiatusclientesusandokiire .icon-list .paragraph--type--medios-de-pago > div:first-child img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  color: #1b224e;
}

#block-bloquedebeneficios,
#block-bloquedebeneficios-2 {
  padding: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #F5F5F5;
}
#block-bloquedebeneficios .title,
#block-bloquedebeneficios-2 .title {
  color: #1b224e;
  font-size: 2.25rem;
  text-align: center;
  font-weight: 700;
}
#block-bloquedebeneficios .content p,
#block-bloquedebeneficios-2 .content p {
  color: white;
  font-size: 1.6rem;
  text-align: center;
  background-color: #1b224e;
  padding: 7px 30px;
  border-radius: 30px;
}
@media screen and (max-width: 480px) {
  #block-bloquedebeneficios .content p,
  #block-bloquedebeneficios-2 .content p {
    font-size: 1rem;
  }
}
#block-bloquedebeneficios .image,
#block-bloquedebeneficios-2 .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 40px 0 20px;
  max-width: 1200px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 680px) {
  #block-bloquedebeneficios .image,
  #block-bloquedebeneficios-2 .image {
    display: none;
  }
}
#block-bloquedebeneficios .image > div,
#block-bloquedebeneficios-2 .image > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 220px;
  width: 220px;
  min-height: 200px;
  min-width: 200px;
  max-width: 220px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: white;
}
#block-bloquedebeneficios .image > div::before,
#block-bloquedebeneficios-2 .image > div::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #1b224e;
  border-radius: 45%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0px 32px 45px -18px rgb(97, 97, 97);
  box-shadow: 0px 32px 45px -18px rgb(97, 97, 97);
  -moz-box-shadow: 0px 32px 45px -18px rgb(97, 97, 97);
  z-index: 1;
}
@media screen and (max-width: 780px) {
  #block-bloquedebeneficios .image > div,
  #block-bloquedebeneficios-2 .image > div {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
#block-bloquedebeneficios .image > div img,
#block-bloquedebeneficios-2 .image > div img {
  max-width: 100%;
  max-height: 220px;
  width: auto;
  height: auto;
  z-index: 2;
}
#block-bloquedebeneficios .image > div:nth-child(3) img,
#block-bloquedebeneficios-2 .image > div:nth-child(3) img {
  margin-left: -23%;
}
#block-bloquedebeneficios .image > div:last-child img,
#block-bloquedebeneficios-2 .image > div:last-child img {
  margin-left: 25%;
}
#block-bloquedebeneficios .icon-list,
#block-bloquedebeneficios-2 .icon-list {
  max-width: 1000px;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 10px 10px 33px -1px rgb(189, 189, 189);
  box-shadow: 10px 10px 33px -1px rgb(189, 189, 189);
  border-radius: 40px;
  padding: 40px 4%;
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
#block-bloquedebeneficios .icon-list > div,
#block-bloquedebeneficios-2 .icon-list > div {
  width: 250px;
}
#block-bloquedebeneficios .icon-list > div .paragraph--type--medios-de-pago,
#block-bloquedebeneficios-2 .icon-list > div .paragraph--type--medios-de-pago {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 20px;
  color: #1b224e;
}
#block-bloquedebeneficios .icon-list > div .paragraph--type--medios-de-pago img,
#block-bloquedebeneficios-2 .icon-list > div .paragraph--type--medios-de-pago img {
  width: 90px;
  height: auto;
}

#block-formulariodeasesoria {
  margin: 40px auto 20px;
  padding: 0 4%;
  max-width: 1200px;
}
@media (min-width: 1280px) {
  #block-formulariodeasesoria {
    max-width: 100%;
  }
}
#block-formulariodeasesoria .title {
  color: #1b224e;
  font-size: 36px;
  font-weight: 800;
  max-width: 1000px;
  margin: 0 auto 10px;
}
@media (max-width: 480px) {
  #block-formulariodeasesoria .title {
    font-size: 2.2rem;
    text-align: left;
  }
}
#block-formulariodeasesoria .content {
  font-size: 1.34rem;
  margin: auto;
  color: #1b224e;
}
@media (max-width: 480px) {
  #block-formulariodeasesoria .content {
    font-size: 0.9rem;
    text-align: left;
  }
}
#block-formulariodeasesoria:not(.formulario-image) {
  text-align: center;
}
#block-formulariodeasesoria .formulario-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  -webkit-box-shadow: 15px 15px 29px 0px rgb(212, 212, 212);
  box-shadow: 15px 15px 29px 0px rgb(212, 212, 212);
  border-radius: 60px;
  margin: 30px auto 40px;
  background-color: #EFEFEF;
  max-width: 1366px;
}
#block-formulariodeasesoria .formulario-image > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#block-formulariodeasesoria .formulario-image > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 60px 0 0 60px;
}
@media (max-width: 1068px) {
  #block-formulariodeasesoria .formulario-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #block-formulariodeasesoria .formulario-image > div img {
    border-radius: 60px 60px 0 0;
    height: auto;
  }
}
#block-formulariodeasesoria .formulario-image form {
  margin: 8% 4%;
  padding: 20px 8% 0;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  position: relative;
  background: url(/themes/custom/kiire/images/icons/greenCorner.svg) no-repeat top left/130px auto;
}
#block-formulariodeasesoria .formulario-image form img {
  width: 100px;
  height: auto;
  -o-object-fit: unset;
  object-fit: unset;
  border-radius: 0;
}
#block-formulariodeasesoria .formulario-image form #edit-markup {
  color: #1b224e;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px 20px;
}
#block-formulariodeasesoria .formulario-image form #edit-markup::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 25px;
  background: url("/themes/custom/kiire/images/icons/headset.svg") no-repeat center/20px auto;
}
@media (max-width: 480px) {
  #block-formulariodeasesoria .formulario-image form #edit-markup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#block-formulariodeasesoria .formulario-image form .js-form-type-textfield,
#block-formulariodeasesoria .formulario-image form .js-form-type-email,
#block-formulariodeasesoria .formulario-image form .js-form-type-tel {
  position: relative;
}
#block-formulariodeasesoria .formulario-image form .js-form-type-textfield::before,
#block-formulariodeasesoria .formulario-image form .js-form-type-email::before,
#block-formulariodeasesoria .formulario-image form .js-form-type-tel::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 17px;
  height: 20px;
  background: no-repeat center/contain;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#block-formulariodeasesoria .formulario-image form .form-item-nombre::before {
  background-image: url("/themes/custom/kiire/images/icons/user.svg");
}
#block-formulariodeasesoria .formulario-image form .js-form-type-email::before {
  background-image: url("/themes/custom/kiire/images/icons/email.svg");
}
#block-formulariodeasesoria .formulario-image form input:not(input.button) {
  width: 100%;
  min-width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #1b224e;
  padding-left: 60px;
  font-size: 0.9rem;
}
#block-formulariodeasesoria .formulario-image form input:not(input.button)::-webkit-input-placeholder {
  color: #616161;
  font-size: 0.9rem;
  font-family: "Sora", sans-serif;
}
#block-formulariodeasesoria .formulario-image form input:not(input.button)::-moz-placeholder {
  color: #616161;
  font-size: 0.9rem;
  font-family: "Sora", sans-serif;
}
#block-formulariodeasesoria .formulario-image form input:not(input.button):-ms-input-placeholder {
  color: #616161;
  font-size: 0.9rem;
  font-family: "Sora", sans-serif;
}
#block-formulariodeasesoria .formulario-image form input:not(input.button)::-ms-input-placeholder {
  color: #616161;
  font-size: 0.9rem;
  font-family: "Sora", sans-serif;
}
#block-formulariodeasesoria .formulario-image form input:not(input.button)::placeholder {
  color: #616161;
  font-size: 0.9rem;
  font-family: "Sora", sans-serif;
}
#block-formulariodeasesoria .formulario-image form .form-item-donde-nos-conociste select {
  width: 100%;
  min-width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #1b224e;
  background-color: #fff;
  padding-left: 60px;
  color: #616161;
  font-size: 0.9rem;
  font-family: "Sora", sans-serif;
  background-image: url("/themes/custom/kiire/images/icons/business.svg");
  background-repeat: no-repeat;
  background-position: 20px center;
}
#block-formulariodeasesoria .formulario-image form .form-item-donde-nos-conociste select option:first-child {
  display: none;
}
#block-formulariodeasesoria .formulario-image form .js-form-type-tel::before {
  top: 20px;
  background-image: url("/themes/custom/kiire/images/icons/cel.svg");
}
#block-formulariodeasesoria .formulario-image form .js-form-type-tel .description {
  margin: 10px;
  padding: 0 40px;
  text-align: left;
  font-size: 12px;
  color: #616161;
}
#block-formulariodeasesoria .formulario-image form .form-actions {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
#block-formulariodeasesoria .formulario-image form .form-actions input.button {
  background: #1b224e;
  padding: 13px 22px;
  border-radius: 24px;
  color: #fff;
  font-weight: 600;
  font-size: 1.11111rem;
  line-height: 20px;
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  font-size: 1.8rem;
  cursor: pointer;
  font-weight: 700;
  color: #A3D23E;
  padding: 12px 16%;
  margin: 0 0 20px;
  font-family: "Sora", sans-serif;
}
#block-formulariodeasesoria .formulario-image form .form-actions input.button:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
#block-formulariodeasesoria .formulario-image form .form-item-terms-of-service {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  font-size: 12px;
  margin: 0 0 0 40px;
  position: relative;
}
#block-formulariodeasesoria .formulario-image form .form-item-terms-of-service {
  position: relative;
}
#block-formulariodeasesoria .formulario-image form .form-item-terms-of-service label::before {
  content: "";
  visibility: visible;
  position: absolute;
  display: inline-block;
  background-color: white;
  width: 12px;
  height: 12px;
  border: 1px solid #1b224e;
  border-radius: 50%;
  left: 50%;
  top: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
#block-formulariodeasesoria .formulario-image form .form-item-terms-of-service input {
  visibility: hidden;
}
#block-formulariodeasesoria .formulario-image form .form-item-terms-of-service input:checked ~ label::before {
  background-color: #A3D23E;
}
#block-formulariodeasesoria .formulario-image form .form-item-terms-of-service label::before {
  position: absolute;
  border-radius: 0;
  border: none;
  background-color: #A2A2A2;
  padding: 4px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#block-formulariodeasesoria .formulario-image form .form-item-terms-of-service input:checked ~ label::before {
  background-color: #A2A2A2;
}
#block-formulariodeasesoria .formulario-image form .form-item-terms-of-service input:checked ~ label::after {
  content: "";
  position: absolute;
  border-left: solid #A3D23E;
  border-bottom: solid #A3D23E;
  border-width: 4px;
  border-radius: 3px;
  z-index: 2;
  width: 20px;
  height: 9px;
  top: 42%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  left: -1px;
}
#block-formulariodeasesoria .formulario-image form .form-item-terms-of-service label {
  width: 100%;
  margin-left: 20px;
  color: #616161;
  cursor: pointer;
}
#block-formulariodeasesoria .formulario-image form .form-item-terms-of-service input.form-checkbox {
  width: auto;
  min-width: unset;
  max-width: 20px;
  padding-left: 0;
}
#block-formulariodeasesoria .formulario-image form .form-item-terms-of-service input.form-checkbox::before {
  top: 50px;
}

#block-kireappbanner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #A3D23E;
  overflow: hidden;
  position: relative;
}
#block-kireappbanner::before, #block-kireappbanner::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 200px;
  height: 200px;
  background: url("/themes/custom/kiire/images/icons/iconBgkiireApp.svg") no-repeat center/100% auto;
  right: 4%;
  bottom: -90px;
}
#block-kireappbanner::before {
  background-image: url("/themes/custom/kiire/images/icons/iconBgSimulator.svg");
  left: -100px;
  top: -80px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#block-kireappbanner .main-image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1040px) {
  #block-kireappbanner .main-image {
    display: none;
  }
}
#block-kireappbanner .main-image img {
  width: 100%;
  height: auto;
  z-index: 2;
  min-width: 300px;
}
#block-kireappbanner .info-block-kireapp {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 2;
  height: 100%;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 4% 4% 4% 0;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1040px) {
  #block-kireappbanner .info-block-kireapp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 480px) {
  #block-kireappbanner .info-block-kireapp {
    padding: 4% 0;
  }
}
#block-kireappbanner .info-block-kireapp > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 860px) {
  #block-kireappbanner .info-block-kireapp > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#block-kireappbanner .info-block-kireapp > div:nth-child(1) {
  font-size: 2rem;
  font-weight: 800;
  color: #1b224e;
}
#block-kireappbanner .info-block-kireapp > div:nth-child(1) > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#block-kireappbanner .info-block-kireapp > div:nth-child(1) > div:not(:last-child) {
  gap: 20px;
}
@media (max-width: 510px) {
  #block-kireappbanner .info-block-kireapp > div:nth-child(1) > div:not(:last-child) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
#block-kireappbanner .info-block-kireapp > div:nth-child(1) > div:not(:last-child)::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #1b224e url("/themes/custom/kiire/images/icons/plus.svg") no-repeat center/50%;
  border-radius: 50%;
}
#block-kireappbanner .info-block-kireapp > div:nth-child(1) > div:not(:last-child):nth-child(2)::after {
  background-image: url("/themes/custom/kiire/images/icons/equal.svg");
}
#block-kireappbanner .info-block-kireapp > div:nth-child(1) > div:last-child, #block-kireappbanner .info-block-kireapp > div:nth-child(1) > div h1 {
  font-weight: 400;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#block-kireappbanner .info-block-kireapp > div:nth-child(1) > div:last-child span, #block-kireappbanner .info-block-kireapp > div:nth-child(1) > div h1 span {
  font-weight: 700;
  margin-left: 10px;
}
#block-kireappbanner .info-block-kireapp > div.beneficios-kiireapp {
  font-size: 1.4rem;
  font-weight: 400;
  gap: 10px;
  color: #1b224e;
}
#block-kireappbanner .info-block-kireapp > div.beneficios-kiireapp > div:not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#block-kireappbanner .info-block-kireapp > div.beneficios-kiireapp > div:not(:last-child)::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 3.5px;
  height: 60%;
  right: 0;
  background-color: white;
}
@media (max-width: 640px) {
  #block-kireappbanner .info-block-kireapp > div.beneficios-kiireapp > div:not(:last-child) {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #block-kireappbanner .info-block-kireapp > div.beneficios-kiireapp > div:not(:last-child)::after {
    content: unset;
  }
}
#block-kireappbanner .info-block-kireapp > div.app-list-kiireapp {
  gap: 30px;
}
#block-kireappbanner .info-block-kireapp > div.app-list-kiireapp > div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#block-kireappbanner .info-block-kireapp > div.app-list-kiireapp > div .paragraph--type--listado-de-iconos-con-enlace {
  position: relative;
}
#block-kireappbanner .info-block-kireapp > div.app-list-kiireapp > div .paragraph--type--listado-de-iconos-con-enlace a {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
#block-kireappbanner .info-block-kireapp > div.app-list-kiireapp > div:not(:last-child) {
  border-right: 2px solid black;
  padding-right: 30px;
}
@media (max-width: 610px) {
  #block-kireappbanner .info-block-kireapp > div.app-list-kiireapp > div:not(:last-child) {
    border: none;
    padding: 0;
  }
}
#block-kireappbanner .info-block-kireapp > div.app-list-kiireapp > div img {
  width: 220px;
  height: auto;
}
#block-kireappbanner .info-block-kireapp > div:nth-child(2) {
  text-align: center;
  display: inline;
  max-width: 500px;
  font-weight: 700;
  font-size: 2rem;
}
#block-kireappbanner .info-block-kireapp > div.video_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3% 10%;
}
#block-kireappbanner .info-block-kireapp > div.video_container .col {
  width: 50%;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
}
@media screen and (max-width: 780px) {
  #block-kireappbanner .info-block-kireapp > div.video_container .col {
    width: 100%;
    font-size: 1.5rem;
  }
}
#block-kireappbanner .info-block-kireapp > div.video_container .col img {
  width: 50%;
  height: auto;
}

#block-bloqueproductoskiirehome img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 860px) {
  #block-bloqueproductoskiirehome .image_banner {
    display: none;
  }
  #block-bloqueproductoskiirehome .image_banner_mobile {
    display: block;
  }
}
@media (min-width: 860px) {
  #block-bloqueproductoskiirehome .image_banner {
    display: block;
  }
  #block-bloqueproductoskiirehome .image_banner_mobile {
    display: none;
  }
}

#block-fixed-block-contentbanner-alianzas img {
  width: 100%;
  height: auto;
  max-height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 480px) {
  #block-fixed-block-contentbanner-alianzas .image_banner {
    display: none;
  }
  #block-fixed-block-contentbanner-alianzas .image_banner_mobile {
    display: block;
  }
}
@media (min-width: 480px) {
  #block-fixed-block-contentbanner-alianzas .image_banner {
    display: block;
  }
  #block-fixed-block-contentbanner-alianzas .image_banner_mobile {
    display: none;
  }
}

#block-fixed-block-contentrecibe-multiples-tarjetas {
  background-color: #F5F5F5;
  width: 100%;
  padding: 40px 4% 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 8%;
}
@media (max-width: 860px) {
  #block-fixed-block-contentrecibe-multiples-tarjetas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#block-fixed-block-contentrecibe-multiples-tarjetas > div:first-child {
  padding-right: 8%;
  border-right: 2px dashed #1b224e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  position: relative;
  margin-left: -13px;
}
@media (max-width: 860px) {
  #block-fixed-block-contentrecibe-multiples-tarjetas > div:first-child {
    border: none;
  }
}
#block-fixed-block-contentrecibe-multiples-tarjetas > div:first-child::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 360px;
  height: 100px;
  background: url("/themes/custom/kiire/images/iLetters/horizontal-i.svg") no-repeat right/cover;
}
#block-fixed-block-contentrecibe-multiples-tarjetas > div:first-child::after {
  content: "";
  position: absolute;
  left: 380px;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #A3D23E;
  border-radius: 45%;
  z-index: 1;
}
@media (max-width: 550px) {
  #block-fixed-block-contentrecibe-multiples-tarjetas > div:first-child::after {
    left: unset;
    right: 8%;
  }
}
#block-fixed-block-contentrecibe-multiples-tarjetas > div:first-child img {
  max-width: 100px;
  height: auto;
  z-index: 2;
  padding: 20px;
}
#block-fixed-block-contentrecibe-multiples-tarjetas .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 860px) {
  #block-fixed-block-contentrecibe-multiples-tarjetas .info-block {
    padding: 0 4%;
  }
}
#block-fixed-block-contentrecibe-multiples-tarjetas .info-block .title {
  display: none;
}
#block-fixed-block-contentrecibe-multiples-tarjetas .info-block .content {
  max-width: 450px;
  text-align: center;
  font-size: 1.5rem;
  color: #002478;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 480px) {
  #block-fixed-block-contentrecibe-multiples-tarjetas .info-block .content {
    font-size: 1.2rem;
  }
}
#block-fixed-block-contentrecibe-multiples-tarjetas .info-block .icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  background-color: white;
  border-radius: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 10%;
}
#block-fixed-block-contentrecibe-multiples-tarjetas .info-block .icon-list > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
#block-fixed-block-contentrecibe-multiples-tarjetas .info-block .icon-list img {
  max-width: 60px;
  max-height: 30px;
  width: auto;
  height: auto;
}

.webform-confirmation-modal--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

form.user-login-form,
form.user-register-form,
form.user-pass {
  max-width: 800px;
  margin: 4% auto;
  padding: 60px 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  border: 1px solid #dedfe4;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 15px 15px 29px 0px rgb(212, 212, 212);
  box-shadow: 15px 15px 29px 0px rgb(212, 212, 212);
  border-radius: 35px;
  position: relative;
  background: url(/themes/custom/kiire/images/icons/greenCorner.svg) no-repeat top left/130px auto;
}
@media (max-width: 780px) {
  form.user-login-form,
  form.user-register-form,
  form.user-pass {
    margin: 4%;
  }
}
form.user-login-form #edit-account,
form.user-register-form #edit-account,
form.user-pass #edit-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
form.user-login-form label,
form.user-register-form label,
form.user-pass label {
  display: inline-block;
  width: 100%;
  margin: 0.25em 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.125rem;
  color: #1b224e;
}
form.user-login-form .js-form-type-checkbox label,
form.user-register-form .js-form-type-checkbox label,
form.user-pass .js-form-type-checkbox label {
  width: auto;
}
form.user-login-form input:not(.button, [type=checkbox]),
form.user-register-form input:not(.button, [type=checkbox]),
form.user-pass input:not(.button, [type=checkbox]) {
  width: 100%;
  min-height: 3rem;
  color: #1b224e;
  border: 2px solid #1b224e;
  border-radius: 10px;
  background: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 15px;
  font-size: 0.9rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form.user-login-form .description,
form.user-register-form .description,
form.user-pass .description {
  color: #1b224e;
  font-size: 12px;
  margin-top: 2px;
  margin-left: 5px;
}
form.user-login-form .js-form-item input.form-checkbox,
form.user-register-form .js-form-item input.form-checkbox,
form.user-pass .js-form-item input.form-checkbox {
  margin: 0 10px;
}
form.user-login-form .js-form-item input.form-checkbox,
form.user-register-form .js-form-item input.form-checkbox,
form.user-pass .js-form-item input.form-checkbox {
  position: relative;
}
form.user-login-form .js-form-item input.form-checkbox label::before,
form.user-register-form .js-form-item input.form-checkbox label::before,
form.user-pass .js-form-item input.form-checkbox label::before {
  content: "";
  visibility: visible;
  position: absolute;
  display: inline-block;
  background-color: white;
  width: 12px;
  height: 12px;
  border: 1px solid #1b224e;
  border-radius: 50%;
  left: 50%;
  top: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
form.user-login-form .js-form-item input.form-checkbox input,
form.user-register-form .js-form-item input.form-checkbox input,
form.user-pass .js-form-item input.form-checkbox input {
  visibility: hidden;
}
form.user-login-form .js-form-item input.form-checkbox input:checked ~ label::before,
form.user-register-form .js-form-item input.form-checkbox input:checked ~ label::before,
form.user-pass .js-form-item input.form-checkbox input:checked ~ label::before {
  background-color: #A3D23E;
}
form.user-login-form .js-form-item input.form-checkbox label::before,
form.user-register-form .js-form-item input.form-checkbox label::before,
form.user-pass .js-form-item input.form-checkbox label::before {
  position: absolute;
  border-radius: 0;
  border: none;
  background-color: #A2A2A2;
  padding: 4px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
form.user-login-form .js-form-item input.form-checkbox input:checked ~ label::before,
form.user-register-form .js-form-item input.form-checkbox input:checked ~ label::before,
form.user-pass .js-form-item input.form-checkbox input:checked ~ label::before {
  background-color: #A2A2A2;
}
form.user-login-form .js-form-item input.form-checkbox input:checked ~ label::after,
form.user-register-form .js-form-item input.form-checkbox input:checked ~ label::after,
form.user-pass .js-form-item input.form-checkbox input:checked ~ label::after {
  content: "";
  position: absolute;
  border-left: solid #A3D23E;
  border-bottom: solid #A3D23E;
  border-width: 4px;
  border-radius: 3px;
  z-index: 2;
  width: 20px;
  height: 9px;
  top: 42%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  left: -1px;
}
form.user-login-form .js-form-item input.form-checkbox ~ label,
form.user-register-form .js-form-item input.form-checkbox ~ label,
form.user-pass .js-form-item input.form-checkbox ~ label {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  font-size: 0.9rem;
  max-width: 80%;
}
form.user-login-form details summary,
form.user-register-form details summary,
form.user-pass details summary {
  font-size: 1rem;
  font-weight: 800;
  color: #1b224e;
}
form.user-login-form details .js-form-item,
form.user-register-form details .js-form-item,
form.user-pass details .js-form-item {
  margin: 10px 20px;
}
form.user-login-form fieldset#edit-simplenews,
form.user-register-form fieldset#edit-simplenews,
form.user-pass fieldset#edit-simplenews {
  border: none;
}
form.user-login-form .form-actions,
form.user-register-form .form-actions,
form.user-pass .form-actions {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
form.user-login-form .form-actions input.button,
form.user-register-form .form-actions input.button,
form.user-pass .form-actions input.button {
  background: #1b224e;
  padding: 13px 22px;
  border-radius: 24px;
  color: #fff;
  font-weight: 600;
  font-size: 1.11111rem;
  line-height: 20px;
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin: auto;
  font-size: 1rem;
  padding: 15px 10%;
  color: #A3D23E;
}
form.user-login-form .form-actions input.button:active,
form.user-register-form .form-actions input.button:active,
form.user-pass .form-actions input.button:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

.banner_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 10px;
  padding: 0 4%;
}
.banner_product h3.title_product {
  color: #A3D23E;
  font-weight: 800;
  font-size: 1.34rem;
  line-height: 30px;
}
.banner_product .title_banner_product {
  color: #1b224e;
  font-weight: 800;
  font-size: 2.22222rem;
  line-height: 43px;
}
@media screen and (max-width: 680px) {
  .banner_product .title_banner_product {
    font-size: 1.5rem;
    line-height: 30px;
  }
}
.banner_product .text_banner_product {
  max-width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .banner_product .text_banner_product {
    max-width: 100%;
  }
}
.banner_product .text_banner_product .body_banner_product p {
  color: #1b224e;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 30px;
}
@media screen and (max-width: 680px) {
  .banner_product .text_banner_product .body_banner_product p {
    font-size: 1rem;
    line-height: 20px;
  }
}
.banner_product .text_banner_product .link_button_product a {
  background: #1b224e;
  padding: 13px 22px;
  border-radius: 24px;
  color: #fff;
  font-weight: 600;
  font-size: 1.11111rem;
  line-height: 20px;
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding: 17px 28px;
}
.banner_product .text_banner_product .link_button_product a:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
.banner_product .video_banner_product {
  width: 49%;
  position: relative;
  max-width: 641px;
}
@media screen and (max-width: 1024px) {
  .banner_product .video_banner_product {
    width: 100%;
    margin-top: 30px;
  }
}
.banner_product .video_banner_product .video-home video {
  height: auto;
  max-height: 65vh;
  width: 100%;
  border-radius: 40px;
}
.banner_product .video_banner_product .video-home::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: url("/themes/custom/kiire/images/icons/playButton.svg") no-repeat center/42px 42px;
  backdrop-filter: blur(8px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.banner_product .video_banner_product .video-home.playing::after {
  content: unset;
}
.banner_product .video_banner_product iframe {
  border-radius: 40px;
}

.banner_product .text_banner_product > div:last-child {
  margin: 30px 0;
}

.products_for_your_business_banner {
  width: 100%;
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .products_for_your_business_banner {
    display: none;
  }
}
.products_for_your_business_banner img {
  max-width: 1390px;
  height: auto;
  width: 100%;
  margin: auto;
}
.products_for_your_business_banner_mobile {
  width: 100%;
  margin: 30px 0;
}
@media screen and (min-width: 780px) {
  .products_for_your_business_banner_mobile {
    display: none;
  }
}
.products_for_your_business_banner_mobile div:first-child {
  display: none;
}
.products_for_your_business_banner_mobile img {
  width: 100%;
  height: auto;
}

.container_description_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px 54px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px auto;
  padding: 0 4%;
  max-width: 1366px;
}
@media screen and (max-width: 780px) {
  .container_description_product .image_product_description {
    display: none;
  }
}
.container_description_product .image_product_description img {
  height: 400px;
  width: auto;
}
.container_description_product .mobile_image_product_description {
  width: 100%;
  margin-bottom: 2em;
}
@media screen and (min-width: 780px) {
  .container_description_product .mobile_image_product_description {
    display: none;
  }
}
.container_description_product .mobile_image_product_description div:first-child {
  display: none;
}
.container_description_product .mobile_image_product_description img {
  height: auto;
  width: 100%;
}
.container_description_product .product_description {
  max-width: 450px;
}
@media screen and (max-width: 780px) {
  .container_description_product .product_description {
    width: 100%;
    max-width: 100%;
  }
}
.container_description_product .product_description .product_description_paragraph {
  border-bottom: 2px solid grey;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.container_description_product .product_description .product_description_paragraph > div {
  font-size: 1.11111rem;
}
.container_description_product .product_description .product_description_paragraph h3 {
  color: #A3D23E;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 30px;
}
.container_description_product .product_description .product_description_paragraph:nth-child(n+3) {
  border: none;
  margin: 0;
}
.container_description_product .product_description .product_description_paragraph.product_description_terms {
  margin-top: -20px;
}
.container_description_product .product_description .product_description_paragraph.product_description_terms::before {
  content: "";
  font-size: 1px;
  display: inline-block;
  background-color: #1b224e;
  width: 90%;
  height: 1px;
}
.container_description_product .product_description .product_description_paragraph.product_description_value .product_description_paragraph_display {
  margin: 8px 0;
}
.container_description_product .product_description .product_description_paragraph.product_description_value .iva {
  color: #A3D23E;
  font-weight: 700;
  font-size: 1.11111rem;
}
.container_description_product .product_description .product_description_paragraph_display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
.container_description_product .product_description .product_description_paragraph_display div:first-child {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 45px;
  color: #1b224e;
}
.container_description_product .product_description .product_description_paragraph_display > div:nth-child(2) > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.container_description_product .product_description .product_description_paragraph_display > div:nth-child(2) > p strong {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.container_description_product .product_description .product_description_paragraph.product_description_comision > .product_description_paragraph_display {
  gap: 2.25em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.container_description_product .product_description .product_description_paragraph.product_description_comision > .product_description_paragraph_display div:last-child {
  color: #1b224e;
  font-size: 17px;
}
.container_description_product .product_description .product_description_paragraph.product_description_transaction ul {
  margin-left: 30px;
}
.container_description_product .product_description .product_description_paragraph.product_description_transaction > div:nth-child(2) {
  font-size: 2.25rem;
  font-weight: bold;
  color: #1b224e;
}
.container_description_product .product_description .product_description_paragraph.product_description_terms h3 {
  font-weight: 800;
  color: #1b224e;
}
.container_description_product .product_description .product_description_paragraph.product_description_terms p {
  font-size: 1rem;
}
.container_description_product .product_description .Button_adquierelo a {
  background: #1b224e;
  padding: 13px 22px;
  border-radius: 24px;
  color: #fff;
  font-weight: 600;
  font-size: 1.11111rem;
  line-height: 20px;
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.container_description_product .product_description .Button_adquierelo a:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

#block-testimonios,
#block-testimonios-2 {
  text-align: center;
  margin: 4% 0;
  padding: 0 4%;
}
@media screen and (max-width: 680px) {
  #block-testimonios,
  #block-testimonios-2 {
    text-align: left;
  }
}
#block-testimonios .testimonials_title,
#block-testimonios-2 .testimonials_title {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 45px;
  color: #1b224e;
  margin: 10px 0;
}
#block-testimonios .testimonials_description,
#block-testimonios-2 .testimonials_description {
  max-width: 700px;
  margin: auto;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 30px;
  color: #1b224e;
}
@media screen and (max-width: 480px) {
  #block-testimonios .testimonials_description,
  #block-testimonios-2 .testimonials_description {
    font-size: 1rem;
  }
}
#block-testimonios .testimonials-slider-container,
#block-testimonios-2 .testimonials-slider-container {
  max-width: 1300px;
  margin: 20px auto 0;
}
#block-testimonios .testimonials-slider-container button.slick-arrow,
#block-testimonios-2 .testimonials-slider-container button.slick-arrow {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: none;
  background: #A3D23E;
  padding: 13px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  top: 155px;
}
#block-testimonios .testimonials-slider-container button.slick-arrow img,
#block-testimonios-2 .testimonials-slider-container button.slick-arrow img {
  width: 100%;
  max-width: 24px;
  height: auto;
  max-height: 24px;
}
#block-testimonios .testimonials-slider-container button.slick-arrow:active,
#block-testimonios-2 .testimonials-slider-container button.slick-arrow:active {
  -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
}
#block-testimonios .testimonials-slider-container button.slick-arrow.slick-prev,
#block-testimonios-2 .testimonials-slider-container button.slick-arrow.slick-prev {
  left: 29%;
}
@media screen and (max-width: 1040px) {
  #block-testimonios .testimonials-slider-container button.slick-arrow.slick-prev,
  #block-testimonios-2 .testimonials-slider-container button.slick-arrow.slick-prev {
    left: -2.4%;
  }
}
#block-testimonios .testimonials-slider-container button.slick-arrow.slick-next,
#block-testimonios-2 .testimonials-slider-container button.slick-arrow.slick-next {
  right: 29%;
}
@media screen and (max-width: 1040px) {
  #block-testimonios .testimonials-slider-container button.slick-arrow.slick-next,
  #block-testimonios-2 .testimonials-slider-container button.slick-arrow.slick-next {
    right: -2.4%;
  }
}
#block-testimonios .testimonials-slider-container .slick-dots,
#block-testimonios-2 .testimonials-slider-container .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  position: absolute;
  top: 360px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1366px) {
  #block-testimonios .testimonials-slider-container .slick-dots,
  #block-testimonios-2 .testimonials-slider-container .slick-dots {
    top: 310px;
  }
}
@media screen and (max-width: 680px) {
  #block-testimonios .testimonials-slider-container .slick-dots,
  #block-testimonios-2 .testimonials-slider-container .slick-dots {
    left: 5px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
#block-testimonios .testimonials-slider-container .slick-dots li button,
#block-testimonios-2 .testimonials-slider-container .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: #A3D23E;
  border-radius: 50%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#block-testimonios .testimonials-slider-container .slick-dots li.slick-active button,
#block-testimonios-2 .testimonials-slider-container .slick-dots li.slick-active button {
  width: 30px;
  border-radius: 30px;
  background-color: #1b224e;
}
#block-testimonios .testimonials-slider-container .slide,
#block-testimonios-2 .testimonials-slider-container .slide {
  padding-top: 50px;
}
#block-testimonios .testimonials-slider-container .slide h3,
#block-testimonios-2 .testimonials-slider-container .slide h3 {
  color: #A3D23E;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 30px;
}
#block-testimonios .testimonials-slider-container .slide p,
#block-testimonios-2 .testimonials-slider-container .slide p {
  font-weight: 400;
  line-height: 30px;
  font-size: 1rem;
}
#block-testimonios .testimonials-slider-container .slide img,
#block-testimonios-2 .testimonials-slider-container .slide img {
  width: 100%;
  height: 15em;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#block-testimonios .testimonials-slider-container .slick-current .slide img,
#block-testimonios-2 .testimonials-slider-container .slick-current .slide img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
@media screen and (max-width: 680px) {
  #block-testimonios .testimonials-slider-container .slick-current .slide img,
  #block-testimonios-2 .testimonials-slider-container .slick-current .slide img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#block-testimonios .testimonials-slider-container .slick-current .slide .testimonial_slider_text,
#block-testimonios-2 .testimonials-slider-container .slick-current .slide .testimonial_slider_text {
  margin-top: 100px;
}
#block-testimonios .testimonials-slider-container .slick-slide,
#block-testimonios-2 .testimonials-slider-container .slick-slide {
  max-width: 450px;
}
@media (max-width: 680px) {
  #block-testimonios .testimonials-slider-container .slick-slide,
  #block-testimonios-2 .testimonials-slider-container .slick-slide {
    max-width: unset;
  }
}
#block-testimonios .testimonials-slider-container .slick-slide:not(.slick-current) .slide,
#block-testimonios-2 .testimonials-slider-container .slick-slide:not(.slick-current) .slide {
  margin: 0 10%;
}
#block-testimonios .testimonials-slider-container .slick-slide:not(.slick-current) .slide img,
#block-testimonios-2 .testimonials-slider-container .slick-slide:not(.slick-current) .slide img {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#block-testimonios .testimonials-slider-container .slick-slide:not(.slick-current) .testimonial_slider_text,
#block-testimonios-2 .testimonials-slider-container .slick-slide:not(.slick-current) .testimonial_slider_text {
  display: none;
}

#block-masproductosparatunegocio {
  background-color: #F5F5F5;
  padding: 4%;
}
#block-masproductosparatunegocio .block-content--type-mas-productos-para-tu-negocio-, #block-masproductosparatunegocio .block-content--type-mas-productos-para-tu-negocio {
  margin: 0 auto;
  background: url("/themes/custom/kiire/images/iLetters/green-i-2.svg") no-repeat top left/106px 380px;
}
@media (max-width: 680px) {
  #block-masproductosparatunegocio .block-content--type-mas-productos-para-tu-negocio-, #block-masproductosparatunegocio .block-content--type-mas-productos-para-tu-negocio {
    background-image: unset;
  }
}
#block-masproductosparatunegocio .more_products_title {
  color: #1b224e;
  font-weight: 800;
  text-align: center;
  font-size: 2.25rem;
  line-height: 45px;
  position: relative;
  z-index: 2;
}
#block-masproductosparatunegocio .more_products_description {
  max-width: 490px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 30px;
  color: #1b224e;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #block-masproductosparatunegocio .more_products_description {
    font-size: 1rem;
    line-height: 22px;
  }
}
#block-masproductosparatunegocio .more_products_description p {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 30px;
  color: #1b224e;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #block-masproductosparatunegocio .more_products_description p {
    font-size: 1rem;
    line-height: 22px;
  }
}

.more-products-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  padding: 4%;
  position: relative;
}
.more-products-container .views-row {
  border-radius: 30px;
  background-color: white;
  width: 1040px;
  z-index: 2;
  position: relative;
  box-shadow: 15px 15px 29px 0px rgb(212, 212, 212);
  -webkit-box-shadow: 15px 15px 29px 0px rgb(212, 212, 212);
  -moz-box-shadow: 15px 15px 29px 0px rgb(212, 212, 212);
}
@media screen and (max-width: 1200px) {
  .more-products-container .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .more-products-container .views-row {
    background-color: transparent;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
  }
}
.more-products-container .views-row .more_product_options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 308px;
}
@media screen and (max-width: 680px) {
  .more-products-container .views-row .more_product_options {
    height: auto;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    text-align: center;
  }
}
.more-products-container .views-row .more_product_options .description_of_more_products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 8%;
}
.more-products-container .views-row .more_product_options .description_of_more_products .title-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 10px;
}
.more-products-container .views-row .more_product_options .description_of_more_products .title-icon::after {
  content: "";
  display: inline-block;
  width: 50%;
  height: 2px;
  background-color: #A3D23E;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 680px) {
  .more-products-container .views-row .more_product_options .description_of_more_products .title-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .more-products-container .views-row .more_product_options .description_of_more_products .title-icon::after {
    content: unset;
  }
}
@media screen and (max-width: 680px) {
  .more-products-container .views-row .more_product_options .description_of_more_products {
    width: 100%;
  }
}
.more-products-container .views-row .more_product_options .description_of_more_products img:not(.arrow_button_icon) {
  width: 80px;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 680px) {
  .more-products-container .views-row .more_product_options .description_of_more_products img:not(.arrow_button_icon) {
    display: none;
  }
}
.more-products-container .views-row .more_product_options .description_of_more_products a {
  margin-top: 20px;
}
@media screen and (max-width: 680px) {
  .more-products-container .views-row .more_product_options .description_of_more_products a {
    margin-top: 10px;
  }
}
.more-products-container .views-row .more_product_options .description_of_more_products h3 a {
  color: #A3D23E;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 30px;
}
@media screen and (max-width: 480px) {
  .more-products-container .views-row .more_product_options .description_of_more_products h3 a {
    font-size: 36px;
    line-height: 45px;
  }
}
@media screen and (max-width: 350px) {
  .more-products-container .views-row .more_product_options .description_of_more_products h3 a {
    font-size: 1.34rem;
    line-height: 35px;
  }
}
.more-products-container .views-row .more_product_options .description_of_more_products > a:last-child {
  -ms-flex-item-align: start;
  align-self: flex-start;
  background: #1b224e;
  padding: 13px 22px;
  border-radius: 24px;
  color: #fff;
  font-weight: 600;
  font-size: 1.11111rem;
  line-height: 20px;
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.more-products-container .views-row .more_product_options .description_of_more_products > a:last-child:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
@media screen and (max-width: 680px) {
  .more-products-container .views-row .more_product_options .description_of_more_products > a:last-child {
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.more-products-container .views-row .more_product_options .image_of_more_products {
  background-color: #1b224e;
  height: 100%;
  width: 45%;
  border-radius: 0 30px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 680px) {
  .more-products-container .views-row .more_product_options .image_of_more_products {
    background-color: transparent;
    width: 100%;
    height: 300px;
  }
}
.more-products-container .views-row .more_product_options .image_of_more_products::before {
  content: "";
  background-color: white;
  border-radius: 42%;
  width: 200px;
  height: 200px;
  position: absolute;
  z-index: 0;
  -webkit-box-shadow: 0px 32px 45px -18px rgb(1, 19, 44);
  box-shadow: 0px 32px 45px -18px rgb(1, 19, 44);
}
@media screen and (max-width: 680px) {
  .more-products-container .views-row .more_product_options .image_of_more_products::before {
    background-color: #1b224e;
    width: 210px;
    height: 210px;
  }
}
.more-products-container .views-row .more_product_options .image_of_more_products img {
  max-width: 180px;
  max-height: 230px;
  width: auto;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 680px) {
  .more-products-container .views-row .more_product_options .image_of_more_products img {
    margin-top: 2.7rem;
  }
}
.more-products-container .views-row:nth-child(even) {
  margin-right: 10%;
}
@media screen and (max-width: 680px) {
  .more-products-container .views-row:nth-child(even) {
    margin: 0;
  }
}
.more-products-container .views-row:nth-child(odd) {
  margin-left: 10%;
}
@media screen and (max-width: 680px) {
  .more-products-container .views-row:nth-child(odd) {
    margin: 0;
  }
}
.more-products-container .views-row:nth-child(even) .more_product_options {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
}
.more-products-container .views-row:nth-child(even) .more_product_options .image_of_more_products {
  border-radius: 30px 0 0 30px;
  background-color: #1b224e;
}
@media screen and (max-width: 680px) {
  .more-products-container .views-row:nth-child(even) .more_product_options .image_of_more_products {
    background-color: transparent;
  }
}

#block-porquekiire {
  background-color: #F5F5F5;
  padding-bottom: 5%;
}
#block-porquekiire > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  margin: 0 4%;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  #block-porquekiire > div:last-child {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }
}
#block-porquekiire .why_kiire_title {
  color: #A3D23E;
  font-weight: 800;
  font-size: 1.34rem;
  margin: 0;
  line-height: 30px;
}
#block-porquekiire .why_kiire_description p {
  color: #1b224e;
  font-size: 1.11111rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #block-porquekiire .why_kiire_description p {
    font-size: 1.5rem;
  }
}
#block-porquekiire .why_kiire_banner {
  min-width: 50%;
  min-height: 100%;
}
@media screen and (max-width: 1024px) {
  #block-porquekiire .why_kiire_banner {
    width: 100%;
    height: auto;
  }
}
#block-porquekiire .why_kiire_banner img {
  border-radius: 30px 0 0 30px;
  max-width: 100%;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  #block-porquekiire .why_kiire_banner img {
    height: auto;
    border-radius: 8px;
    -o-object-fit: unset;
    object-fit: unset;
    width: 100%;
  }
}
#block-porquekiire .why_kire_text_container {
  margin: 40px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  #block-porquekiire .why_kire_text_container {
    margin: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #block-porquekiire .why_kire_text_container {
    margin: auto;
  }
}
#block-porquekiire .why_kire_text_container .why_kiire_list img {
  width: 24px;
  height: auto;
}
#block-porquekiire .why_kire_text_container .why_kiire_list .paragraph--type--lista-con-iconos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 3% 0;
}
#block-porquekiire .why_kire_text_container .why_kiire_list .paragraph--type--lista-con-iconos ul {
  margin-left: 20px;
}
#block-porquekiire .why_kire_text_container .why_kiire_button {
  margin: 6% 0;
}
@media screen and (max-width: 1024px) {
  #block-porquekiire .why_kire_text_container .why_kiire_button {
    margin: 13%;
    text-align: center;
  }
}
#block-porquekiire .why_kire_text_container .why_kiire_button a {
  background: #1b224e;
  padding: 13px 22px;
  border-radius: 24px;
  color: #fff;
  font-weight: 600;
  font-size: 1.11111rem;
  line-height: 20px;
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#block-porquekiire .why_kire_text_container .why_kiire_button a:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

#block-senuestrosocio .block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2em;
  background-color: #A3D23E;
}
#block-senuestrosocio .block-content .block_image {
  margin-top: -4em;
  min-height: 300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#block-senuestrosocio .block-content .block_image::before {
  content: "";
  position: absolute;
  top: 90px;
  left: -55px;
  width: 107px;
  height: 270px;
  background: url("/themes/custom/kiire/images/iLetters/iBoletinHome.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 780px) {
  #block-senuestrosocio .block-content .block_image {
    display: none;
  }
}
#block-senuestrosocio .block-content .block_image img {
  width: auto;
  max-width: 100%;
  height: 100%;
}
#block-senuestrosocio .block-content .text_container {
  max-width: 370px;
}
@media screen and (max-width: 780px) {
  #block-senuestrosocio .block-content .text_container {
    max-width: 100%;
    margin: 4%;
  }
}
#block-senuestrosocio .block-content .text_container .title {
  color: #1b224e;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 45px;
}
#block-senuestrosocio .block-content .text_container .description {
  color: #1b224e;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 30px;
}
#block-senuestrosocio .block-content .more_button {
  margin: 1.5em 0;
}
#block-senuestrosocio .block-content .more_button a {
  background: #1b224e;
  padding: 13px 22px;
  border-radius: 24px;
  color: #fff;
  font-weight: 600;
  font-size: 1.11111rem;
  line-height: 20px;
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  font-size: 14px;
}
#block-senuestrosocio .block-content .more_button a:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

#block-sabermassobrekiire, #block-sabermassobrekiirehome {
  margin: 4%;
}
#block-sabermassobrekiire .block-content, #block-sabermassobrekiirehome .block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2em;
}
#block-sabermassobrekiire .block-content .text_container, #block-sabermassobrekiirehome .block-content .text_container {
  max-width: 600px;
}
#block-sabermassobrekiire .block-content .block_image, #block-sabermassobrekiirehome .block-content .block_image {
  width: 100px;
}
#block-sabermassobrekiire .block-content .block_image img, #block-sabermassobrekiirehome .block-content .block_image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 780px) {
  #block-sabermassobrekiire .block-content, #block-sabermassobrekiirehome .block-content {
    gap: 0;
  }
  #block-sabermassobrekiire .block-content .block_image, #block-sabermassobrekiirehome .block-content .block_image {
    display: none;
  }
}
#block-sabermassobrekiire .block-content .title, #block-sabermassobrekiirehome .block-content .title {
  color: #F58930;
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 370px) {
  #block-sabermassobrekiire .block-content .title, #block-sabermassobrekiirehome .block-content .title {
    font-size: 1.8rem;
  }
}
#block-sabermassobrekiire .block-content .description, #block-sabermassobrekiirehome .block-content .description {
  color: #1b224e;
  font-size: 1.5rem;
}
#block-sabermassobrekiire .block-content .more_button, #block-sabermassobrekiirehome .block-content .more_button {
  margin: 1.5em 0;
}
#block-sabermassobrekiire .block-content .more_button a, #block-sabermassobrekiirehome .block-content .more_button a {
  color: #1b224e;
  border: 2px solid #1b224e;
  background-color: white;
  border-radius: 30px;
  padding: 13px 20px;
  font-size: 1rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 1.11111rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
#block-sabermassobrekiire .block-content .more_button a::after, #block-sabermassobrekiirehome .block-content .more_button a::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("/themes/custom/kiire/images/icons/blueArrow.svg") no-repeat center/100%;
}

.container_article {
  text-align: center;
  margin: 0 4%;
}
.container_article .banner_article {
  width: 100%;
  position: relative;
}
.container_article .banner_article img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.container_article .container_article_autor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 3%;
}
.container_article .container_article_autor .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.container_article .container_article_autor .user img {
  width: 35px;
  height: auto;
  border-radius: 50%;
  margin-right: 10px;
}
.container_article .container_article_autor .user h2 {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
}
.container_article .container_article_autor .article_date {
  color: #1b224e;
  font-size: 14px;
}
.container_article .container_article_autor .article_date:last-child:before {
  content: "";
  width: 10px;
  height: 10px;
  padding: 2px;
  font-size: 1px;
  margin: 0 10px;
  background-color: #F58930;
  border-radius: 50%;
  position: relative;
  bottom: 5px;
}
.container_article .article_title_kiire {
  font-size: 2.666666rem;
  color: #1b224e;
  font-weight: 800;
  line-height: 60px;
  margin-top: 20px;
}
.container_article .article_title {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 30px;
}
@media screen and (max-width: 480px) {
  .container_article .article_title_kiire {
    font-size: 2.15rem;
    line-height: 45px;
  }
  .container_article .article_title {
    font-size: 1rem;
    line-height: 22.7px;
  }
}
@media screen and (max-width: 480px) {
  .container_article {
    font-size: 1.5rem;
    line-height: 22px;
  }
}
.container_article .container_date_labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.container_article .container_date_labels .fecha_formatter_new {
  color: #616161;
  font-size: 14px;
  display: none;
}
.container_article .container_date_labels .article_labels {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container_article .container_date_labels .article_labels > div {
  padding: 5px 11px;
  font-weight: bold;
  border-radius: 30px;
  background-color: #F58930;
  font-size: 14px;
}
.container_article .container_date_labels .article_labels > div a {
  color: #1b224e;
  font-weight: bold;
}
.container_article .article_body_content {
  text-align: justify;
  margin: 5% 0;
  font-size: 1.1rem;
}
.container_article .article_body_content h4 {
  font-weight: 700;
  line-height: 23px;
}
.container_article .article_body_content p {
  margin-bottom: 1.2rem;
  color: #424242;
  line-height: 20px;
  font-weight: 400;
  font-size: 1rem;
}
.container_article .article_body_content img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
}
.container_article .article_body_content ul {
  margin-left: 1.5%;
}
.container_article .article_body_content ul li strong {
  color: #F58930;
}

#block-views-block-vista-para-articulos-destacados-block-1 {
  background-color: #FEF8E6;
  border: 1px solid #E0E0E0;
  border-radius: 20px;
  padding: 57px 36px;
  width: 100%;
}
#block-views-block-vista-para-articulos-destacados-block-1 .recommended-articles-container form .js-form-type-search {
  position: relative;
}
#block-views-block-vista-para-articulos-destacados-block-1 .recommended-articles-container form .js-form-type-search::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("/themes/custom/kiire/images/icons/searchIcon.svg") no-repeat center/100%;
}
#block-views-block-vista-para-articulos-destacados-block-1 .recommended-articles-container form .js-form-item {
  position: relative;
}
#block-views-block-vista-para-articulos-destacados-block-1 .recommended-articles-container form .js-form-item::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/themes/custom/kiire/images/icons/searchIcon.svg") no-repeat center/20px auto;
  top: 50%;
  left: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#block-views-block-vista-para-articulos-destacados-block-1 .recommended-articles-container form .js-form-item input.form-text {
  border: 1px solid #1b224e;
  padding: 10.5px;
  padding-left: 40px;
  border-radius: 30px;
  width: 100%;
}
#block-views-block-vista-para-articulos-destacados-block-1 .recommended-articles-container form .js-form-item input.form-text::-webkit-input-placeholder {
  font-size: 0.9rem;
}
#block-views-block-vista-para-articulos-destacados-block-1 .recommended-articles-container form .js-form-item input.form-text::-moz-placeholder {
  font-size: 0.9rem;
}
#block-views-block-vista-para-articulos-destacados-block-1 .recommended-articles-container form .js-form-item input.form-text:-ms-input-placeholder {
  font-size: 0.9rem;
}
#block-views-block-vista-para-articulos-destacados-block-1 .recommended-articles-container form .js-form-item input.form-text::-ms-input-placeholder {
  font-size: 0.9rem;
}
#block-views-block-vista-para-articulos-destacados-block-1 .recommended-articles-container form .js-form-item input.form-text::placeholder {
  font-size: 0.9rem;
}
#block-views-block-vista-para-articulos-destacados-block-1 .recommended-articles-container form input.button {
  background-color: #1b224e;
  padding: 12px 22px;
  width: 100%;
  border: none;
  border-radius: 24px;
  color: white;
  font-weight: 600;
  line-height: 20px;
  font-size: 0.9rem;
  margin: 10px 0 40px;
  cursor: pointer;
}
#block-views-block-vista-para-articulos-destacados-block-1 .recommended-articles-container .views-row:not(.views-row:last-child) {
  border-bottom: 1px solid #F58930;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
#block-views-block-vista-para-articulos-destacados-block-1 .recommended-articles-container .author_recommended_articles {
  color: #1b224e;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#block-views-block-vista-para-articulos-destacados-block-1 .recommended-articles-container .author_recommended_articles img {
  width: 35px;
  height: auto;
  border-radius: 50%;
  margin-right: 10px;
}
#block-views-block-vista-para-articulos-destacados-block-1 .recommended-articles-container .author_recommended_articles a {
  color: #616161;
  font-size: 14px;
}
#block-views-block-vista-para-articulos-destacados-block-1 .recommended-articles-container .author_recommended_articles a:after {
  content: "";
  width: 10px;
  height: 10px;
  padding: 2px;
  font-size: 1px;
  background-color: #F58930;
  border-radius: 50%;
  position: relative;
  bottom: 4px;
  margin: 0 6px;
}
#block-views-block-vista-para-articulos-destacados-block-1 .recommended-articles-container .title_recommended_articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0;
}
#block-views-block-vista-para-articulos-destacados-block-1 .recommended-articles-container .title_recommended_articles h4 a {
  color: #1b224e;
  font-size: 1rem;
  font-weight: 700;
  line-height: 23px;
}
#block-views-block-vista-para-articulos-destacados-block-1 .recommended-articles-container .title_recommended_articles > a {
  font-weight: 700;
  color: #1b224e;
  text-decoration: underline;
}

nav#block-navegacionprincipal {
  width: 100%;
  position: fixed;
  z-index: 5;
  top: 0;
  padding: 0 43px 0 160px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1366px) {
  nav#block-navegacionprincipal {
    height: 80px;
  }
}
@media (max-width: 1024px) {
  nav#block-navegacionprincipal {
    height: 90px;
  }
}
nav#block-navegacionprincipal::after {
  content: "";
  position: absolute;
  top: 75px;
  right: 45px;
  bottom: -15.1px;
  height: 30px;
  width: 30px;
  border-bottom-right-radius: 8px;
  border-bottom: 1px solid #1b224e;
  border-right: 1px solid #1b224e;
  background-color: white;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: rotate(45deg) translate(1000px, -1000px);
  transform: rotate(45deg) translate(1000px, -1000px);
}
nav#block-navegacionprincipal.active {
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(71%, rgb(255, 255, 255)), to(rgba(234, 234, 234, 0.545)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 71%, rgba(234, 234, 234, 0.545) 100%);
  overflow-y: scroll;
}
nav#block-navegacionprincipal.active::after {
  -webkit-transform: rotate(45deg) translate(0);
  transform: rotate(45deg) translate(0);
}
@media screen and (max-width: 1024px) {
  nav#block-navegacionprincipal {
    padding: 0 4%;
  }
}
nav#block-navegacionprincipal .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1.66em;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  list-style: none;
  height: 100%;
  background: white;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 1024px) {
  nav#block-navegacionprincipal .menu {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 90px;
    left: 0;
    right: 0;
    gap: 20px;
    height: auto;
    border-top: 1px solid #1b224e;
    padding: 50px 4%;
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
  }
  nav#block-navegacionprincipal .menu.active_menu_mobile {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  nav#block-navegacionprincipal .menu.active_menu_mobile li:last-child {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 1024px) and (max-width: 433px) {
  nav#block-navegacionprincipal .menu {
    padding-bottom: 150%;
  }
}
@media screen and (max-width: 1024px) {
  nav#block-navegacionprincipal .menu li:not(:last-child) {
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 7px 10px #E0E0E0;
    box-shadow: 0px 7px 10px #E0E0E0;
    border-radius: 30px;
    padding: 18px 29px;
  }
  nav#block-navegacionprincipal .menu li:not(:last-child) span,
  nav#block-navegacionprincipal .menu li:not(:last-child) a {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1rem;
  }
  nav#block-navegacionprincipal .menu li:not(:last-child):hover a,
  nav#block-navegacionprincipal .menu li:not(:last-child):hover span {
    text-decoration: none;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  nav#block-navegacionprincipal .menu li:not(:last-child) > img {
    position: absolute;
    right: 28px;
    width: 12px;
    height: auto;
    top: 16px;
  }
  nav#block-navegacionprincipal .menu li:last-child {
    position: absolute;
    height: auto;
    top: -67px;
    right: 80px;
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
}
@media screen and (max-width: 1024px) and (max-width: 350px) {
  nav#block-navegacionprincipal .menu li:last-child {
    right: 60px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 320px) {
  nav#block-navegacionprincipal .menu li:last-child {
    position: unset;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 1024px) {
  nav#block-navegacionprincipal .menu li.menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  nav#block-navegacionprincipal .menu li.menu-item a,
  nav#block-navegacionprincipal .menu li.menu-item span {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  nav#block-navegacionprincipal .menu li.menu-item .menu_link_content {
    width: 100%;
    border-top: none;
    position: unset;
    padding: 0;
  }
  nav#block-navegacionprincipal .menu li.menu-item .menu_link_content::before {
    border: none;
  }
  nav#block-navegacionprincipal .menu li.menu-item .menu_link_content .nav_learn_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 19px 0;
  }
  nav#block-navegacionprincipal .menu li.menu-item .menu_link_content .nav_learn_items .paragraph .learn_button_link {
    margin-top: 3px;
  }
}
nav#block-navegacionprincipal .menu li {
  height: 59%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
nav#block-navegacionprincipal .menu li > img {
  height: 8px;
  margin-top: 5px;
}
nav#block-navegacionprincipal .menu li a,
nav#block-navegacionprincipal .menu li span {
  color: #1b224e;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
}
nav#block-navegacionprincipal .menu li.active span {
  text-decoration: underline;
  font-weight: 700;
  cursor: default;
}
nav#block-navegacionprincipal .menu li.active > img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
nav#block-navegacionprincipal .menu li:not(:last-child, .menu-products):hover a,
nav#block-navegacionprincipal .menu li:not(:last-child, .menu-products):hover span {
  font-weight: 700;
  text-decoration: underline;
}
nav#block-navegacionprincipal .menu li:last-child {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (max-width: 1024px) {
  nav#block-navegacionprincipal .menu li:last-child {
    height: unset;
  }
}
nav#block-navegacionprincipal .menu li:last-child a {
  background: #1b224e;
  padding: 13px 22px;
  border-radius: 24px;
  color: #fff;
  font-weight: 600;
  font-size: 1.11111rem;
  line-height: 20px;
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  font-size: 0.9rem;
  font-weight: 600;
}
nav#block-navegacionprincipal .menu li:last-child a:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
nav#block-navegacionprincipal .menu li .menu_link_content {
  padding: 40px 20px;
  border-top: 8px solid #F58930;
  position: absolute;
  background-color: white;
  right: -100px;
  max-width: 400px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 50px;
  z-index: 10;
  display: none;
}
@media (max-width: 1366px) {
  nav#block-navegacionprincipal .menu li .menu_link_content {
    top: 45px;
  }
}
nav#block-navegacionprincipal .menu li .menu_link_content.show {
  display: block;
}
nav#block-navegacionprincipal .menu li .menu_link_content::before {
  content: "";
  position: absolute;
  top: -42px;
  right: 150px;
  border: 20px solid transparent;
  border-bottom: 20px solid #F58930;
}
nav#block-navegacionprincipal .menu li .menu_link_content .nav_learn_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 21px;
}
nav#block-navegacionprincipal .menu li .menu_link_content .nav_learn_items > div {
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
nav#block-navegacionprincipal .menu li .menu_link_content .nav_learn_items .paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  gap: 15px;
  min-height: 100%;
}
nav#block-navegacionprincipal .menu li .menu_link_content .nav_learn_items .paragraph img {
  width: 80px;
  height: auto;
}
nav#block-navegacionprincipal .menu li .menu_link_content .nav_learn_items .paragraph .learn_menu_container {
  max-width: 250px;
  min-height: 100%;
}
nav#block-navegacionprincipal .menu li .menu_link_content .nav_learn_items .paragraph .learn_menu_container .learn_title {
  color: #F58930;
  font-weight: 700;
  font-size: 1rem;
  line-height: 17.64px;
}
nav#block-navegacionprincipal .menu li .menu_link_content .nav_learn_items .paragraph .learn_menu_container .learn_description {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 17.64px;
}
nav#block-navegacionprincipal .menu li .menu_link_content .nav_learn_items .paragraph .learn_menu_container .learn_button_link {
  margin-top: 13px;
  display: inline-block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
nav#block-navegacionprincipal .menu li .menu_link_content .nav_learn_items .paragraph .learn_menu_container .learn_button_link a {
  color: #1b224e;
  border: 2px solid #1b224e;
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 0.9rem;
  display: block;
}
nav#block-navegacionprincipal .hamburger_menu {
  width: 30px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  position: absolute;
  top: 35px;
  right: 4%;
}
@media screen and (min-width: 1024px) {
  nav#block-navegacionprincipal .hamburger_menu {
    display: none;
  }
}
nav#block-navegacionprincipal .hamburger_menu span {
  width: 100%;
  padding: 1.8px 10px;
  border-radius: 20px;
  background-color: #1b224e;
  -webkit-transform-origin: 0px 100%;
  transform-origin: 0px 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.01, -0.02, 0.28, -0.42);
  transition: -webkit-transform 0.3s cubic-bezier(0.01, -0.02, 0.28, -0.42);
  transition: transform 0.3s cubic-bezier(0.01, -0.02, 0.28, -0.42);
  transition: transform 0.3s cubic-bezier(0.01, -0.02, 0.28, -0.42), -webkit-transform 0.3s cubic-bezier(0.01, -0.02, 0.28, -0.42);
}
nav#block-navegacionprincipal .hamburger_menu.active span:first-child {
  -webkit-transform: rotate(45deg) translate(-3px, 1px);
  transform: rotate(45deg) translate(-3px, 1px);
}
nav#block-navegacionprincipal .hamburger_menu.active span:nth-child(2) {
  visibility: hidden;
}
nav#block-navegacionprincipal .hamburger_menu.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(-4px, 2px);
  transform: rotate(-45deg) translate(-4px, 2px);
}

img.arrow_nav_icon,
img.arrow_nav_icon2 {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-left: 10px;
  width: 12px;
  height: auto;
}

.toolbar-icon-9 nav#block-navegacionprincipal,
.toolbar-icon-9 #block-sitebranding {
  top: 29px;
}
@media (min-width: 975px) {
  .toolbar-icon-9.toolbar-tray-open nav#block-navegacionprincipal,
  .toolbar-icon-9.toolbar-tray-open #block-sitebranding {
    top: 69px;
  }
}

#block-menuproductos {
  font-size: 1.11111rem;
  color: #1b224e;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  #block-menuproductos .nav_link_products_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 1rem;
  }
  #block-menuproductos .nav_link_products_title.active {
    text-decoration: none;
  }
  #block-menuproductos nav_link_products_title .block-content {
    width: 100%;
  }
  #block-menuproductos div.nav_products {
    width: 100%;
    border: none;
    position: unset;
    margin: 19px 0;
    padding: 0;
  }
  #block-menuproductos div.nav_products::before {
    border: none;
  }
  #block-menuproductos div.nav_products .nav_link_products_description {
    display: none;
  }
  #block-menuproductos div.nav_products .nav_list_products .views-row span a {
    font-size: 14px;
    color: #1b224e;
    font-weight: 400;
  }
}
#block-menuproductos .nav_link_products_title {
  font-weight: 600;
  font-size: 1rem;
  cursor: default;
}
#block-menuproductos .nav_link_products_title.active {
  text-decoration: underline;
  font-weight: 700;
}
#block-menuproductos .nav_link_products_title.active img.arrow_nav_icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  #block-menuproductos .nav_link_products_title {
    font-weight: 700;
    font-size: 1rem;
  }
  #block-menuproductos .nav_link_products_title.active {
    text-decoration: none;
  }
}
#block-menuproductos .nav_products {
  width: 842px;
  max-width: 50vw;
  top: 45px;
  border-top: 8px solid #A3D23E;
  background-color: white;
  position: absolute;
  right: -80%;
  display: none;
}
@media screen and (max-width: 1360px) {
  #block-menuproductos .nav_products {
    width: 700px;
  }
}
@media screen and (max-width: 1040px) {
  #block-menuproductos .nav_products {
    right: -220%;
  }
}
@media screen and (max-width: 1280px) {
  #block-menuproductos .nav_products {
    width: 408px;
  }
  #block-menuproductos .nav_products::before {
    right: 50%;
  }
}
@media (max-width: 1024px) {
  #block-menuproductos .nav_products {
    max-width: unset;
  }
}
#block-menuproductos .nav_products.show {
  display: inline-block;
}
#block-menuproductos .nav_products::before {
  content: "";
  position: absolute;
  top: -42px;
  right: 29%;
  border: 20px solid transparent;
  border-bottom: 20px solid #A3D23E;
}
@media screen and (max-width: 1178px) {
  #block-menuproductos .nav_products::before {
    right: 45%;
  }
}
@media screen and (max-width: 1040px) {
  #block-menuproductos .nav_products::before {
    right: 90%;
  }
}
#block-menuproductos .nav_products .nav_link_products_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#block-menuproductos .nav_products .nav_link_products_description .nav_products_link_button a {
  color: #1b224e;
  text-decoration: underline;
}
#block-menuproductos .nav_products .nav_list_products {
  margin: 4%;
}
#block-menuproductos .nav_products .nav_list_products .views-element-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  #block-menuproductos .nav_products .nav_list_products .views-element-container > div {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 240px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 350px) {
  #block-menuproductos .nav_products .nav_list_products .views-element-container > div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#block-menuproductos .nav_products .nav_list_products .views-element-container > div .views-row {
  max-width: 120px;
  min-width: 90px;
}
#block-menuproductos .nav_products .nav_list_products .views-element-container > div .views-row a {
  font-size: 1rem;
}
#block-menuproductos .nav_products .nav_list_products .views-element-container > div img {
  margin-bottom: 16px;
  width: 80px;
  height: auto;
}
#block-menuproductos .nav_products .nav_list_products .views-element-container > div span a {
  color: #1b224e;
  font-size: 17px;
  font-weight: 500;
}
#block-menuproductos .nav_products .nav_list_products .views-element-container > div span a:hover {
  text-decoration: underline;
}

#block-sitebranding {
  position: fixed;
  top: 24px;
  left: 43px;
  z-index: 6;
  width: 99px;
}
@media screen and (max-width: 1024px) {
  #block-sitebranding {
    left: 4%;
  }
}
@media (max-width: 1280px) {
  #block-sitebranding {
    top: 18px;
  }
}
@media (max-width: 1024px) {
  #block-sitebranding {
    top: 24px;
  }
}
#block-sitebranding img {
  width: 100%;
  height: auto;
}

.toolbar-icon-9 #block-sitebranding {
  top: 54px;
}
@media (min-width: 975px) {
  .toolbar-icon-9.toolbar-tray-open #block-sitebranding {
    top: 94px;
  }
}
@media (min-width: 1366px) {
  .toolbar-icon-9.toolbar-tray-open {
    top: 54px;
  }
}

.block-banner-video-home {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1068px) {
  .block-banner-video-home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 60vw;
    margin: 0 auto;
  }
}
.block-banner-video-home > div:nth-child(2) > div:nth-child(1) {
  display: none;
}
.block-banner-video-home div {
  width: 100%;
}
.block-banner-video-home .video-home {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-banner-video-home .video-home video {
  width: 85%;
  height: auto;
  border-radius: 30px;
  margin: 4vh auto;
  aspect-ratio: 16/9;
  margin-top: 15px;
  max-width: 750px;
  border-radius: 30px;
}
.block-banner-video-home .video-home::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: url("/themes/custom/kiire/images/icons/playButton.svg") no-repeat center/42px 42px;
  backdrop-filter: blur(8px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.block-banner-video-home .video-home.playing::after {
  content: unset;
}
.block-banner-video-home h1 {
  color: #1b224e;
  font-size: 2.666666rem;
  font-weight: 800;
  text-align: left;
  text-align: center;
  margin-bottom: 0;
}
.block-banner-video-home .descripcion {
  line-height: 2rem;
}
.block-banner-video-home .description_home_banner {
  font-size: 1.13rem;
  line-height: 22.68px;
  max-width: 580px;
  margin: 5px auto;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .block-banner-video-home {
    max-width: 100%;
    width: 100%;
    padding: 0 4%;
  }
  .block-banner-video-home .description_home_banner {
    font-size: 1rem;
    font-weight: 400;
    max-width: 100%;
    width: 100%;
  }
}

#block-bannervideohome {
  margin: 5px auto 4%;
  text-align: center;
  color: #1b224e;
  max-width: 60%;
}
@media screen and (max-width: 1068px) {
  #block-bannervideohome {
    max-width: 100%;
  }
}
#block-bannervideohome h1.title {
  color: #1b224e;
  font-size: 2.666666rem;
  font-weight: 800;
  line-height: 60.5px;
  text-align: center;
}
@media screen and (max-width: 680px) {
  #block-bannervideohome h1.title {
    font-size: 36px;
    line-height: 45px;
  }
}
#block-bannervideohome .title_home_banner {
  color: #1b224e;
  font-size: 2.666666rem;
  font-weight: 800;
  line-height: 60.5px;
}
#block-bannervideohome .description_home_banner {
  font-size: 1.13rem;
  line-height: 22.68px;
  max-width: 580px;
  margin: 5px auto;
}
@media screen and (max-width: 680px) {
  #block-bannervideohome {
    max-width: 100%;
    width: 100%;
    padding: 0 4%;
  }
  #block-bannervideohome .description_home_banner {
    font-size: 1rem;
    font-weight: 400;
    max-width: 100%;
    width: 100%;
  }
}
#block-bannervideohome .video_banner_container {
  max-width: 750px;
  width: 85%;
  margin: 0 auto;
}
#block-bannervideohome .video_banner_container .button_link {
  margin: 15px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 680px) {
  #block-bannervideohome .video_banner_container .button_link {
    margin: 30px 0 50px;
    bottom: 0;
  }
}
#block-bannervideohome .video_banner_container .button_link a {
  background: #1b224e;
  padding: 13px 22px;
  border-radius: 24px;
  color: #fff;
  font-weight: 600;
  font-size: 1.11111rem;
  line-height: 20px;
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: inline-block;
}
#block-bannervideohome .video_banner_container .button_link a:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
#block-bannervideohome .video_banner_container > div:not(.button_link) > div:first-child {
  display: none;
}
#block-bannervideohome .video_banner_container > div:not(.button_link) .video-home {
  position: relative;
}
#block-bannervideohome .video_banner_container > div:not(.button_link) .video-home video {
  height: auto;
  max-height: 50vh;
  width: 100%;
  max-width: 100%;
  border-radius: 30px;
}
#block-bannervideohome .video_banner_container > div:not(.button_link) .video-home::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: url("/themes/custom/kiire/images/icons/playButton.svg") no-repeat center/42px 42px;
  backdrop-filter: blur(8px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
#block-bannervideohome .video_banner_container > div:not(.button_link) .video-home.playing::after {
  content: unset;
}
#block-bannervideohome .video_banner_container .video_banner {
  width: 100%;
  position: relative;
}
#block-bannervideohome .video_banner_container .video_banner iframe {
  border-radius: 30px;
}
#block-bannervideohome .video_banner_container .video_banner::before {
  content: "";
  position: absolute;
  width: 20%;
  height: 40%;
  right: 10px;
  top: 20%;
  z-index: 1;
  background: url("/themes/custom/kiire/images/iLetters/doubleBorderYellow-i.svg") no-repeat center/auto 100%;
}
@media screen and (max-width: 680px) {
  #block-bannervideohome .video_banner_container .video_banner::before {
    left: 0;
    top: 56%;
    background-image: url("/themes/custom/kiire/images/iLetters/doubleBorderedYellow-i-mobile.svg");
  }
}

#block-porquekiirebannerhome .image_banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
}
#block-porquekiirebannerhome .image_banner img {
  height: auto;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 780px) {
  #block-porquekiirebannerhome .image_banner {
    display: none;
  }
}
#block-porquekiirebannerhome .image_banner_mobile {
  width: 100%;
}
#block-porquekiirebannerhome .image_banner_mobile img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 780px) {
  #block-porquekiirebannerhome .image_banner_mobile {
    display: none;
  }
}

#block-solucionesparatunegociohome {
  text-align: center;
  padding: 4%;
  background: url("/themes/custom/kiire/images/iLetters/greenBorder-i.svg") no-repeat 101% 170px/100px;
  background-attachment: fixed;
}
@media screen and (max-width: 680px) {
  #block-solucionesparatunegociohome {
    background: unset;
  }
}
#block-solucionesparatunegociohome .more_products_title {
  font-size: 2.25rem;
  line-height: 45.36px;
  color: #1b224e;
  font-weight: 800;
}
#block-solucionesparatunegociohome .more_products_description {
  font-size: 1.5rem;
  color: #1b224e;
  max-width: 430px;
  margin: 10px auto;
}
@media screen and (max-width: 480px) {
  #block-solucionesparatunegociohome .more_products_description {
    font-size: 1rem;
  }
}
#block-solucionesparatunegociohome .views-element-container {
  max-width: 1280px;
  margin: 0 auto;
}
#block-solucionesparatunegociohome .more-products-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8em, 1fr));
  grid-template-rows: auto;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  margin: 20px 4%;
  gap: 40px;
  padding: 0 4%;
}
#block-solucionesparatunegociohome .more-products-container::before {
  content: unset;
}
#block-solucionesparatunegociohome .more-products-container .views-row {
  background-color: unset;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#block-solucionesparatunegociohome .more-products-container .views-row .more_product_options {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: unset;
}
#block-solucionesparatunegociohome .more-products-container .views-row .more_product_options .image_of_more_products {
  background-color: #1b224e;
  border-radius: 35%;
  width: 50%;
  height: 82%;
  min-width: 261px;
  min-height: 237px;
  max-width: 271px;
  padding-top: 50px;
  z-index: 2;
}
@media screen and (max-width: 680px) {
  #block-solucionesparatunegociohome .more-products-container .views-row .more_product_options .image_of_more_products {
    padding: 30px;
  }
}
#block-solucionesparatunegociohome .more-products-container .views-row .more_product_options .image_of_more_products img {
  max-width: 280px;
  max-height: 280px;
  margin-top: 1em;
  color: white;
}
@media (max-width: 680px) {
  #block-solucionesparatunegociohome .more-products-container .views-row .more_product_options .image_of_more_products img {
    max-height: 230px;
  }
}
#block-solucionesparatunegociohome .more-products-container .views-row .more_product_options .image_of_more_products::before {
  content: none;
}
#block-solucionesparatunegociohome .more-products-container .views-row .more_product_options .description_of_more_products {
  text-align: left;
  max-width: 300px;
}
@media screen and (max-width: 680px) {
  #block-solucionesparatunegociohome .more-products-container .views-row .more_product_options .description_of_more_products {
    max-width: 230px;
    margin-left: 50px;
    border-left: 2px solid #A3D23E;
    border-bottom-left-radius: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: auto;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    padding-top: 70px;
  }
}
#block-solucionesparatunegociohome .more-products-container .views-row .more_product_options .description_of_more_products img:not(.arrow_button_icon) {
  display: none;
}
#block-solucionesparatunegociohome .more-products-container .views-row .more_product_options .description_of_more_products .title-icon::after {
  content: unset;
}
#block-solucionesparatunegociohome .more-products-container .views-row .more_product_options .description_of_more_products h3 {
  border-bottom: 2px solid #A3D23E;
  margin-left: -60px;
  padding: 0 0 7.5px 60px;
  margin-bottom: 10px;
  z-index: 1;
}
#block-solucionesparatunegociohome .more-products-container .views-row .more_product_options .description_of_more_products h3 a {
  color: #1b224e;
  margin-bottom: 8px;
  font-size: 1.34rem;
  line-height: 30px;
}
@media screen and (max-width: 680px) {
  #block-solucionesparatunegociohome .more-products-container .views-row .more_product_options .description_of_more_products h3 {
    border: none;
    padding: 0 0 0 60px;
    margin-bottom: 0;
  }
}
#block-solucionesparatunegociohome .more-products-container .views-row .more_product_options .description_of_more_products > a:last-child {
  background: #1b224e;
  padding: 13px 22px;
  border-radius: 24px;
  color: #fff;
  font-weight: 600;
  font-size: 1.11111rem;
  line-height: 20px;
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  gap: 10px;
  font-size: 1.11111rem;
}
#block-solucionesparatunegociohome .more-products-container .views-row .more_product_options .description_of_more_products > a:last-child:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
@media screen and (max-width: 680px) {
  #block-solucionesparatunegociohome .more-products-container .views-row .more_product_options .description_of_more_products > a:last-child {
    margin-bottom: -20px;
  }
}
#block-solucionesparatunegociohome .more-products-container .views-row .more_product_options .description_of_more_products > a:last-child::after {
  content: "";
  position: relative;
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url("/themes/custom/kiire/images/icons/whiteArrow.svg") no-repeat center/25px;
}
#block-solucionesparatunegociohome .more-products-container .views-row .more_product_options .description_of_more_products > a:last-child .arrow_button_icon {
  width: 25px;
  height: auto;
  margin-left: 10px;
}
@media screen and (max-width: 680px) {
  #block-solucionesparatunegociohome .more-products-container .views-row {
    margin: 0;
  }
}
#block-solucionesparatunegociohome .more-products-container .views-row:nth-child(odd) {
  margin: 0 10% 0 0;
  grid-column: 1;
  width: 100%;
}
#block-solucionesparatunegociohome .more-products-container .views-row:nth-child(odd) .more_product_options {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#block-solucionesparatunegociohome .more-products-container .views-row:nth-child(even) {
  grid-column: 2;
  -webkit-transform: translateY(190px);
  transform: translateY(190px);
  width: 100%;
  margin-bottom: 10%;
}
@media screen and (max-width: 1040px) {
  #block-solucionesparatunegociohome .more-products-container .views-row:nth-child(even) {
    grid-column: 1;
    -webkit-transform: unset;
    transform: unset;
  }
}

#block-simuladorhome {
  background-color: #F5F5F5;
}
@media screen and (max-width: 680px) {
  #block-simuladorhome {
    background-color: #A3D23E;
  }
}
#block-simuladorhome .block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#block-simuladorhome .block-content .block_image {
  width: 50%;
  background-color: #A3D23E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 680px) {
  #block-simuladorhome .block-content .block_image {
    width: 100%;
  }
}
#block-simuladorhome .block-content .block_image img {
  width: 100%;
  height: auto;
}
#block-simuladorhome .block-content .text_container {
  padding: 0 4%;
  margin: auto 0;
  width: 50%;
}
@media screen and (max-width: 680px) {
  #block-simuladorhome .block-content .text_container {
    width: 100%;
  }
}
#block-simuladorhome .block-content .text_container .title {
  font-size: 2.25rem;
  line-height: 45.36px;
  color: #1b224e;
  font-weight: 800;
}
#block-simuladorhome .block-content .text_container .description {
  color: #1b224e;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 30.24px;
}
#block-simuladorhome .block-content .text_container .more_button {
  margin: 33px 0;
}
#block-simuladorhome .block-content .text_container .more_button a {
  background: #1b224e;
  padding: 13px 22px;
  border-radius: 24px;
  color: #fff;
  font-weight: 600;
  font-size: 1.11111rem;
  line-height: 20px;
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
#block-simuladorhome .block-content .text_container .more_button a:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
#block-simuladorhome .block-content .text_container .more_button a::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("/themes/custom/kiire/images/icons/whiteArrow.svg") no-repeat center/100%;
}

#block-views-block-slider-de-imagen-o-video-home-block-1 {
  width: 100%;
  padding: 40px 4%;
  height: auto;
  background: url(/themes/custom/kiire/images/iLetters/greenBorder-i.svg) no-repeat 6% center/80px auto;
  background-attachment: fixed;
}
@media screen and (max-width: 780px) {
  #block-views-block-slider-de-imagen-o-video-home-block-1 {
    background-image: unset;
  }
}
#block-views-block-slider-de-imagen-o-video-home-block-1 .view-image-video-slider {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
#block-views-block-slider-de-imagen-o-video-home-block-1 .view-image-video-slider .slider-container {
  width: 100%;
  height: 100%;
}
#block-views-block-slider-de-imagen-o-video-home-block-1 .slick-list {
  border-radius: 30px;
}
#block-views-block-slider-de-imagen-o-video-home-block-1 .container_image_or_video_slider {
  width: 100%;
}
#block-views-block-slider-de-imagen-o-video-home-block-1 .container_image_or_video_slider .image_or_video_slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  background-color: white;
}
#block-views-block-slider-de-imagen-o-video-home-block-1 .container_image_or_video_slider .image_or_video_slider .container_media_slider_home {
  width: 55%;
}
#block-views-block-slider-de-imagen-o-video-home-block-1 .container_image_or_video_slider .image_or_video_slider .container_media_slider_home img {
  width: 100%;
  max-width: 780px;
  height: 21em;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}
#block-views-block-slider-de-imagen-o-video-home-block-1 .container_image_or_video_slider .image_or_video_slider .container_media_slider_home iframe {
  border-radius: 30px;
  height: 100%;
}
#block-views-block-slider-de-imagen-o-video-home-block-1 .container_image_or_video_slider .image_or_video_slider .container_info_slider_home {
  max-width: 35%;
  color: #1b224e;
  font-weight: 800;
  font-size: 1.34rem;
  line-height: 30.24px;
}
#block-views-block-slider-de-imagen-o-video-home-block-1 .container_image_or_video_slider .image_or_video_slider .container_info_slider_home p {
  font-size: 1rem;
  font-weight: 400;
  color: #1b224e;
  line-height: 20.16px;
}
#block-views-block-slider-de-imagen-o-video-home-block-1 .container_image_or_video_slider .image_or_video_slider .container_info_slider_home p a {
  color: #1b224e;
  text-decoration: underline;
}
#block-views-block-slider-de-imagen-o-video-home-block-1 .container_image_or_video_slider .image_or_video_slider .container_info_slider_home p a:hover {
  text-decoration: none;
}
#block-views-block-slider-de-imagen-o-video-home-block-1 .container_image_or_video_slider .image_or_video_slider .container_info_slider_home div:last-child a {
  color: #1b224e;
  border: 2px solid #1b224e;
  background-color: white;
  border-radius: 30px;
  padding: 13px 20px;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 20px;
  margin-top: 20px;
  max-width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#block-views-block-slider-de-imagen-o-video-home-block-1 .container_image_or_video_slider .image_or_video_slider .container_info_slider_home div:last-child a::after {
  content: "";
  position: relative;
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(/themes/custom/kiire/images/icons/blueArrow.svg) no-repeat center/25px;
}
#block-views-block-slider-de-imagen-o-video-home-block-1 .container_image_or_video_slider .image_or_video_slider .container_info_slider_home div:last-child a .arrow_button_icon {
  width: 25px;
}
@media screen and (max-width: 1040px) {
  #block-views-block-slider-de-imagen-o-video-home-block-1 .container_image_or_video_slider .image_or_video_slider {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #block-views-block-slider-de-imagen-o-video-home-block-1 .container_image_or_video_slider .image_or_video_slider .container_media_slider_home {
    width: 100%;
  }
  #block-views-block-slider-de-imagen-o-video-home-block-1 .container_image_or_video_slider .image_or_video_slider .container_media_slider_home img {
    height: 20em;
    width: 100%;
  }
  #block-views-block-slider-de-imagen-o-video-home-block-1 .container_image_or_video_slider .image_or_video_slider .container_media_slider_home iframe {
    width: 100%;
  }
  #block-views-block-slider-de-imagen-o-video-home-block-1 .container_image_or_video_slider .image_or_video_slider .container_info_slider_home {
    width: 100%;
    max-width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
#block-views-block-slider-de-imagen-o-video-home-block-1 button.slick-arrow {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: none;
  background: #A3D23E;
  padding: 13px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#block-views-block-slider-de-imagen-o-video-home-block-1 button.slick-arrow img {
  width: 100%;
  max-width: 24px;
  height: auto;
  max-height: 24px;
}
#block-views-block-slider-de-imagen-o-video-home-block-1 button.slick-arrow:active {
  -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
}
#block-views-block-slider-de-imagen-o-video-home-block-1 button.slick-arrow.slick-prev {
  left: -2%;
}
#block-views-block-slider-de-imagen-o-video-home-block-1 button.slick-arrow.slick-next {
  left: 53%;
}

#block-articulohome,
#block-views-block-articulos-home-block-2 {
  width: 100%;
  padding: 4%;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: url(/themes/custom/kiire/images/iLetters/orangeBorder-i.svg) no-repeat 101% 190px/92px;
  background-attachment: fixed;
}
@media screen and (max-width: 780px) {
  #block-articulohome,
  #block-views-block-articulos-home-block-2 {
    background-image: unset;
  }
}
#block-articulohome .title_articles_home,
#block-views-block-articulos-home-block-2 .title_articles_home {
  color: #1b224e;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 45px;
  margin: 10px 0;
}
#block-articulohome .description_articles_home p,
#block-views-block-articulos-home-block-2 .description_articles_home p {
  font-size: 1.5rem;
  font-weight: 300;
  max-width: 600px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  #block-articulohome .title_articles_home,
  #block-views-block-articulos-home-block-2 .title_articles_home {
    font-size: 1.5rem;
    text-align: left;
  }
  #block-articulohome .description_articles_home p,
  #block-views-block-articulos-home-block-2 .description_articles_home p {
    font-size: 1rem;
    text-align: left;
  }
}
#block-articulohome .views-row .views-field,
#block-views-block-articulos-home-block-2 .views-row .views-field {
  height: 100%;
}
#block-articulohome .view-articles-home,
#block-views-block-articulos-home-block-2 .view-articles-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  margin: 30px 0;
}
@media screen and (max-width: 780px) {
  #block-articulohome .view-articles-home,
  #block-views-block-articulos-home-block-2 .view-articles-home {
    gap: 40px;
  }
}
#block-articulohome .view-articles-home .article_container_home,
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home {
  max-width: 305px;
  display: grid;
  grid-template-rows: auto minmax(20px, auto) minmax(20px, auto) minmax(25px, 1fr) 20px;
  gap: 10px;
  height: 100%;
}
@media screen and (max-width: 780px) {
  #block-articulohome .view-articles-home .article_container_home,
  #block-views-block-articulos-home-block-2 .view-articles-home .article_container_home {
    max-width: 100%;
    width: 100%;
  }
}
#block-articulohome .view-articles-home .article_container_home img,
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1280px) {
  #block-articulohome .view-articles-home .article_container_home img,
  #block-views-block-articulos-home-block-2 .view-articles-home .article_container_home img {
    height: 192px;
  }
}
@media (max-width: 780px) {
  #block-articulohome .view-articles-home .article_container_home img,
  #block-views-block-articulos-home-block-2 .view-articles-home .article_container_home img {
    height: 240px;
  }
}
#block-articulohome .view-articles-home .article_container_home .tags_articles,
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .tags_articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
#block-articulohome .view-articles-home .article_container_home .tags_articles .fecha_formatter_new,
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .tags_articles .fecha_formatter_new {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  display: none;
}
#block-articulohome .view-articles-home .article_container_home .tags_articles ul,
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .tags_articles ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
#block-articulohome .view-articles-home .article_container_home .tags_articles ul li,
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .tags_articles ul li {
  list-style: none;
  background-color: #F58930;
  padding: 4px 15px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #1b224e;
}
#block-articulohome .view-articles-home .article_container_home > a:nth-child(1),
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home > a:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
#block-articulohome .view-articles-home .article_container_home > a:nth-child(2),
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home > a:nth-child(2) {
  color: #1b224e;
  font-size: 1.11111rem;
  font-weight: 700;
  line-height: 22px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
#block-articulohome .view-articles-home .article_container_home .summary,
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .summary {
  grid-row: 4;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
#block-articulohome .view-articles-home .article_container_home .summary a,
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .summary a {
  color: #1b224e;
  text-decoration: underline;
}
#block-articulohome .view-articles-home .article_container_home .summary a:hover,
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .summary a:hover {
  text-decoration: none;
}
#block-articulohome .view-articles-home .article_container_home a:last-child,
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home a:last-child {
  font-weight: 700;
  text-decoration: underline;
  color: #1b224e;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
#block-articulohome .view-articles-home .slick-list,
#block-views-block-articulos-home-block-2 .view-articles-home .slick-list {
  border-radius: 8px;
}
#block-articulohome .view-articles-home .slick-dots,
#block-views-block-articulos-home-block-2 .view-articles-home .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100px;
  margin: 0 auto;
  list-style: none;
  position: relative;
}
#block-articulohome .view-articles-home .slick-dots li button,
#block-views-block-articulos-home-block-2 .view-articles-home .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: #A3D23E;
  border-radius: 50%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#block-articulohome .view-articles-home .slick-dots li.slick-active button,
#block-views-block-articulos-home-block-2 .view-articles-home .slick-dots li.slick-active button {
  width: 30px;
  border-radius: 30px;
  background-color: #1b224e;
}
#block-articulohome .more_articles_button_link,
#block-views-block-articulos-home-block-2 .more_articles_button_link {
  margin-top: 30px;
}
#block-articulohome .more_articles_button_link a,
#block-views-block-articulos-home-block-2 .more_articles_button_link a {
  background: #1b224e;
  padding: 13px 22px;
  border-radius: 24px;
  color: #fff;
  font-weight: 600;
  font-size: 1.11111rem;
  line-height: 20px;
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
#block-articulohome .more_articles_button_link a:active,
#block-views-block-articulos-home-block-2 .more_articles_button_link a:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
#block-articulohome .more_articles_button_link a::after,
#block-views-block-articulos-home-block-2 .more_articles_button_link a::after {
  content: "";
  position: relative;
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(/themes/custom/kiire/images/icons/whiteArrow.svg) no-repeat center/25px;
}

#block-simplenewssubscription {
  background-color: #A3D23E;
  padding-left: 4%;
  width: 100%;
  margin: 4% 0;
  overflow: hidden;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#block-simplenewssubscription .boletin-content {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}
#block-simplenewssubscription .boletin-content .imagen_boletin {
  width: 101px;
  position: absolute;
  right: 110%;
  top: 0;
}
@media screen and (max-width: 860px) {
  #block-simplenewssubscription .boletin-content .imagen_boletin {
    right: -8%;
    bottom: 0;
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  #block-simplenewssubscription .boletin-content .imagen_boletin {
    right: -60px;
  }
}
@media screen and (max-width: 320px) {
  #block-simplenewssubscription .boletin-content .imagen_boletin {
    right: -80px;
  }
}
#block-simplenewssubscription .boletin-content h2 {
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 45px;
  color: #1b224e;
  padding-top: 4%;
}
@media screen and (max-width: 860px) {
  #block-simplenewssubscription .boletin-content h2 {
    margin-right: 60px;
  }
}
#block-simplenewssubscription .boletin-content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 4% 4% 0;
}
@media screen and (max-width: 860px) {
  #block-simplenewssubscription .boletin-content form {
    padding-right: 50px;
  }
}
@media screen and (max-width: 373px) {
  #block-simplenewssubscription .boletin-content form {
    padding-right: 80px;
  }
}
#block-simplenewssubscription .boletin-content form .field--type-email {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
#block-simplenewssubscription .boletin-content form .field--type-email label {
  display: none;
}
#block-simplenewssubscription .boletin-content form .field--type-email input {
  width: 98%;
  max-width: 420px;
  padding: 15px 0 15px 40px;
  border-radius: 30px;
  border: 1px solid #000;
}
#block-simplenewssubscription .boletin-content form .field--type-email input::-webkit-input-placeholder {
  font-size: 0.9rem;
  font-family: "Sora", sans-serif;
  color: #616161;
}
#block-simplenewssubscription .boletin-content form .field--type-email input::-moz-placeholder {
  font-size: 0.9rem;
  font-family: "Sora", sans-serif;
  color: #616161;
}
#block-simplenewssubscription .boletin-content form .field--type-email input:-ms-input-placeholder {
  font-size: 0.9rem;
  font-family: "Sora", sans-serif;
  color: #616161;
}
#block-simplenewssubscription .boletin-content form .field--type-email input::-ms-input-placeholder {
  font-size: 0.9rem;
  font-family: "Sora", sans-serif;
  color: #616161;
}
#block-simplenewssubscription .boletin-content form .field--type-email input::placeholder {
  font-size: 0.9rem;
  font-family: "Sora", sans-serif;
  color: #616161;
}
#block-simplenewssubscription .boletin-content form .field--type-email::before {
  content: "@";
  position: relative;
  top: 33px;
  left: 10px;
  font-weight: 600;
  font-size: 0.9rem;
}
#block-simplenewssubscription .boletin-content form .description {
  display: none;
}
#block-simplenewssubscription .boletin-content form #edit-message {
  font-size: 1.11111rem;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 480px) {
  #block-simplenewssubscription .boletin-content form #edit-message {
    font-size: 1rem;
  }
}
#block-simplenewssubscription .boletin-content form .form-actions {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  margin-top: 20px;
}
#block-simplenewssubscription .boletin-content form .form-actions::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(/themes/custom/kiire/images/icons/whiteArrow.svg) no-repeat center/20px;
}
@media screen and (min-width: 680px) {
  #block-simplenewssubscription .boletin-content form .form-actions::after {
    display: none;
  }
}
@media screen and (max-width: 601px) {
  #block-simplenewssubscription .boletin-content form .form-actions {
    margin-top: 20px;
  }
}
#block-simplenewssubscription .boletin-content form .form-actions input.button {
  background: #1b224e;
  padding: 13px 22px;
  border-radius: 24px;
  color: #fff;
  font-weight: 600;
  font-size: 1.11111rem;
  line-height: 20px;
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding: 15px 22px;
  min-height: 50px;
}
#block-simplenewssubscription .boletin-content form .form-actions input.button:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
@media screen and (max-width: 680px) {
  #block-simplenewssubscription .boletin-content form .form-actions input.button {
    width: 190px;
    padding-right: 40px;
    max-width: 200px;
  }
}
#block-simplenewssubscription a#edit-manage {
  display: none;
}

footer.footer {
  background-color: white;
  position: relative;
  bottom: 0;
  min-height: 254px;
  border-top: 2px solid #A3D23E;
}
footer.footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4% 8%;
  gap: 20px;
}
footer.footer > div:not(.footer2) {
  background: white url("/themes/custom/kiire/images/Textos_Legales_Redeban.png") no-repeat left bottom/auto 60%;
}
footer.footer #block-marcadelsitio {
  width: 151px;
}
footer.footer #block-marcadelsitio img {
  width: 100%;
  height: auto;
}
footer.footer nav {
  width: 80%;
}
@media screen and (max-width: 860px) {
  footer.footer nav {
    width: 100%;
  }
}
footer.footer nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 860px) {
  footer.footer nav > ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
footer.footer nav > ul > li {
  display: grid;
  grid-template-rows: minmax(25px, 50px) 1fr;
}
footer.footer nav > ul > li ul {
  display: grid;
  grid-template-rows: repeat(auto);
}
footer.footer nav > ul li {
  list-style: none;
}
footer.footer nav > ul li a:hover {
  text-decoration: underline;
}
footer.footer nav > ul li span,
footer.footer nav > ul li > a {
  color: #1b224e;
  font-weight: 700;
  font-size: 0.9rem;
}
@media screen and (max-width: 480px) {
  footer.footer nav > ul li span,
  footer.footer nav > ul li > a {
    text-decoration-line: underline;
    font-size: 0.9rem;
  }
}
footer.footer nav > ul li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
footer.footer nav > ul li ul li a {
  font-weight: 400;
  color: #1b224e;
  font-size: 0.9rem;
}
@media screen and (max-width: 880px) {
  footer.footer nav > ul li {
    height: 30px;
    max-width: 100%;
    width: 100%;
  }
  footer.footer nav > ul li ul {
    opacity: 0;
    -webkit-transform: translateX(-200%) scale(0.5);
    transform: translateX(-200%) scale(0.5);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.29, 0.95, 0.8, 1.12);
    transition: -webkit-transform 0.5s cubic-bezier(0.29, 0.95, 0.8, 1.12);
    transition: transform 0.5s cubic-bezier(0.29, 0.95, 0.8, 1.12);
    transition: transform 0.5s cubic-bezier(0.29, 0.95, 0.8, 1.12), -webkit-transform 0.5s cubic-bezier(0.29, 0.95, 0.8, 1.12);
  }
  footer.footer nav > ul li ul li {
    height: unset;
  }
  footer.footer nav > ul li.active {
    height: auto;
  }
  footer.footer nav > ul li.active ul {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

footer .footer2 {
  background-color: #F5F5F5;
  width: 100%;
  min-height: 60px;
  padding: 0 4%;
}
@media screen and (max-width: 990px) {
  footer .footer2 {
    padding: 4%;
  }
}
footer .footer2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 990px) {
  footer .footer2 > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
footer .footer2 > div nav {
  width: 100%;
}
footer .footer2 > div nav ul:not(.contextual-links) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 860px) {
  footer .footer2 > div nav ul:not(.contextual-links) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
  }
}
footer .footer2 > div nav ul:not(.contextual-links) li {
  width: unset;
  max-width: unset;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer2 > div nav ul:not(.contextual-links) li:not(:last-child)::before {
  content: "";
  padding: 2.5px;
  font-size: 0;
  margin: 0 5px;
  background-color: #F23005;
  border-radius: 50%;
  position: relative;
}
footer .footer2 > div nav ul:not(.contextual-links) li:last-child {
  margin: 0 auto;
  text-align: center;
  white-space: unset;
}
footer .footer2 > div nav ul:not(.contextual-links) li a {
  color: #1b224e;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
footer .footer2 > div #block-socialmedialinks ul:not(.contextual-links) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
footer .footer2 > div #block-socialmedialinks ul:not(.contextual-links) span {
  font-size: 1.34rem;
  color: #1b224e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
footer .footer2 > div #block-socialmedialinks ul:not(.contextual-links) span.fa-instagram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='21.11' viewBox='0 0 448 512'%3E%3Cpath fill='%231b224e' d='M224.3 141a115 115 0 1 0 -.6 230 115 115 0 1 0 .6-230zm-.6 40.4a74.6 74.6 0 1 1 .6 149.2 74.6 74.6 0 1 1 -.6-149.2zm93.4-45.1a26.8 26.8 0 1 1 53.6 0 26.8 26.8 0 1 1 -53.6 0zm129.7 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM399 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
  width: 21.11px;
  height: 24px;
}
footer .footer2 > div #block-socialmedialinks ul:not(.contextual-links) span.fa-x-twitter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%231b224e' d='M459.4 151.7c.3 4.5 .3 9.1 .3 13.6 0 138.7-105.6 298.6-298.6 298.6-59.5 0-114.7-17.2-161.1-47.1 8.4 1 16.6 1.3 25.3 1.3 49.1 0 94.2-16.6 130.3-44.8-46.1-1-84.8-31.2-98.1-72.8 6.5 1 13 1.6 19.8 1.6 9.4 0 18.8-1.3 27.6-3.6-48.1-9.7-84.1-52-84.1-103l0-1.3c14 7.8 30.2 12.7 47.4 13.3-28.3-18.8-46.8-51-46.8-87.4 0-19.5 5.2-37.4 14.3-53 51.7 63.7 129.3 105.3 216.4 109.8-1.6-7.8-2.6-15.9-2.6-24 0-57.8 46.8-104.9 104.9-104.9 30.2 0 57.5 12.7 76.7 33.1 23.7-4.5 46.5-13.3 66.6-25.3-7.8 24.4-24.4 44.8-46.1 57.8 21.1-2.3 41.6-8.1 60.4-16.2-14.3 20.8-32.2 39.3-52.6 54.3z'/%3E%3C/svg%3E");
  width: 24.11px;
  height: 24px;
}
footer .footer2 > div #block-socialmedialinks ul:not(.contextual-links) span.fa-youtube {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%231b224e' d='M581.7 188.1C575.5 164.4 556.9 145.8 533.4 139.5C490.9 128 320.1 128 320.1 128C320.1 128 149.3 128 106.7 139.5C83.2 145.8 64.7 164.4 58.4 188.1C47 231 47 320.4 47 320.4C47 320.4 47 409.8 58.4 452.7C64.7 476.3 83.2 494.2 106.7 500.5C149.3 512 320.1 512 320.1 512C320.1 512 490.9 512 533.5 500.5C557 494.2 575.5 476.3 581.8 452.7C593.2 409.8 593.2 320.4 593.2 320.4C593.2 320.4 593.2 231 581.8 188.1zM264.2 401.6L264.2 239.2L406.9 320.4L264.2 401.6z'/%3E%3C/svg%3E");
  width: 27.13px;
  height: 24px;
}
footer .footer2 > div #block-socialmedialinks > div.contextual {
  top: -15px;
  right: -15px;
}
footer .footer2 > div #block-socialmedialinks > div.contextual button.trigger.focusable {
  right: 0px;
}

.container-help-center {
  width: 100%;
}
.container-help-center .banner-help-center {
  text-align: center;
}
.container-help-center .banner-help-center .image-help-center-mobile img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .container-help-center .banner-help-center .image-help-center-mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .container-help-center .banner-help-center .image-help-center {
    display: none;
  }
}
.container-help-center .banner-help-center .image-help-center {
  position: relative;
  margin-bottom: 10px;
}
.container-help-center .banner-help-center .image-help-center img {
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 20rem;
}
.container-help-center .banner-help-center .image-help-center-mobile {
  margin-bottom: 10px;
}
.container-help-center .banner-help-center .image-help-center-mobile img {
  width: 100%;
  height: auto;
}
.container-help-center .banner-help-center .title-help-center {
  font-weight: 800;
  font-size: 3rem;
  line-height: 60.5px;
  padding: 0 4%;
}
@media screen and (max-width: 480px) {
  .container-help-center .banner-help-center .title-help-center {
    font-size: 2.25rem;
    line-height: 45px;
    padding: 15px 4%;
  }
}
.container-help-center .banner-help-center .description-help-center {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 30px;
  color: #1b224e;
  padding: 0 4%;
}
.container-help-center .links-container {
  max-width: 50%;
  padding: 10px 8%;
}
.container-help-center .links-container .start-guide-help-center,
.container-help-center .links-container .products-help-center {
  font-size: 2.25rem;
  color: #1b224e;
  line-height: 45px;
  font-weight: 800;
  margin: 4% 0 2%;
}
.container-help-center .links-container .link-start-guide-help-center,
.container-help-center .links-container .link-products-help-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.container-help-center .links-container .link-start-guide-help-center .paragraph,
.container-help-center .links-container .link-products-help-center .paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.container-help-center .links-container .link-start-guide-help-center .paragraph img,
.container-help-center .links-container .link-products-help-center .paragraph img {
  width: 50px;
  height: 50px;
}
.container-help-center .links-container .link-start-guide-help-center .paragraph a,
.container-help-center .links-container .link-products-help-center .paragraph a {
  color: #1b224e;
  font-size: 1rem;
  font-weight: 700;
}
.container-help-center .links-container .link-start-guide-help-center .paragraph a:hover,
.container-help-center .links-container .link-products-help-center .paragraph a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 990px) {
  .container-help-center .links-container {
    max-width: unset;
    background-color: #A3D23E;
    padding: 10px 18px;
    position: fixed;
    height: 40px;
    top: 100px;
    width: 100%;
    font-size: 1rem;
    z-index: 2;
  }
  .container-help-center .links-container.show {
    padding: 0 50px;
  }
  .container-help-center .links-container::before {
    content: "Menú centro de ayuda";
    font-weight: 700;
    background: url("/themes/custom/kiire/images/icons/blueDownArrow.svg") no-repeat right/15px;
    display: block;
    cursor: pointer;
  }
  .container-help-center .links-container.show::before {
    background: url("/themes/custom/kiire/images/icons/leftBlueArrow.svg") no-repeat 10px/auto 15px;
  }
  .container-help-center .links-container .start-guide-help-center,
  .container-help-center .links-container .products-help-center {
    opacity: 0;
    -webkit-transition: opacity 0.1s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.1s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.1s ease, transform 0.5s ease;
    transition: opacity 0.1s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translateY(-500%);
    transform: translateY(-500%);
  }
  .container-help-center .links-container .link-start-guide-help-center,
  .container-help-center .links-container .link-products-help-center {
    opacity: 0;
    height: 0;
    -webkit-transform: scale(0.001);
    transform: scale(0.001);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-animation: 0.4s hideNavHelpCenter;
    animation: 0.4s hideNavHelpCenter;
  }
  .container-help-center .links-container.show {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(255, 255, 255)), to(rgba(234, 234, 234, 0.888)));
    background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgba(234, 234, 234, 0.888) 100%);
    height: auto;
    bottom: 0;
  }
  .container-help-center .links-container.show::before {
    padding: 20px 0 20px;
    border-bottom: 2px solid #F58930;
    padding-left: 50px;
  }
  .container-help-center .links-container.show .start-guide-help-center,
  .container-help-center .links-container.show .products-help-center {
    position: relative;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 1.5rem;
    line-height: 30px;
    cursor: pointer;
  }
  .container-help-center .links-container.show .start-guide-help-center::after,
  .container-help-center .links-container.show .products-help-center::after {
    content: "";
    padding: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    background: url("/themes/custom/kiire/images/icons/blueDownArrow.svg") no-repeat center/15px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .container-help-center .links-container.show .start-guide-help-center.show::after,
  .container-help-center .links-container.show .products-help-center.show::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .container-help-center .links-container .start-guide-help-center.show ~ .link-start-guide-help-center,
  .container-help-center .links-container .products-help-center.show ~ .link-products-help-center {
    height: auto;
    max-height: 60%;
    overflow-y: scroll;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 15px;
    border-radius: 20px;
    -webkit-animation: 0.5s showNavHelpCenter;
    animation: 0.5s showNavHelpCenter;
  }
  @-webkit-keyframes showNavHelpCenter {
    from {
      height: 0;
      opacity: 0;
    }
    to {
      height: auto;
      max-height: 60%;
      opacity: 1;
    }
  }
  @keyframes showNavHelpCenter {
    from {
      height: 0;
      opacity: 0;
    }
    to {
      height: auto;
      max-height: 60%;
      opacity: 1;
    }
  }
  @-webkit-keyframes hideNavHelpCenter {
    from {
      height: 60%;
      opacity: 1;
    }
    to {
      height: 0;
      opacity: 0;
    }
  }
  @keyframes hideNavHelpCenter {
    from {
      height: 60%;
      opacity: 1;
    }
    to {
      height: 0;
      opacity: 0;
    }
  }
}

@media screen and (max-width: 990px) {
  .toolbar-icon-9 .links-container {
    top: 128px;
  }
  .toolbar-icon-9.toolbar-tray-open .links-container {
    top: 168px;
  }
}
#block-conoceydescargalaappkiire, #block-kiireapp-centro-de-ayuda {
  max-width: 50%;
  padding: 60px 55px;
  position: absolute;
  top: 600px;
  right: 8%;
  background-color: #F5F5F5;
  border-radius: 20px;
}
@media screen and (max-width: 990px) {
  #block-conoceydescargalaappkiire, #block-kiireapp-centro-de-ayuda {
    max-width: 100%;
    right: unset;
    top: unset;
    position: relative;
    margin: 20px 4%;
  }
}
#block-conoceydescargalaappkiire h2, #block-kiireapp-centro-de-ayuda h2 {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 30px;
  max-width: 75%;
  position: relative;
  z-index: 2;
}
#block-conoceydescargalaappkiire .block_image, #block-kiireapp-centro-de-ayuda .block_image {
  margin: 15px 0;
}
#block-conoceydescargalaappkiire .block_image::before, #block-kiireapp-centro-de-ayuda .block_image::before {
  content: "";
  position: absolute;
  width: 12%;
  height: 90%;
  top: -130px;
  right: 60px;
  background: url("/themes/custom/kiire/images/iLetters/green-i.svg") no-repeat center/100% auto;
}
@media screen and (max-width: 990px) {
  #block-conoceydescargalaappkiire .block_image::before, #block-kiireapp-centro-de-ayuda .block_image::before {
    background: unset;
  }
}
#block-conoceydescargalaappkiire .block_image img, #block-kiireapp-centro-de-ayuda .block_image img {
  width: 75%;
  height: auto;
}
#block-conoceydescargalaappkiire .text_container, #block-kiireapp-centro-de-ayuda .text_container {
  position: relative;
  z-index: 2;
}
#block-conoceydescargalaappkiire .more_button, #block-kiireapp-centro-de-ayuda .more_button {
  margin-top: 15px;
}
#block-conoceydescargalaappkiire .more_button a, #block-kiireapp-centro-de-ayuda .more_button a {
  color: #1b224e;
  text-decoration-line: underline;
}
#block-conoceydescargalaappkiire .more_button a:hover, #block-kiireapp-centro-de-ayuda .more_button a:hover {
  font-weight: 700;
}
@media screen and (max-width: 990px) {
  #block-conoceydescargalaappkiire, #block-kiireapp-centro-de-ayuda {
    padding: 8% 4%;
    text-align: center;
  }
  #block-conoceydescargalaappkiire h2, #block-kiireapp-centro-de-ayuda h2 {
    max-width: 100%;
  }
  #block-conoceydescargalaappkiire .block_image img, #block-kiireapp-centro-de-ayuda .block_image img {
    width: 100%;
  }
}

#block-preguntasfrecuentes {
  width: 100%;
  padding: 0 8%;
  margin: 4% 0;
}
#block-preguntasfrecuentes .title-frequent-questions {
  font-weight: 800;
  font-size: 3rem;
  line-height: 60px;
  text-align: center;
  color: #1b224e;
}
@media screen and (max-width: 480px) {
  #block-preguntasfrecuentes .title-frequent-questions {
    font-size: 2.25rem;
    line-height: 45px;
    text-align: left;
  }
}
#block-preguntasfrecuentes .view-frequent-questions {
  margin: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
#block-preguntasfrecuentes .view-frequent-questions .views-row {
  height: auto;
  min-height: 50px;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
#block-preguntasfrecuentes .view-frequent-questions .views-row .views-field-title {
  background-color: #1b224e;
  padding: 10px 45px 10px 27px;
  border-radius: 5px;
  position: relative;
  margin: 10px 0;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#block-preguntasfrecuentes .view-frequent-questions .views-row .views-field-title span {
  color: white;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 30px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 680px) {
  #block-preguntasfrecuentes .view-frequent-questions .views-row .views-field-title span {
    font-size: 0.9rem;
  }
}
#block-preguntasfrecuentes .view-frequent-questions .views-row .views-field-title::after {
  content: "";
  padding: 10px;
  position: absolute;
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/themes/custom/kiire/images/icons/whiteDownArrow.svg") no-repeat center/15px auto;
}
#block-preguntasfrecuentes .view-frequent-questions .views-row .views-field-field-respuesta-pregunta- {
  margin: 30px 8%;
  height: 0;
  opacity: 0;
  margin-top: -50px;
  -webkit-transition: height 0.4s ease, opacity 0.2s ease, margin 0.4s ease;
  transition: height 0.4s ease, opacity 0.2s ease, margin 0.4s ease;
}
#block-preguntasfrecuentes .view-frequent-questions .views-row .views-field-field-respuesta-pregunta- table {
  display: none;
}
#block-preguntasfrecuentes .view-frequent-questions .views-row.show .views-field-title {
  background-color: #A3D23E;
}
#block-preguntasfrecuentes .view-frequent-questions .views-row.show .views-field-title span {
  color: #1b224e;
}
#block-preguntasfrecuentes .view-frequent-questions .views-row.show .views-field-title::after {
  background-image: url("/themes/custom/kiire/images/icons/blueUpArrow.svg");
}
#block-preguntasfrecuentes .view-frequent-questions .views-row.show .views-field-field-respuesta-pregunta- {
  height: auto;
  opacity: 1;
  margin-top: 30px;
}
#block-preguntasfrecuentes .view-frequent-questions .views-row.show .views-field-field-respuesta-pregunta- ul {
  margin: 20px 30px;
}
#block-preguntasfrecuentes .view-frequent-questions .views-row.show .views-field-field-respuesta-pregunta- a {
  color: #A3D23E;
  font-weight: 700;
  font-size: 0.9rem;
}
#block-preguntasfrecuentes .view-frequent-questions .views-row.show .views-field-field-respuesta-pregunta- a:hover {
  text-decoration: underline;
}
#block-preguntasfrecuentes .view-frequent-questions .views-row.show table {
  display: block;
}

#block-centrodeayuda {
  background-color: #A3D23E;
  width: 100%;
  padding: 0 4%;
  margin-top: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
#block-centrodeayuda .banner {
  width: 300px;
  margin: -5% 0 0;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 780px) {
  #block-centrodeayuda .banner {
    display: none;
  }
}
#block-centrodeayuda .banner img {
  width: 100%;
  height: auto;
}
#block-centrodeayuda .link-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin: 4% auto;
}
@media screen and (max-width: 780px) {
  #block-centrodeayuda .link-container > div {
    gap: 20px;
  }
}
#block-centrodeayuda .link-container > div .paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 780px) {
  #block-centrodeayuda .link-container > div .paragraph {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
#block-centrodeayuda .link-container > div .paragraph img {
  width: 89px;
  height: auto;
}
#block-centrodeayuda .link-container > div .paragraph .title {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 30px;
  color: #1b224e;
}
#block-centrodeayuda .link-container > div .paragraph .link {
  color: #1b224e;
}
#block-centrodeayuda .link-container > div .paragraph .link a {
  color: #1b224e;
  line-height: 20px;
}
#block-centrodeayuda .link-container > div .paragraph .link a:hover {
  text-decoration-line: underline;
  font-weight: 700;
}

.node--type-universidad, #block-bannerbuscador {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .node--type-universidad .banner-mobile, #block-bannerbuscador .banner-mobile {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .node--type-universidad .banner, #block-bannerbuscador .banner {
    display: none;
  }
}
.node--type-universidad .banner, .node--type-universidad .banner-mobile, #block-bannerbuscador .banner, #block-bannerbuscador .banner-mobile {
  margin-bottom: 20px;
  position: relative;
}
.node--type-universidad .banner img, .node--type-universidad .banner-mobile img, #block-bannerbuscador .banner img, #block-bannerbuscador .banner-mobile img {
  width: 100%;
  height: auto;
}
.node--type-universidad .title, #block-bannerbuscador .title {
  color: #1b224e;
  font-size: 3rem;
  font-weight: 800;
  line-height: 60.5px;
  margin: 0 4%;
}
@media screen and (max-width: 680px) {
  .node--type-universidad .title, #block-bannerbuscador .title {
    font-size: 2.25rem;
    line-height: 45px;
  }
}
.node--type-universidad .description, #block-bannerbuscador .description {
  color: #1b224e;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 30px;
  margin: 0 4%;
}

#block-views-block-articulos-home-block-2 .view-articles-home h3.main-date {
  margin: 38px 8% 10px;
  max-width: 1360px;
  font-weight: 800;
  font-size: 1.34rem;
  line-height: 30px;
  color: #1b224e;
}
@media screen and (min-width: 1600px) {
  #block-views-block-articulos-home-block-2 .view-articles-home h3.main-date {
    margin: 38px auto 10px;
  }
}
@media screen and (max-width: 1040px) {
  #block-views-block-articulos-home-block-2 .view-articles-home h3.main-date {
    text-align: center;
  }
}

#block-views-block-articulos-home-block-2 {
  padding: 4% 0;
  overflow: unset;
}
#block-views-block-articulos-home-block-2::before {
  content: none;
}
#block-views-block-articulos-home-block-2 .articles-slide-container {
  margin: 0 0 4%;
  width: 100%;
  padding: 0 8% 60px;
  -webkit-box-shadow: 0px 13px 15px rgba(224, 224, 224, 0.7);
  box-shadow: 0px 13px 15px rgba(224, 224, 224, 0.7);
}
#block-views-block-articulos-home-block-2 .articles-slide-container .articles-slide {
  max-width: 1360px;
  width: 100%;
  margin: auto;
  position: relative;
}
#block-views-block-articulos-home-block-2 .articles-slide-container .articles-slide button.slick-arrow {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: none;
  background: #A3D23E;
  padding: 13px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#block-views-block-articulos-home-block-2 .articles-slide-container .articles-slide button.slick-arrow img {
  width: 100%;
  max-width: 24px;
  height: auto;
  max-height: 24px;
}
#block-views-block-articulos-home-block-2 .articles-slide-container .articles-slide button.slick-arrow:active {
  -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
}
#block-views-block-articulos-home-block-2 .articles-slide-container .articles-slide button.slick-arrow.slick-next {
  left: 100%;
}
#block-views-block-articulos-home-block-2 .articles-slide-container .articles-slide button.slick-arrow.slick-prev {
  right: 100%;
}
@media screen and (max-width: 780px) {
  #block-views-block-articulos-home-block-2 .articles-slide-container .articles-slide button.slick-arrow {
    top: unset;
    bottom: -45px;
  }
  #block-views-block-articulos-home-block-2 .articles-slide-container .articles-slide button.slick-arrow.slick-next {
    left: 70%;
  }
  #block-views-block-articulos-home-block-2 .articles-slide-container .articles-slide button.slick-arrow.slick-prev {
    right: 70%;
  }
}
@media screen and (max-width: 380px) {
  #block-views-block-articulos-home-block-2 .articles-slide-container .articles-slide button.slick-arrow.slick-next {
    left: 80%;
  }
  #block-views-block-articulos-home-block-2 .articles-slide-container .articles-slide button.slick-arrow.slick-prev {
    right: 80%;
  }
}
#block-views-block-articulos-home-block-2 .articles-slide-container ul.slick-dots {
  margin-top: 50px;
  max-width: 140px;
}
#block-views-block-articulos-home-block-2 .articles-slide-container .slick-list {
  max-width: 1350px;
  margin: 0 auto;
}
#block-views-block-articulos-home-block-2 .articles-slide-container .views-row .article_container_home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 620px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px;
  height: 100%;
}
#block-views-block-articulos-home-block-2 .articles-slide-container .views-row .article_container_home img {
  max-width: 208px;
  height: 208px;
}
@media screen and (max-width: 680px) {
  #block-views-block-articulos-home-block-2 .articles-slide-container .views-row .article_container_home img {
    max-width: unset;
    width: 100%;
  }
}
#block-views-block-articulos-home-block-2 .articles-slide-container .views-row .article_container_home .info_article {
  max-width: 60%;
  position: unset;
  align-self: flex-start;
  grid-template-columns: 1fr;
}
#block-views-block-articulos-home-block-2 .articles-slide-container .views-row .article_container_home .info_article > div:last-child .container_share > span.a2a_kit {
  bottom: 35px;
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
}
#block-views-block-articulos-home-block-2 .articles-slide-container .views-row .article_container_home .info_article > div:last-child .container_share > span.a2a_kit::before {
  top: 100%;
  border: 17px solid transparent;
  border-top: 17px solid orange;
}
@media screen and (max-width: 1040px) {
  #block-views-block-articulos-home-block-2 .articles-slide-container .views-row .article_container_home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #block-views-block-articulos-home-block-2 .articles-slide-container .views-row .article_container_home .info_article {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  #block-views-block-articulos-home-block-2 .articles-slide-container .views-row .article_container_home {
    margin: 0;
  }
}
#block-views-block-articulos-home-block-2 .view-articles-home {
  display: unset;
}
#block-views-block-articulos-home-block-2 .view-articles-home .articles-university {
  max-width: 1580px;
  margin: 4% auto;
  padding: 0 4%;
  display: grid;
  gap: 75px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  place-items: center;
}
@media screen and (max-width: 780px) {
  #block-views-block-articulos-home-block-2 .view-articles-home .articles-university {
    gap: 40px;
  }
}
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home {
  max-width: 400px;
  grid-template-rows: 240px 1fr;
}
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home > a {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 1040px) {
  #block-views-block-articulos-home-block-2 .view-articles-home .article_container_home > a > div {
    height: 100%;
  }
  #block-views-block-articulos-home-block-2 .view-articles-home .article_container_home > a > div img {
    height: 100%;
  }
}
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .info_article {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  gap: 20px;
  height: 100%;
  display: grid;
  grid-template-rows: 30px minmax(22px, 42px) 30px minmax(20px, 68px);
}
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .info_article .container_autor {
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #1b224e;
}
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .info_article .container_autor .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .info_article .container_autor .user::after {
  content: "";
  width: 4px;
  height: 4px;
  font-size: 1px;
  margin-top: 2px;
  margin: 0 10px;
  background-color: #ff8f0b;
  border-radius: 50%;
}
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .info_article .container_autor .user img {
  width: 35px;
  height: auto;
  border-radius: 50%;
  margin-right: 10px;
}
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .info_article .container_autor .user h2 {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
}
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .info_article > a:nth-child(2),
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .info_article > a:nth-child(3) {
  grid-row: 2;
  color: #1b224e;
  font-size: 1rem;
  font-weight: 700;
  line-height: 22px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .info_article .tags_articles {
  grid-row: 3;
}
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .info_article > div:last-child {
  grid-row: last;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .info_article > div:last-child a {
  font-size: 0.9rem;
  line-height: 20px;
  color: #1b224e;
  font-weight: 600;
}
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .info_article > div:last-child a:hover {
  font-weight: 700;
  text-decoration: underline;
}
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .info_article > div:last-child .container_share {
  position: relative;
}
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .info_article > div:last-child .container_share p {
  color: #F58930;
  color: #F58930;
  font-weight: 700;
  text-transform: capitalize;
  cursor: default;
  font-size: 1.11111rem;
}
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .info_article > div:last-child .container_share p::after {
  content: "...";
}
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .info_article > div:last-child .container_share > span.a2a_kit {
  border: 3px solid #F58930;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  gap: 20px;
  margin-top: 23px;
  position: absolute;
  width: 200px;
  z-index: -1;
  background-color: white;
  opacity: 0;
  -webkit-transform: translateY(-300px);
  transform: translateY(-300px);
  -webkit-transition: opacity 0.3s ease, z-index 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, z-index 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, z-index 0.2s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, z-index 0.2s ease, -webkit-transform 0.3s ease;
}
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .info_article > div:last-child .container_share > span.a2a_kit::before {
  content: "";
  position: absolute;
  top: -36px;
  border: 17px solid transparent;
  border-bottom: 17px solid #F58930;
}
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .info_article > div:last-child .container_share > span.a2a_kit .a2a_svg {
  border-radius: 50%;
}
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .info_article > div:last-child .container_share > span.a2a_kit a .a2a_label {
  clip-path: none;
  -webkit-clip-path: none;
  overflow: unset;
  font-size: 0.9rem;
  font-weight: 400;
  color: #1b224e;
  margin-left: 15px;
}
@media screen and (max-width: 480px) {
  #block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .info_article > div:last-child .container_share > span.a2a_kit {
    right: 0;
  }
  #block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .info_article > div:last-child .container_share > span.a2a_kit::before {
    right: 20px;
  }
}
#block-views-block-articulos-home-block-2 .view-articles-home .article_container_home .info_article > div:last-child .container_share:hover > span.a2a_kit {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
#block-views-block-articulos-home-block-2 .view-articles-home nav.pager {
  width: 100%;
  padding: 0 4%;
}
#block-views-block-articulos-home-block-2 .view-articles-home nav.pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}
#block-views-block-articulos-home-block-2 .view-articles-home nav.pager ul li {
  list-style: none;
}
#block-views-block-articulos-home-block-2 .view-articles-home nav.pager ul li:not(.pager__item--next, .pager__item--previous) {
  width: 45px;
  height: 45px;
  border: 2px solid #1b224e;
  background-color: white;
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#block-views-block-articulos-home-block-2 .view-articles-home nav.pager ul li:not(.pager__item--next, .pager__item--previous) a {
  color: #1b224e;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 20px;
}
#block-views-block-articulos-home-block-2 .view-articles-home nav.pager ul li:not(.pager__item--next, .pager__item--previous).is-active {
  background-color: #1b224e;
  border: none;
}
#block-views-block-articulos-home-block-2 .view-articles-home nav.pager ul li:not(.pager__item--next, .pager__item--previous).is-active a {
  color: white;
}
#block-views-block-articulos-home-block-2 .view-articles-home nav.pager ul li.pager__item--next a, #block-views-block-articulos-home-block-2 .view-articles-home nav.pager ul li.pager__item--previous a {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: none;
  background: #A3D23E;
  padding: 13px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#block-views-block-articulos-home-block-2 .view-articles-home nav.pager ul li.pager__item--next a img, #block-views-block-articulos-home-block-2 .view-articles-home nav.pager ul li.pager__item--previous a img {
  width: 100%;
  max-width: 24px;
  height: auto;
  max-height: 24px;
}
#block-views-block-articulos-home-block-2 .view-articles-home nav.pager ul li.pager__item--next a:active, #block-views-block-articulos-home-block-2 .view-articles-home nav.pager ul li.pager__item--previous a:active {
  -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
}
#block-views-block-articulos-home-block-2 .view-articles-home nav.pager ul li.pager__item--next a > span, #block-views-block-articulos-home-block-2 .view-articles-home nav.pager ul li.pager__item--previous a > span {
  display: none;
}
#block-views-block-articulos-home-block-2 .view-articles-home nav.pager ul li.pager__item--next a::after, #block-views-block-articulos-home-block-2 .view-articles-home nav.pager ul li.pager__item--previous a::after {
  content: "";
  position: relative;
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(/themes/custom/kiire/images/icons/blueArrow.svg) no-repeat center/24px;
}
#block-views-block-articulos-home-block-2 .view-articles-home nav.pager ul li.pager__item--first, #block-views-block-articulos-home-block-2 .view-articles-home nav.pager ul li.pager__item--last {
  display: none;
}

#block-views-block-articulos-home-block-2 form.views-exposed-form {
  width: 100%;
  padding: 0 9%;
  display: none;
}
#block-views-block-articulos-home-block-2 form.views-exposed-form > .js-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
#block-views-block-articulos-home-block-2 form.views-exposed-form > .js-form-item label {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 30px;
  color: #1b224e;
}
#block-views-block-articulos-home-block-2 form.views-exposed-form > .js-form-item .form-select {
  max-width: 964px;
  width: 100%;
}
#block-views-block-articulos-home-block-2 form.views-exposed-form > .js-form-item .form-select ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 1221px) {
  #block-views-block-articulos-home-block-2 form.views-exposed-form > .js-form-item .form-select ul {
    max-width: 100%;
  }
}
#block-views-block-articulos-home-block-2 form.views-exposed-form > .js-form-item .form-select ul button.slick-arrow {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: none;
  background: #A3D23E;
  padding: 13px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: unset;
  min-width: 50px;
  min-height: 50px;
}
#block-views-block-articulos-home-block-2 form.views-exposed-form > .js-form-item .form-select ul button.slick-arrow img {
  width: 100%;
  max-width: 24px;
  height: auto;
  max-height: 24px;
}
#block-views-block-articulos-home-block-2 form.views-exposed-form > .js-form-item .form-select ul button.slick-arrow:active {
  -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
}
#block-views-block-articulos-home-block-2 form.views-exposed-form > .js-form-item .form-select ul .slick-list {
  border-radius: 30px;
  position: relative;
}
#block-views-block-articulos-home-block-2 form.views-exposed-form > .js-form-item .form-select ul .slick-list::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  width: 50px;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
#block-views-block-articulos-home-block-2 form.views-exposed-form > .js-form-item .form-select ul .slick-list::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 480px) {
  #block-views-block-articulos-home-block-2 form.views-exposed-form > .js-form-item .form-select ul .slick-list::before, #block-views-block-articulos-home-block-2 form.views-exposed-form > .js-form-item .form-select ul .slick-list::after {
    width: 30px;
  }
}
#block-views-block-articulos-home-block-2 form.views-exposed-form > .js-form-item .form-select ul .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
#block-views-block-articulos-home-block-2 form.views-exposed-form > .js-form-item .form-select ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}
#block-views-block-articulos-home-block-2 form.views-exposed-form > .js-form-item .form-select ul li a {
  color: #1b224e;
  border: 2px solid #1b224e;
  background-color: white;
  border-radius: 30px;
  padding: 13px 20px;
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 13px 10px;
}

.search-articles-view {
  width: 100%;
  max-width: 1550px;
  margin: auto;
  padding: 0 4% 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  .search-articles-view {
    gap: 40px;
  }
}
.search-articles-view header {
  width: 100%;
}
.search-articles-view header form {
  max-width: 400px;
  margin: 0 auto;
}
.search-articles-view header form .js-form-item {
  position: relative;
}
.search-articles-view header form .js-form-item::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/themes/custom/kiire/images/icons/searchIcon.svg") no-repeat center/20px auto;
  top: 50%;
  left: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-articles-view header form input.form-text {
  border: 1px solid #1b224e;
  padding: 10.5px;
  padding-left: 40px;
  border-radius: 20px;
  width: 100%;
  outline: 1px solid white;
}
.search-articles-view header form input.form-text::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 0.9rem;
}
.search-articles-view header form input.form-text::-moz-placeholder {
  font-weight: 400;
  font-size: 0.9rem;
}
.search-articles-view header form input.form-text:-ms-input-placeholder {
  font-weight: 400;
  font-size: 0.9rem;
}
.search-articles-view header form input.form-text::-ms-input-placeholder {
  font-weight: 400;
  font-size: 0.9rem;
}
.search-articles-view header form input.form-text::placeholder {
  font-weight: 400;
  font-size: 0.9rem;
}
.search-articles-view header form input.button {
  background-color: #1b224e;
  border: none;
  padding: 12px 22px;
  width: 100%;
  border-radius: 24px;
  color: white;
  font-weight: 600;
  line-height: 20px;
  margin: 10px 0 40px;
  cursor: pointer;
}
.search-articles-view .views-row {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 333px;
  max-width: 400px;
}
.search-articles-view .views-row .views-field {
  height: 100%;
}
.search-articles-view .article_container_home {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 780px) {
  .search-articles-view .article_container_home {
    max-width: 100%;
    width: 100%;
  }
}
.search-articles-view .article_container_home > a {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.search-articles-view .article_container_home > a img {
  width: 100%;
  height: 15em;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 1040px) {
  .search-articles-view .article_container_home img {
    height: 18em;
  }
}
.search-articles-view .article_container_home .info_article {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.search-articles-view .article_container_home .info_article .container_autor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #1b224e;
}
.search-articles-view .article_container_home .info_article .container_autor .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-articles-view .article_container_home .info_article .container_autor .user img {
  width: 35px;
  height: auto;
  border-radius: 50%;
  margin-right: 10px;
}
.search-articles-view .article_container_home .info_article .container_autor .user::after {
  content: "";
  width: 4px;
  height: 4px;
  font-size: 1px;
  margin-top: 2px;
  margin: 0 10px;
  background-color: #ff8f0b;
  border-radius: 50%;
}
.search-articles-view .article_container_home .info_article .container_autor .user h2 {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
}
.search-articles-view .article_container_home .info_article .tags_articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.search-articles-view .article_container_home .info_article .tags_articles .fecha_formatter_new {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
}
.search-articles-view .article_container_home .info_article .tags_articles a {
  list-style: none;
  background-color: #F58930;
  padding: 4px 15px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #1b224e;
}
.search-articles-view .article_container_home .info_article > a:first-child {
  display: none;
}
.search-articles-view .article_container_home .info_article > a:nth-child(3) {
  color: #1b224e;
  font-size: 1rem;
  font-weight: 700;
  line-height: 22px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.search-articles-view .article_container_home .info_article .tags_articles {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.search-articles-view .article_container_home .info_article > p {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.search-articles-view .article_container_home .info_article > div:last-child {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.search-articles-view .article_container_home .info_article > div:last-child a {
  font-size: 0.9rem;
  line-height: 20px;
  color: #1b224e;
  font-weight: 600;
}
.search-articles-view .article_container_home .info_article > div:last-child a:hover {
  font-weight: 700;
  text-decoration: underline;
}
.search-articles-view .article_container_home .info_article > div:last-child .container_share p {
  color: #F58930;
  font-weight: 700;
  cursor: default;
}
.search-articles-view .article_container_home .info_article > div:last-child .container_share > span.a2a_kit {
  border: 3px solid #F58930;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  gap: 20px;
  margin-top: 23px;
  position: absolute;
  width: 200px;
  z-index: 1;
  background-color: white;
  opacity: 0;
  -webkit-transform: scale(0.001) translateY(-300%);
  transform: scale(0.001) translateY(-300%);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.4s ease, transform 0.3s ease;
  transition: opacity 0.4s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.search-articles-view .article_container_home .info_article > div:last-child .container_share > span.a2a_kit::before {
  content: "";
  position: absolute;
  top: -36px;
  border: 17px solid transparent;
  border-bottom: 17px solid #F58930;
}
.search-articles-view .article_container_home .info_article > div:last-child .container_share > span.a2a_kit .a2a_svg {
  border-radius: 50%;
}
.search-articles-view .article_container_home .info_article > div:last-child .container_share > span.a2a_kit a .a2a_label {
  clip-path: none;
  -webkit-clip-path: none;
  overflow: unset;
  font-size: 0.9rem;
  font-weight: 400;
  color: #1b224e;
  margin-left: 15px;
}
.search-articles-view .article_container_home .info_article > div:last-child .container_share:hover > span.a2a_kit {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.search-articles-view nav.pager {
  width: 100%;
  padding: 0 4%;
}
.search-articles-view nav.pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}
.search-articles-view nav.pager ul li {
  list-style: none;
}
.search-articles-view nav.pager ul li:not(.pager__item--next, .pager__item--previous) {
  width: 45px;
  height: 45px;
  border: 2px solid #1b224e;
  background-color: white;
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-articles-view nav.pager ul li:not(.pager__item--next, .pager__item--previous) a {
  color: #1b224e;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 20px;
}
.search-articles-view nav.pager ul li:not(.pager__item--next, .pager__item--previous).is-active {
  background-color: #1b224e;
  border: none;
}
.search-articles-view nav.pager ul li:not(.pager__item--next, .pager__item--previous).is-active a {
  color: white;
}
.search-articles-view nav.pager ul li.pager__item--next a, .search-articles-view nav.pager ul li.pager__item--previous a {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: none;
  background: #A3D23E;
  padding: 13px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search-articles-view nav.pager ul li.pager__item--next a img, .search-articles-view nav.pager ul li.pager__item--previous a img {
  width: 100%;
  max-width: 24px;
  height: auto;
  max-height: 24px;
}
.search-articles-view nav.pager ul li.pager__item--next a:active, .search-articles-view nav.pager ul li.pager__item--previous a:active {
  -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.search-articles-view nav.pager ul li.pager__item--next a > span, .search-articles-view nav.pager ul li.pager__item--previous a > span {
  display: none;
}
.search-articles-view nav.pager ul li.pager__item--next a::after, .search-articles-view nav.pager ul li.pager__item--previous a::after {
  content: "";
  position: relative;
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(/themes/custom/kiire/images/icons/blueArrow.svg) no-repeat center/24px;
}
.search-articles-view nav.pager ul li.pager__item--first, .search-articles-view nav.pager ul li.pager__item--last {
  display: none;
}

#block-bloquedetarifas ~ #block-kiire-content {
  background-color: #EFEFEF;
}

form.simulador-form {
  max-width: 1280px;
  margin: auto;
  padding: 30px 4%;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 0 40px;
}
@media screen and (max-width: 990px) {
  form.simulador-form {
    margin: 4%;
    grid-template-columns: 1fr;
  }
}
form.simulador-form .container_select_title:first-child {
  grid-column: 1/span 2;
  padding: 40px 20px;
  width: 100%;
}
@media screen and (max-width: 990px) {
  form.simulador-form .container_select_title:first-child {
    grid-column: span 1;
  }
}
form.simulador-form .container_select_title:first-child h1 {
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 60px;
  text-align: center;
}
form.simulador-form .container_select_title:first-child p {
  font-weight: 800;
  font-size: 1.34rem;
  line-height: 30px;
}
form.simulador-form .dates-form {
  grid-column: span 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
form.simulador-form .dates-form legend {
  margin-bottom: 15px;
}
form.simulador-form .dates-form .form-item-valor-venta {
  position: relative;
}
form.simulador-form .dates-form .form-item-valor-venta::after {
  content: "$";
  position: absolute;
  left: 30px;
  bottom: 36px;
}
form.simulador-form .dates-form .form-item-valor-venta label {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1b224e;
}
form.simulador-form .dates-form .form-item-valor-venta input.form-text {
  width: 100%;
  padding: 15px 30px 15px 42px;
  border-radius: 10px;
  border: 1px solid #1b224e;
  margin: 20px 0;
  font-size: 1rem;
  font-family: "Sora", sans-serif;
}
form.simulador-form .dates-form .form-item-valor-venta input.form-text::-webkit-input-placeholder {
  font-size: 0.9rem;
}
form.simulador-form .dates-form .form-item-valor-venta input.form-text::-moz-placeholder {
  font-size: 0.9rem;
}
form.simulador-form .dates-form .form-item-valor-venta input.form-text:-ms-input-placeholder {
  font-size: 0.9rem;
}
form.simulador-form .dates-form .form-item-valor-venta input.form-text::-ms-input-placeholder {
  font-size: 0.9rem;
}
form.simulador-form .dates-form .form-item-valor-venta input.form-text::placeholder {
  font-size: 0.9rem;
}
form.simulador-form .fieldgroup legend {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 30px;
  color: #1b224e;
}
form.simulador-form .fieldgroup #edit-products {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 5px;
}
@media (max-width: 530px) {
  form.simulador-form .fieldgroup #edit-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
form.simulador-form .fieldgroup #edit-products .js-form-type-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: white;
  border: 1px solid #1b224e;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 140px;
  max-width: 250px;
}
form.simulador-form .fieldgroup #edit-products .js-form-type-radio {
  position: relative;
}
form.simulador-form .fieldgroup #edit-products .js-form-type-radio label::before {
  content: "";
  visibility: visible;
  position: absolute;
  display: inline-block;
  background-color: white;
  width: 12px;
  height: 12px;
  border: 1px solid #1b224e;
  border-radius: 50%;
  left: 50%;
  top: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
form.simulador-form .fieldgroup #edit-products .js-form-type-radio input {
  visibility: hidden;
}
form.simulador-form .fieldgroup #edit-products .js-form-type-radio input:checked ~ label::before {
  background-color: #A3D23E;
}
form.simulador-form .fieldgroup #edit-products .js-form-type-radio label::before {
  top: 20px;
}
form.simulador-form .fieldgroup #edit-products .js-form-type-radio input:checked ~ label::after {
  top: 20px;
}
form.simulador-form .fieldgroup #edit-products label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  text-align: center;
  padding-top: 10px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #1b224e;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
form.simulador-form .fieldgroup #edit-products label .simulator-product-icon {
  max-width: 100%;
  max-height: 50px;
  height: auto;
}
form.simulador-form .fieldgroup #edit-payment-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
form.simulador-form .fieldgroup #edit-payment-method .js-form-type-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  border: 1px solid #1b224e;
  border-radius: 10px;
  padding: 10px 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 230px;
}
form.simulador-form .fieldgroup #edit-payment-method .js-form-type-radio {
  position: relative;
}
form.simulador-form .fieldgroup #edit-payment-method .js-form-type-radio label::before {
  content: "";
  visibility: visible;
  position: absolute;
  display: inline-block;
  background-color: white;
  width: 12px;
  height: 12px;
  border: 1px solid #1b224e;
  border-radius: 50%;
  left: 50%;
  top: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
form.simulador-form .fieldgroup #edit-payment-method .js-form-type-radio input {
  visibility: hidden;
}
form.simulador-form .fieldgroup #edit-payment-method .js-form-type-radio input:checked ~ label::before {
  background-color: #A3D23E;
}
form.simulador-form .fieldgroup #edit-payment-method .js-form-type-radio:first-child {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
form.simulador-form .fieldgroup #edit-payment-method .js-form-type-radio label {
  padding-top: 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  color: #1b224e;
  font-weight: 500;
  cursor: pointer;
}
form.simulador-form .fieldgroup #edit-payment-method .js-form-type-radio label img {
  max-width: 100%;
  max-height: 40px;
  height: auto;
}
form.simulador-form .container_select_title:not(:first-child) h3 {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 30px;
  color: #1b224e;
}
form.simulador-form .container_select_title:not(:first-child) p {
  font-size: 0.9rem;
  line-height: 20px;
  color: #424242;
}
form.simulador-form .js-form-type-select {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
form.simulador-form .js-form-type-select label {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: 300;
  color: #1b224e;
}
form.simulador-form .js-form-type-select select {
  border-radius: 5px;
  padding: 13px 60px 13px 13px;
  width: 100%;
  border: 1px solid #1b224e;
  color: #616161;
  font-size: 0.9rem;
  cursor: pointer;
}
form.simulador-form .js-form-type-select .select2-container {
  min-width: 100%;
}
form.simulador-form .js-form-type-select .select2-container .select2-selection--single {
  padding: 11px 60px 11px 13px;
  border-radius: 5px;
  border: 1px solid #1b224e;
  border-radius: 10px;
  height: 50px;
}
form.simulador-form .js-form-type-select .select2-container .select2-selection__rendered {
  color: #9e9e9e;
}
form.simulador-form .js-form-type-select .select2-container .select2-selection__arrow {
  height: 100%;
}
form.simulador-form .js-form-type-select .select2-container .select2-selection__arrow b {
  display: none;
}
form.simulador-form .js-form-type-select .select2-container .select2-selection__arrow::after {
  content: "";
  position: absolute;
  min-width: 30px;
  width: 30px;
  min-height: 15px;
  height: 15px;
  background: url(/themes/custom/kiire/images/icons/blueDownArrow.svg) no-repeat center/cover;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
form.simulador-form .js-form-type-select .select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-bottom: 1px solid #1b224e;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
form.simulador-form .js-form-type-select .select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-top: 1px solid #1b224e;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
form.simulador-form .js-form-type-select .select2-container--open .select2-selection--single .select2-selection__arrow::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
form.simulador-form .js-form-type-select .ajax-progress {
  display: none;
}
form.simulador-form #edit-container-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
form.simulador-form #edit-container-selected select {
  width: 100%;
  font-size: 1rem;
  color: #1b224e;
}
form.simulador-form #edit-container-t-y-c {
  display: none;
  overflow: hidden;
}
form.simulador-form #edit-container-t-y-c h2 {
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 20px;
  text-align: center;
  color: #1b224e;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
form.simulador-form #edit-container-t-y-c h2:hover {
  text-decoration-line: underline;
}
form.simulador-form #edit-container-t-y-c h2::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  margin-left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background: url("/themes/custom/kiire/images/icons/greyDownArrow.svg") no-repeat center/100% auto;
}
form.simulador-form #edit-container-t-y-c p {
  color: #424242;
  line-height: 20px;
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.1s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.1s ease, transform 0.3s ease;
  transition: opacity 0.1s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
form.simulador-form #edit-container-t-y-c.show h2::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
form.simulador-form #edit-container-t-y-c.show p {
  opacity: 1;
  height: auto;
  -webkit-transform: translate(0);
  transform: translate(0);
}
form.simulador-form #edit-iva-propina {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
form.simulador-form #edit-iva-propina::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 75%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1b224e;
}
@media (min-width: 1700px) {
  form.simulador-form #edit-iva-propina::before {
    left: 51%;
  }
}
@media (min-width: 1800px) {
  form.simulador-form #edit-iva-propina::before {
    left: 51.5%;
  }
}
@media (max-width: 520px) {
  form.simulador-form #edit-iva-propina::before {
    left: 52%;
  }
}
@media (max-width: 500px) {
  form.simulador-form #edit-iva-propina::before {
    left: 54%;
  }
}
@media (max-width: 480px) {
  form.simulador-form #edit-iva-propina::before {
    content: unset;
  }
}
@media (max-width: 480px) {
  form.simulador-form #edit-iva-propina {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
form.simulador-form #edit-iva-propina .class_iva {
  max-width: 270px;
}
form.simulador-form #edit-iva-propina fieldset {
  z-index: 2;
}
@media (max-width: 480px) {
  form.simulador-form #edit-iva-propina fieldset {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
form.simulador-form #edit-iva-propina fieldset .fieldset-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
form.simulador-form #edit-iva-propina fieldset .fieldset-wrapper > div .js-form-item {
  background-color: white;
  border-radius: 10px;
  min-width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 480px) {
  form.simulador-form #edit-iva-propina fieldset .fieldset-wrapper > div .js-form-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
form.simulador-form #edit-iva-propina fieldset .fieldset-wrapper > div .js-form-item label {
  padding: 10px;
  cursor: pointer;
  text-align: center;
}
form.simulador-form #edit-iva-propina fieldset .fieldset-wrapper > div .js-form-item.js-form-type-radio {
  position: relative;
}
form.simulador-form #edit-iva-propina fieldset .fieldset-wrapper > div .js-form-item.js-form-type-radio label::before {
  content: "";
  visibility: visible;
  position: absolute;
  display: inline-block;
  background-color: white;
  width: 12px;
  height: 12px;
  border: 1px solid #1b224e;
  border-radius: 50%;
  left: 50%;
  top: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
form.simulador-form #edit-iva-propina fieldset .fieldset-wrapper > div .js-form-item.js-form-type-radio input {
  visibility: hidden;
}
form.simulador-form #edit-iva-propina fieldset .fieldset-wrapper > div .js-form-item.js-form-type-radio input:checked ~ label::before {
  background-color: #A3D23E;
}
form.simulador-form #edit-iva-propina fieldset .fieldset-wrapper > div .js-form-item.js-form-type-radio input {
  margin-top: 10px;
}
form.simulador-form .form-item-persona-natural select {
  color: #1b224e;
}
form.simulador-form input.button {
  background: #1b224e;
  padding: 13px 22px;
  border-radius: 24px;
  color: #fff;
  font-weight: 600;
  font-size: 1.11111rem;
  line-height: 20px;
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: calc(100% - 20px);
  color: #1b224e;
  margin: 20px 0;
  border-radius: 10px;
  font-size: 1.7rem;
  font-weight: 700;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer;
  background: #A3D23E url("/themes/custom/kiire/images/icons/longBlueLeftArrow.svg") no-repeat 78% center/60px auto;
}
form.simulador-form input.button:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
@media screen and (max-width: 500px) {
  form.simulador-form input.button {
    background-position: 90%;
  }
}
@media screen and (max-width: 380px) {
  form.simulador-form input.button {
    text-align: left;
  }
}
@media screen and (max-width: 680px) {
  form.simulador-form .container_select_title:first-child h1:first-child {
    font-size: 1.34rem;
    line-height: 30px;
  }
  form.simulador-form .container_select_title:first-child p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 23px;
  }
  form.simulador-form .fieldgroup legend {
    font-size: 1rem;
    font-weight: 700;
  }
  form.simulador-form .fieldgroup #edit-products label {
    font-size: 0.9rem;
  }
  form.simulador-form .container_select_title:nth-child(4) h3 {
    font-size: 1rem;
    font-weight: 700;
  }
}
form.simulador-form .form-item-valor-venta {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
form.simulador-form fieldset#edit-products--wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
form.simulador-form fieldset#edit-payment-method--wrapper {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
form.simulador-form .container_select_title.impuesto {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin: 40px 0 20px;
}
@media screen and (max-width: 680px) {
  form.simulador-form .container_select_title.impuesto h3 {
    font-size: 1rem;
  }
}
form.simulador-form div#edit-container-selected {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
form.simulador-form .container_select_title.propina {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
form.simulador-form .container_select_title.propina h3 {
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 680px) {
  form.simulador-form .container_select_title.propina h3 {
    font-size: 1rem;
  }
}
form.simulador-form #edit-iva-propina {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
form.simulador-form .form-item-persona-natural {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
form.simulador-form .form-item-persona-natural select {
  font-size: 1rem;
}
form.simulador-form #edit-container-t-y-c {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
form.simulador-form input.button {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.select2-container .select2-dropdown {
  border: 1px solid #1b224e;
  border-radius: 10px;
  max-height: 40vh;
  overflow-y: scroll;
}
.select2-container .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container .select2-dropdown--above .select2-results ul li.select2-results__option:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.select2-container .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container .select2-dropdown--below .select2-results ul li.select2-results__option:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.select2-container .select2-dropdown .select2-search {
  display: none;
}
.select2-container .select2-dropdown .select2-results ul {
  max-height: unset;
  overflow-y: unset;
}
.select2-container .select2-dropdown .select2-results ul#select2-city-results li:first-child {
  display: none;
}
.select2-container .select2-dropdown .select2-results ul li.select2-results__option {
  padding: 0 20px;
  font-size: 1rem;
  font-weight: 300;
  color: #9e9e9e;
}
.select2-container .select2-dropdown .select2-results ul li.select2-results__option--highlighted {
  background-color: #898faa;
  color: #1b224e;
}

#block-bloquedetarifas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 4%;
  background-color: #A3D23E;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}
#block-bloquedetarifas::before, #block-bloquedetarifas::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 111px;
  height: 111px;
  background: url("/themes/custom/kiire/images/icons/iconBgSimulator.svg") no-repeat center/100% auto;
  right: -45px;
  bottom: -45px;
}
#block-bloquedetarifas::before {
  left: -60px;
  top: -45px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#block-bloquedetarifas .main-image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 50%;
}
@media (max-width: 680px) {
  #block-bloquedetarifas .main-image {
    display: none;
  }
}
#block-bloquedetarifas .main-image img {
  width: 100%;
  min-width: 200px;
  height: auto;
}
#block-bloquedetarifas .text-container {
  position: relative;
  z-index: 2;
}
#block-bloquedetarifas .text-container .content {
  max-width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#block-bloquedetarifas .text-container .content h2 {
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  margin-bottom: 10px;
  color: #002478;
  font-weight: 300;
}
#block-bloquedetarifas .text-container .content h3 {
  font-size: 1.45rem;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1b224e;
  width: 100%;
  color: #002478;
  font-weight: 300;
}
@media (max-width: 480px) {
  #block-bloquedetarifas .text-container .content h2 {
    font-size: 1.4rem;
  }
  #block-bloquedetarifas .text-container .content h3 {
    font-size: 1rem;
  }
}
#block-bloquedetarifas .text-container .content > p {
  color: #002478;
}
#block-bloquedetarifas .text-container .content > p:last-child {
  margin: 0 0 20px;
  padding-top: 10px;
  padding-right: 35%;
  border-top: 1px solid #1b224e;
}
#block-bloquedetarifas .text-container .content .porcentaje {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#block-bloquedetarifas .text-container .content .porcentaje p {
  font-size: 1.34rem;
  font-weight: 600;
  color: #002478;
  margin-left: auto;
  margin-right: 20px;
}
#block-bloquedetarifas .text-container .content .porcentaje strong {
  font-size: 2rem;
  font-weight: 800;
  color: white;
}
#block-bloquedetarifas .text-container .content .cobros {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 20px;
}
#block-bloquedetarifas .text-container .content .cobros strong {
  font-size: 1.8rem;
  font-weight: 500;
  color: white;
}
#block-bloquedetarifas .tarifas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border-top: 1px solid #1b224e;
  padding-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
#block-bloquedetarifas .tarifas p {
  color: #002478;
  font-size: 1.2rem;
  max-width: 500px;
}
@media (max-width: 680px) {
  #block-bloquedetarifas .tarifas {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #block-bloquedetarifas .tarifas p {
    max-width: 100%;
  }
}
#block-bloquedetarifas .tarifas a {
  background: #1b224e;
  padding: 13px 22px;
  border-radius: 24px;
  color: #fff;
  font-weight: 600;
  font-size: 1.11111rem;
  line-height: 20px;
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 700;
  color: #A3D23E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 25px;
  min-width: 211px;
}
#block-bloquedetarifas .tarifas a:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
#block-bloquedetarifas .tarifas a::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 25px;
  height: 10px;
  background: url("/themes/custom/kiire/images/icons/longWhiteLeftArrow.svg") no-repeat center/100% auto;
}

#block-retencionesfiscales {
  max-width: 1400px;
  margin: 40px auto;
  padding: 0 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 680px) {
  #block-retencionesfiscales {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#block-retencionesfiscales .header-info {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
#block-retencionesfiscales .header-info > div.title {
  max-width: 370px;
  margin: 20px auto;
  text-align: center;
  font-size: 1.25rem;
  color: #1b224e;
}
#block-retencionesfiscales .header-info > div.content {
  padding: 4% 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #EFEFEF;
  border-radius: 10px;
  border: 1px solid #1b224e;
  color: #1b224e;
}
#block-retencionesfiscales .header-info > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
#block-retencionesfiscales .header-info > div ul li::marker {
  color: #F58930;
}
#block-retencionesfiscales .group-desplegable {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
#block-retencionesfiscales .group-desplegable .subtitle {
  text-align: center;
  margin: 20px 0;
  color: #1b224e;
  font-weight: 800;
  font-size: 1.25rem;
}
#block-retencionesfiscales .group-desplegable .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
#block-retencionesfiscales .group-desplegable .dropdown .paragraph--type--desplegable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#block-retencionesfiscales .group-desplegable .dropdown .paragraph--type--desplegable > div:first-child {
  padding: 15px 30px;
  width: 100%;
  border: 1px solid #1b224e;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #9e9e9e;
}
#block-retencionesfiscales .group-desplegable .dropdown .paragraph--type--desplegable > div:first-child::after {
  content: "";
  position: relative;
  display: inline-block;
  min-width: 30px;
  width: 30px;
  min-height: 15px;
  height: 15px;
  background: url("/themes/custom/kiire/images/icons/blueDownArrow.svg") no-repeat center/cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#block-retencionesfiscales .group-desplegable .dropdown .paragraph--type--desplegable > div:not(:first-child) {
  display: none;
}
#block-retencionesfiscales .group-desplegable .dropdown .paragraph--type--desplegable a {
  background: #1b224e;
  padding: 13px 22px;
  border-radius: 24px;
  color: #fff;
  font-weight: 600;
  font-size: 1.11111rem;
  line-height: 20px;
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  font-size: 1.11111rem;
  cursor: pointer;
  font-weight: 700;
  color: #A3D23E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#block-retencionesfiscales .group-desplegable .dropdown .paragraph--type--desplegable a:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
#block-retencionesfiscales .group-desplegable .dropdown .paragraph--type--desplegable a::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 25px;
  height: 10px;
  background: url("/themes/custom/kiire/images/icons/longWhiteLeftArrow.svg") no-repeat center/100% auto;
}
#block-retencionesfiscales .group-desplegable .dropdown .paragraph--type--desplegable.active {
  padding: 15px 40px 40px;
  border: 2px solid #1b224e;
  border-radius: 10px;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 3;
}
#block-retencionesfiscales .group-desplegable .dropdown .paragraph--type--desplegable.active > div:not(:first-child) {
  display: block;
}
#block-retencionesfiscales .group-desplegable .dropdown .paragraph--type--desplegable.active > div:first-child {
  padding: 0 0 20px;
  border-radius: 0;
  border: transparent;
  border-bottom: 2px solid #1b224e;
  color: #1b224e;
}
#block-retencionesfiscales .group-desplegable .dropdown .paragraph--type--desplegable.active > div:first-child::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#block-retencionesfiscales .group-desplegable .dropdown .paragraph--type--desplegable.active > div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #1b224e;
}
#block-retencionesfiscales .group-desplegable .dropdown .paragraph--type--desplegable.active > div:nth-child(2) ul {
  margin: 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#block-retencionesfiscales .group-desplegable .dropdown .paragraph--type--desplegable.active > div:nth-child(2) ul li::marker {
  color: #F58930;
}
#block-retencionesfiscales .info-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px 10px;
  margin: 40px 0;
}
#block-retencionesfiscales .info-block-list > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 680px) {
  #block-retencionesfiscales .info-block-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #block-retencionesfiscales .info-block-list > div {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
#block-retencionesfiscales .info-block-list .paragraph--type--listados-minibloques {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #1b224e;
  border-radius: 10px;
  background-color: #EFEFEF;
  color: #1b224e;
}
#block-retencionesfiscales .info-block-list .paragraph--type--listados-minibloques .title {
  padding: 8px 16%;
  font-size: 1.5rem;
  font-weight: 800;
  background-color: #A3D23E;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  margin-top: -20px;
}
#block-retencionesfiscales .info-block-list .paragraph--type--listados-minibloques .percent {
  font-size: 2rem;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#block-retencionesfiscales .info-block-list .paragraph--type--listados-minibloques .percent span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#block-retencionesfiscales .info-block-list .paragraph--type--listados-minibloques .percent span::before {
  content: "";
  position: relative;
  width: 25px;
  height: 8px;
  border-radius: 20px;
  background-color: orange;
}
#block-retencionesfiscales .info-block-list .paragraph--type--listados-minibloques .content {
  padding: 30px 8%;
  border-top: 1px solid #1b224e;
  height: 100%;
  border-bottom: 1px solid #1b224e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
#block-retencionesfiscales .info-block-list .paragraph--type--listados-minibloques .warning {
  padding: 10px 8%;
}

#content-simulador-resultado {
  grid-column: 2;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #1b224e;
}
@media screen and (max-width: 990px) {
  #content-simulador-resultado {
    grid-column: span 1;
  }
}
#content-simulador-resultado .simulador_final .content_simulador {
  margin: 70px 0;
  padding-bottom: 70px;
  text-align: center;
  border-bottom: 1px solid #1b224e;
}
#content-simulador-resultado .simulador_final .content_simulador h1 {
  padding-right: 40px;
  background-color: #A3D23E;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 2rem;
  margin: 0 40px;
}
@media (max-width: 680px) {
  #content-simulador-resultado .simulador_final .content_simulador h1 {
    padding-right: 4%;
  }
}
@media (max-width: 480px) {
  #content-simulador-resultado .simulador_final .content_simulador h1 {
    font-size: 1.34rem;
    margin: 0 4%;
  }
}
@media (max-width: 320px) {
  #content-simulador-resultado .simulador_final .content_simulador h1 {
    font-size: 1rem;
  }
}
#content-simulador-resultado .simulador_final .content_simulador h1 span {
  color: white;
  background-color: #1b224e;
  border-radius: 50px;
  padding: 10px 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 60%;
}
@media (max-width: 990px) {
  #content-simulador-resultado .simulador_final .content_simulador h1 span {
    margin-right: 7%;
  }
}
@media (max-width: 680px) {
  #content-simulador-resultado .simulador_final .content_simulador h1 span {
    margin-right: 0;
    padding: 10px 4%;
  }
}
#content-simulador-resultado .simulador_final .list_simulador ul {
  padding: 0 8% 30px;
  margin-bottom: 30px;
  position: relative;
}
#content-simulador-resultado .simulador_final .list_simulador ul.totales {
  padding-bottom: 70px;
}
#content-simulador-resultado .simulador_final .list_simulador ul:last-child {
  padding-top: 30px;
}
#content-simulador-resultado .simulador_final .list_simulador ul:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #1b224e;
  bottom: 0;
  left: 0;
}
#content-simulador-resultado .simulador_final .list_simulador ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 680px) {
  #content-simulador-resultado .simulador_final .list_simulador ul li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
}
#content-simulador-resultado .simulador_final .list_simulador ul li p.blue {
  color: #1b224e;
  max-width: 100%;
}
#content-simulador-resultado .simulador_final .list_simulador ul li p.red {
  max-width: 100%;
  font-size: medium;
}
#content-simulador-resultado .simulador_final .list_simulador ul li p:last-child {
  font-weight: 300;
  word-wrap: break-word;
}
#content-simulador-resultado .simulador_final .list_simulador ul.totales li {
  margin: 5px 0;
}
#content-simulador-resultado .simulador_final .list_simulador ul.totales li:first-child {
  background-color: #1b224e;
  color: white;
  border-radius: 10px;
  padding: 5px 20px;
}
#content-simulador-resultado .simulador_final .list_simulador ul.totales li:first-child p:first-child {
  color: #A3D23E;
  font-weight: 700;
}
#content-simulador-resultado .simulador_final .list_simulador ul.totales li:first-child p:last-child {
  color: white;
}
#content-simulador-resultado .simulador_final .list_simulador ul.totales li:last-child {
  padding-right: 0;
}
#content-simulador-resultado .simulador_final .list_simulador ul.totales li:last-child p:first-child {
  font-weight: 7 0;
}
#content-simulador-resultado .simulador_final .list_simulador ul.totales li:last-child p:last-child {
  background-color: #1b224e;
  color: white;
  border-radius: 10px;
  padding: 5px 20px;
}
#content-simulador-resultado .simulador_final .list_simulador ul.detalles h3, #content-simulador-resultado .simulador_final .list_simulador ul.retenciones h3 {
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #A2A2A2;
}
@media (max-width: 680px) {
  #content-simulador-resultado .simulador_final .list_simulador ul.detalles h3, #content-simulador-resultado .simulador_final .list_simulador ul.retenciones h3 {
    font-size: 1.3rem;
  }
}
#content-simulador-resultado .simulador_final .list_simulador ul.detalles p:first-child, #content-simulador-resultado .simulador_final .list_simulador ul.retenciones p:first-child {
  font-weight: 400;
}
#content-simulador-resultado .simulador_final .list_simulador ul.tarifa li p span {
  font-weight: 800;
}

article[about="/kireapp"] > div,
article[about="/kiireapp"] > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 4%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #EFEFEF;
}
@media (max-width: 860px) {
  article[about="/kireapp"] > div,
  article[about="/kiireapp"] > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
article[about="/kireapp"] > div .imagen-apps,
article[about="/kiireapp"] > div .imagen-apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  color: #1b224e;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
article[about="/kireapp"] > div .imagen-apps > div:first-child img,
article[about="/kiireapp"] > div .imagen-apps > div:first-child img {
  border-radius: 40px;
  width: 100%;
  height: auto;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
article[about="/kireapp"] > div .imagen-apps .text-apps,
article[about="/kiireapp"] > div .imagen-apps .text-apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
article[about="/kireapp"] > div .imagen-apps .text-apps > div:last-child,
article[about="/kiireapp"] > div .imagen-apps .text-apps > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
article[about="/kireapp"] > div .imagen-apps .text-apps > div:last-child .paragraph--type--listado-de-iconos-con-enlace,
article[about="/kiireapp"] > div .imagen-apps .text-apps > div:last-child .paragraph--type--listado-de-iconos-con-enlace {
  position: relative;
}
article[about="/kireapp"] > div .imagen-apps .text-apps > div:last-child .paragraph--type--listado-de-iconos-con-enlace a,
article[about="/kiireapp"] > div .imagen-apps .text-apps > div:last-child .paragraph--type--listado-de-iconos-con-enlace a {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 0;
}
article[about="/kireapp"] > div .imagen-apps .text-apps > div:last-child > div:not(:last-child),
article[about="/kiireapp"] > div .imagen-apps .text-apps > div:last-child > div:not(:last-child) {
  border-right: 2px solid #1b224e;
  padding-right: 20px;
}
article[about="/kireapp"] > div .imagen-apps .text-apps > div:last-child img,
article[about="/kiireapp"] > div .imagen-apps .text-apps > div:last-child img {
  max-width: 200px;
  max-height: 30px;
  width: 100%;
  height: auto;
}
article[about="/kireapp"] > div .group-info,
article[about="/kiireapp"] > div .group-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  color: #1b224e;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 680px) {
  article[about="/kireapp"] > div .group-info,
  article[about="/kiireapp"] > div .group-info {
    text-align: center;
  }
}
article[about="/kireapp"] > div .group-info .title,
article[about="/kiireapp"] > div .group-info .title {
  font-size: 2.25rem;
  font-weight: 700;
}
article[about="/kireapp"] > div .group-info p,
article[about="/kiireapp"] > div .group-info p {
  font-size: 1.11111rem;
}
article[about="/kireapp"] > div .group-info .message,
article[about="/kiireapp"] > div .group-info .message {
  font-size: 1.7rem;
}
article[about="/kireapp"] > div .group-info .button a,
article[about="/kiireapp"] > div .group-info .button a {
  background: #1b224e;
  padding: 13px 22px;
  border-radius: 24px;
  color: #fff;
  font-weight: 600;
  font-size: 1.11111rem;
  line-height: 20px;
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  font-size: 1.8rem;
  font-weight: 700;
  color: #A3D23E;
  padding: 14px 4%;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  gap: 20px;
  line-height: 26px;
}
article[about="/kireapp"] > div .group-info .button a:active,
article[about="/kiireapp"] > div .group-info .button a:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
@media (max-width: 680px) {
  article[about="/kireapp"] > div .group-info .button a,
  article[about="/kiireapp"] > div .group-info .button a {
    font-size: 1.5rem;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
  }
}
article[about="/kireapp"] > div .group-info .button a::after,
article[about="/kiireapp"] > div .group-info .button a::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 15px;
  background: url("/themes/custom/kiire/images/icons/longRightGreenArrow.svg") no-repeat center/cover;
}

.alianzas-revolucionarias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  background: url(/themes/custom/kiire/images/iLetters/orangeBorder-i.svg) no-repeat 100.5% 100%/90px auto;
  background-attachment: fixed;
}
@media screen and (max-width: 480px) {
  .alianzas-revolucionarias {
    background-image: unset;
  }
}
.alianzas-revolucionarias header {
  width: 100%;
  grid-column: 1/last;
}
.alianzas-revolucionarias header h1 {
  text-align: center;
  margin: 40px 4% 0;
  font-size: 2rem;
  font-weight: 400;
}
.alianzas-revolucionarias header h1 span {
  font-weight: 800;
}
@media (max-width: 480px) {
  .alianzas-revolucionarias header h1 {
    font-size: 1.5rem;
  }
}
.alianzas-revolucionarias .item-list {
  position: relative;
}
.alianzas-revolucionarias .item-list ul.container {
  max-width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 40px;
  padding: 0 4%;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  list-style: none;
  gap: 40px 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.alianzas-revolucionarias .item-list ul.container li {
  min-width: 210px;
  max-width: 270px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: white;
}
.alianzas-revolucionarias .item-list ul.container li .field-imagen {
  min-height: 270px;
}
.alianzas-revolucionarias .item-list ul.container li .field-imagen img {
  max-width: 100%;
  height: auto;
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
}
.alianzas-revolucionarias .item-list ul.container li .field-title {
  margin: 20px 0;
}
.alianzas-revolucionarias .item-list ul.container li .field-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}
.alianzas-revolucionarias .item-list ul.container li .field-title a::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 40px;
  height: 16px;
  background: url("/themes/custom/kiire/images/icons/little-orange-i.svg") no-repeat center/cover;
}
.alianzas-revolucionarias .item-list ul.container li a {
  color: #1b224e;
}
.alianzas-revolucionarias .item-list ul.container li a:hover {
  text-decoration: underline;
}

.alianza-form {
  margin: 2%;
  padding: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  border: 1px solid #dedfe4;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.alianza-form input.button {
  padding: calc(1em - 1px) calc(1.5em - 1px);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  margin-right: 10px;
  color: #232429;
  background-color: #d3d4d9;
}
.alianza-form input.button--primary {
  background-color: #003ecc;
  color: white;
}
.alianza-form input.button[value=Eliminar] {
  background-color: rgb(211, 72, 72);
  color: white;
}
.alianza-form label {
  display: inline-block;
  width: 100%;
  margin: 0.25em 0;
  font-size: 0.889rem;
  font-weight: bold;
  line-height: 1.125rem;
}
.alianza-form label.form-required::after {
  display: inline-block;
  margin-right: 0.15rem;
  margin-left: 0.15rem;
  content: "*";
  color: #dc2323;
  font-size: 0.875rem;
}
.alianza-form textarea {
  max-width: 100%;
  min-width: 50%;
}
.alianza-form input:not(input.button) {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  min-height: 3rem;
  padding: calc(0.75em - 1px) calc(1em - 1px);
  color: #232429;
  border: 1px solid #919297;
  border-radius: 0.125rem;
  background: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.alianza-form .js-filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
}
.alianza-form .js-filter-wrapper .form-wrapper:first-child {
  margin-left: auto;
}
.alianza-form .js-filter-wrapper .form-wrapper:first-child a {
  font-size: 0.75rem;
  color: #004ecc;
  text-decoration: underline;
}
.alianza-form .js-filter-wrapper .form-wrapper:first-child a:hover {
  text-decoration: none;
}
.alianza-form .js-filter-wrapper .form-wrapper:last-child {
  margin-top: 0.5rem;
  color: #55565b;
  font-size: 0.75rem;
}
.alianza-form .js-filter-wrapper .form-wrapper:last-child ul {
  margin: 0.25em 0 0.25em 1.5rem;
  padding-left: 0;
  list-style-type: disc;
  list-style-image: none;
}
.alianza-form a.button--danger {
  background-color: rgb(211, 72, 72);
  padding: 7px 20px;
  border-radius: 10px;
  color: white;
}
.alianza-form .field--type-image .image-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.alianza-form .field--type-image .image-widget input.button {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.alianza-form fieldset {
  border: 1px solid #dedfe4;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  width: 100%;
}
.alianza-form .field--type-link fieldset {
  padding: 20px 4%;
}
.alianza-form .field--type-link fieldset .description {
  font-size: 14px;
}
.alianza-form .field--type-link fieldset .fieldset-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.maintenance-page {
  text-align: center;
  padding: 4%;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.maintenance-page header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.maintenance-page header > a img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.maintenance-page header h1 {
  -webkit-animation: 3s rotate linear infinite;
  animation: 3s rotate linear infinite;
  margin: 30px 0;
}
.maintenance-page header h1 a {
  color: #1b224e;
  position: relative;
}
.maintenance-page header h1 a:hover {
  text-decoration: underline;
}

form.testimonios-form, .informacion-slider-home-form, .preguntas-frecuentes__form {
  margin: 5% 20%;
  border: 1px solid lightgray;
  border-radius: 20px;
  padding: 1em 1.5em;
}
form.testimonios-form > div, .informacion-slider-home-form > div, .preguntas-frecuentes__form > div {
  margin: 20px 0;
}
form.testimonios-form fieldset, .informacion-slider-home-form fieldset, .preguntas-frecuentes__form fieldset {
  border: none;
}
form.testimonios-form fieldset .fieldset-wrapper, .informacion-slider-home-form fieldset .fieldset-wrapper, .preguntas-frecuentes__form fieldset .fieldset-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
form.testimonios-form input, .informacion-slider-home-form input, .preguntas-frecuentes__form input {
  height: 50px;
  display: block;
  border-radius: 8px;
  padding: 0 10px;
}
form.testimonios-form .description, .informacion-slider-home-form .description, .preguntas-frecuentes__form .description {
  color: rgb(78, 78, 78);
}
form.testimonios-form .js-filter-wrapper.js-form-wrapper.form-wrapper, .informacion-slider-home-form .js-filter-wrapper.js-form-wrapper.form-wrapper, .preguntas-frecuentes__form .js-filter-wrapper.js-form-wrapper.form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
}
form.testimonios-form .js-filter-wrapper.js-form-wrapper.form-wrapper > div:last-child, .informacion-slider-home-form .js-filter-wrapper.js-form-wrapper.form-wrapper > div:last-child, .preguntas-frecuentes__form .js-filter-wrapper.js-form-wrapper.form-wrapper > div:last-child {
  display: none;
}
form.testimonios-form .js-filter-wrapper.js-form-wrapper.form-wrapper a, .informacion-slider-home-form .js-filter-wrapper.js-form-wrapper.form-wrapper a, .preguntas-frecuentes__form .js-filter-wrapper.js-form-wrapper.form-wrapper a {
  font-size: 12px;
  text-decoration: underline;
}
form.testimonios-form .js-filter-wrapper.js-form-wrapper.form-wrapper a:hover, .informacion-slider-home-form .js-filter-wrapper.js-form-wrapper.form-wrapper a:hover, .preguntas-frecuentes__form .js-filter-wrapper.js-form-wrapper.form-wrapper a:hover {
  text-decoration: none;
}
form.testimonios-form .js-form-item.form-item.js-form-type-managed-file.form-item-field-imagen-test-0.js-form-item-field-imagen-test-0, .informacion-slider-home-form .js-form-item.form-item.js-form-type-managed-file.form-item-field-imagen-test-0.js-form-item-field-imagen-test-0, .preguntas-frecuentes__form .js-form-item.form-item.js-form-type-managed-file.form-item-field-imagen-test-0.js-form-item-field-imagen-test-0 {
  border: 1px solid lightgray;
  border-radius: 8px;
  padding: 15px;
}
form.testimonios-form .js-form-item.form-item.js-form-type-managed-file.form-item-field-imagen-test-0.js-form-item-field-imagen-test-0 .image-widget, .informacion-slider-home-form .js-form-item.form-item.js-form-type-managed-file.form-item-field-imagen-test-0.js-form-item-field-imagen-test-0 .image-widget, .preguntas-frecuentes__form .js-form-item.form-item.js-form-type-managed-file.form-item-field-imagen-test-0.js-form-item-field-imagen-test-0 .image-widget {
  border: 1px solid lightgray;
  border-radius: 8px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 10px 0 20px;
  height: auto;
}
form.testimonios-form .js-form-item.form-item.js-form-type-managed-file.form-item-field-imagen-test-0.js-form-item-field-imagen-test-0 .image-widget input.form-text, .informacion-slider-home-form .js-form-item.form-item.js-form-type-managed-file.form-item-field-imagen-test-0.js-form-item-field-imagen-test-0 .image-widget input.form-text, .preguntas-frecuentes__form .js-form-item.form-item.js-form-type-managed-file.form-item-field-imagen-test-0.js-form-item-field-imagen-test-0 .image-widget input.form-text {
  margin-top: 30px;
  width: 100%;
  border-radius: 0;
}
form.testimonios-form .js-form-item.form-item.js-form-type-managed-file.form-item-field-imagen-test-0.js-form-item-field-imagen-test-0 .image-widget input[value=Eliminar], .informacion-slider-home-form .js-form-item.form-item.js-form-type-managed-file.form-item-field-imagen-test-0.js-form-item-field-imagen-test-0 .image-widget input[value=Eliminar], .preguntas-frecuentes__form .js-form-item.form-item.js-form-type-managed-file.form-item-field-imagen-test-0.js-form-item-field-imagen-test-0 .image-widget input[value=Eliminar] {
  border: none;
  border-radius: 8px;
  background-color: rgb(212, 0, 0);
  color: white;
  margin-top: 20px;
  font-size: 1rem;
  cursor: pointer;
}
form.testimonios-form button, .informacion-slider-home-form button, .preguntas-frecuentes__form button {
  padding: 10px 20px;
  border: none;
  border-radius: 16px;
  background-color: transparent;
}
form.testimonios-form button:hover, .informacion-slider-home-form button:hover, .preguntas-frecuentes__form button:hover {
  color: rgb(33, 105, 169);
  cursor: pointer;
}
form.testimonios-form button:active, .informacion-slider-home-form button:active, .preguntas-frecuentes__form button:active {
  color: rgb(11, 61, 105);
}
form.testimonios-form h4, .informacion-slider-home-form h4, .preguntas-frecuentes__form h4 {
  text-align: left;
}
form.testimonios-form .field-add-more-submit, .informacion-slider-home-form .field-add-more-submit, .preguntas-frecuentes__form .field-add-more-submit {
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  margin-top: 20px;
  font-size: 1rem;
  cursor: pointer;
}
form.testimonios-form #edit-submit, .informacion-slider-home-form #edit-submit, .preguntas-frecuentes__form #edit-submit {
  background-color: #003ecc;
  border: none;
  padding: 10px 20px;
  margin: 20px 0;
  color: #fff;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
}
form.testimonios-form #edit-delete, .informacion-slider-home-form #edit-delete, .preguntas-frecuentes__form #edit-delete {
  background-color: rgb(212, 0, 0);
  border: none;
  padding: 10px 20px;
  color: #fff;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
}

article[about="/puntos-colombia"] {
  max-width: 1390px;
  margin: 0 auto;
  padding: 0 4% 4%;
}
article[about="/puntos-colombia"] .banner_landing img {
  width: 100%;
  height: auto;
}
article[about="/puntos-colombia"] .titulo-landing {
  color: #1b224e;
  font-weight: 800;
  font-size: 2.22222rem;
  line-height: 43px;
  text-align: center;
  margin: 20px auto;
}
@media screen and (max-width: 680px) {
  article[about="/puntos-colombia"] .titulo-landing {
    font-size: 1.5rem;
    line-height: 30px;
  }
}
article[about="/puntos-colombia"] .eslogan-landing {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 1100px;
}
article[about="/puntos-colombia"] .eslogan-landing strong {
  font-size: 24px;
}
article[about="/puntos-colombia"] .eslogan-landing p {
  font-size: 30px;
  line-height: 40px;
}
article[about="/puntos-colombia"] .body-landing, article[about="/puntos-colombia"] .body-2-landing {
  text-align: left; /* Alinea el texto a la izquierda */
  text-justify: inter-word; /* Justifica el texto */
}
article[about="/puntos-colombia"] .imagen-body-landing {
  margin: 40px auto;
}
article[about="/puntos-colombia"] .imagen-body-landing img {
  width: 50%;
  height: auto;
}
article[about="/puntos-colombia"] .descubre-mas-landing a {
  background: #1b224e;
  padding: 13px 22px;
  border-radius: 24px;
  color: #fff;
  font-weight: 600;
  font-size: 1.11111rem;
  line-height: 20px;
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background: #F58930;
  color: #1b224e;
  padding: 15px 28px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 40px auto;
}
article[about="/puntos-colombia"] .descubre-mas-landing a:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
article[about="/puntos-colombia"] .terminos-landing {
  text-align: center;
  font-size: 14px;
}

#block-bloquer2banner {
  max-width: 1390px;
  margin: 0 auto;
  padding: 0% 4% 0% 4%;
}
#block-bloquer2banner .titulo_r2 {
  color: #1b224e;
  font-size: 2.22222rem;
  line-height: 43px;
  text-align: center;
  margin: 20px auto;
}
@media screen and (max-width: 680px) {
  #block-bloquer2banner .titulo_r2 {
    font-size: 1.5rem;
    line-height: 30px;
  }
}
#block-bloquer2banner .body_r2 {
  font-size: 1.5rem;
  margin: 20px auto;
  max-width: 750px;
  text-align: center;
}
@media screen and (max-width: 990px) {
  #block-bloquer2banner .body_r2 {
    font-size: 1rem;
  }
}
#block-bloquer2banner .agrup_banner {
  margin: 40px auto;
  position: relative;
}
#block-bloquer2banner .agrup_banner .imagen_r2 img {
  width: 100%;
  height: auto;
}
#block-bloquer2banner .agrup_banner .agrup_texto_imagen {
  position: absolute;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  margin: auto 0;
  top: 0;
  bottom: 0;
  color: white;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #block-bloquer2banner .agrup_banner .agrup_texto_imagen {
    width: 100%;
    margin: 5px auto;
  }
}
#block-bloquer2banner .agrup_banner .agrup_texto_imagen .descripcion_1 {
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  #block-bloquer2banner .agrup_banner .agrup_texto_imagen .descripcion_1 {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 680px) {
  #block-bloquer2banner .agrup_banner .agrup_texto_imagen .descripcion_1 {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 380px) {
  #block-bloquer2banner .agrup_banner .agrup_texto_imagen .descripcion_1 {
    font-size: 0.7rem;
  }
}
#block-bloquer2banner .agrup_banner .agrup_texto_imagen .grup_monto_max {
  width: 65%;
  text-align: center;
  padding: 6px;
  margin: 20px auto;
}
@media screen and (max-width: 480px) {
  #block-bloquer2banner .agrup_banner .agrup_texto_imagen .grup_monto_max {
    margin: 5px auto;
  }
}
#block-bloquer2banner .agrup_banner .agrup_texto_imagen .grup_monto_max .monto_max {
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  #block-bloquer2banner .agrup_banner .agrup_texto_imagen .grup_monto_max .monto_max {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 680px) {
  #block-bloquer2banner .agrup_banner .agrup_texto_imagen .grup_monto_max .monto_max {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 380px) {
  #block-bloquer2banner .agrup_banner .agrup_texto_imagen .grup_monto_max .monto_max {
    font-size: 0.7rem;
  }
}
#block-bloquer2banner .agrup_banner .agrup_texto_imagen .terms {
  font-size: 1.3rem;
}
@media screen and (max-width: 480px) {
  #block-bloquer2banner .agrup_banner .agrup_texto_imagen .terms {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 680px) {
  #block-bloquer2banner .agrup_banner .agrup_texto_imagen .terms {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 380px) {
  #block-bloquer2banner .agrup_banner .agrup_texto_imagen .terms {
    font-size: 0.7rem;
  }
}

#block-bloquer2ofertasyoportunidades {
  max-width: 1390px;
  margin: 0 auto;
  padding: 0% 4% 0% 4%;
}
#block-bloquer2ofertasyoportunidades .icono_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#block-bloquer2ofertasyoportunidades .icono_desc .icono {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 20px 0px 0px;
}
#block-bloquer2ofertasyoportunidades .icono_desc .icono img {
  width: 85px;
  height: 85px;
}
#block-bloquer2ofertasyoportunidades .icono_desc .icono_descripcion {
  border-left: 2px solid #1b224e;
  padding: 0 4%;
  margin: auto 0;
  width: 38%;
  font-size: 1.3rem;
}
@media screen and (max-width: 990px) {
  #block-bloquer2ofertasyoportunidades .icono_desc .icono_descripcion {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  #block-bloquer2ofertasyoportunidades .icono_desc .icono_descripcion {
    font-size: 0.8rem;
    width: 50%;
  }
}
#block-bloquer2ofertasyoportunidades .img_solicitalo {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  #block-bloquer2ofertasyoportunidades .img_solicitalo {
    width: 100%;
    padding: 2% 10%;
    text-align: center;
    display: block;
  }
}
#block-bloquer2ofertasyoportunidades .img_solicitalo img {
  width: 30%;
  height: auto;
}
@media screen and (max-width: 480px) {
  #block-bloquer2ofertasyoportunidades .img_solicitalo img {
    width: 80%;
  }
}

#block-bloquer2imagenytexto {
  max-width: 1390px;
  margin: 0 auto;
  padding: 0% 4% 0% 4%;
}
#block-bloquer2imagenytexto .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  border-top: 2px dashed #808080;
}
#block-bloquer2imagenytexto .container .img_desc {
  width: 40%;
  padding: 2%;
  text-align: start;
}
@media screen and (max-width: 480px) {
  #block-bloquer2imagenytexto .container .img_desc {
    width: 100%;
  }
}
#block-bloquer2imagenytexto .container .img_desc img {
  width: 100%;
  height: auto;
}
#block-bloquer2imagenytexto .container .img_desc .text_izq {
  font-size: 1.6rem;
  margin: 20px 0;
  text-align: center;
}
@media screen and (max-width: 990px) {
  #block-bloquer2imagenytexto .container .img_desc .text_izq {
    font-size: 1rem;
  }
}
#block-bloquer2imagenytexto .container .info_R2 {
  width: 60%;
  padding: 2% 7%;
}
@media screen and (max-width: 480px) {
  #block-bloquer2imagenytexto .container .info_R2 {
    width: 100%;
  }
}
#block-bloquer2imagenytexto .container .info_R2 .text_rigth_up {
  font-size: 2rem;
  margin: 20px auto;
}
@media screen and (max-width: 990px) {
  #block-bloquer2imagenytexto .container .info_R2 .text_rigth_up {
    font-size: 1rem;
  }
}
#block-bloquer2imagenytexto .container .info_R2 .text_rigth_down {
  padding: 2% 5%;
  border: 2px dashed #F58930;
  border-radius: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30%;
}
#block-bloquer2imagenytexto .terms_condi {
  text-align: center;
  padding: 2% 9%;
}
@media screen and (max-width: 480px) {
  #block-bloquer2imagenytexto .terms_condi {
    font-size: 0.8rem;
    margin-top: 4%;
  }
}
#block-bloquer2imagenytexto .little_word {
  font-size: 0.8rem;
}
@media screen and (max-width: 480px) {
  #block-bloquer2imagenytexto .little_word {
    font-size: 0.6rem;
  }
}
#block-bloquer2imagenytexto .img_resp {
  padding: 3% 25%;
  border-top: 2px dashed #808080;
}
#block-bloquer2imagenytexto .img_resp img {
  width: 100%;
  height: auto;
}

#block-bannerbienvenido {
  max-width: 1390px;
  margin: 0 auto;
  padding: 0% 4% 0% 4%;
}
#block-bannerbienvenido .banner_background {
  text-align: center;
  width: 100%;
  height: auto;
  background-image: url("/themes/custom/kiire/images/Landing_Kiire_Bienvenidos_2023_Fondo.png");
}
#block-bannerbienvenido .banner_background .mensaje {
  width: 50%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#block-bannerbienvenido .banner_background .mensaje .img_separacion img {
  width: 100%;
  height: auto;
}
#block-bannerbienvenido .banner_background .mensaje .text {
  font-size: 4rem;
}
@media screen and (max-width: 990px) {
  #block-bannerbienvenido .banner_background .mensaje .text {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  #block-bannerbienvenido .banner_background .mensaje .text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  #block-bannerbienvenido .banner_background .mensaje .text {
    font-size: 1rem;
  }
}
#block-bannerbienvenido .banner_background .img_banner {
  width: 50%;
  float: left;
}
#block-bannerbienvenido .banner_background .img_banner div img {
  width: 100%;
  height: auto;
}

#block-bloqueactivaaprendeconoce {
  display: inline-block;
  padding: 0% 5%;
}
#block-bloqueactivaaprendeconoce .buttons_description {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 642px) {
  #block-bloqueactivaaprendeconoce .buttons_description {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  #block-bloqueactivaaprendeconoce .buttons_description {
    font-size: 1rem;
    display: inline-block;
  }
}
#block-bloqueactivaaprendeconoce .container_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3%;
}
#block-bloqueactivaaprendeconoce .container_columns .boton_orange {
  margin-bottom: 3%;
}
#block-bloqueactivaaprendeconoce .container_columns .boton_orange a {
  background: #F58930;
  padding: 13px 22px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 1.11111rem;
  line-height: 20px;
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 860px) {
  #block-bloqueactivaaprendeconoce .container_columns .boton_orange a {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 780px) {
  #block-bloqueactivaaprendeconoce .container_columns .boton_orange a {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 600px) {
  #block-bloqueactivaaprendeconoce .container_columns .boton_orange a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  #block-bloqueactivaaprendeconoce .container_columns {
    display: block;
  }
}
#block-bloqueactivaaprendeconoce .container_columns #col1 {
  border-right: 1px solid #000;
}
@media screen and (max-width: 1200px) {
  #block-bloqueactivaaprendeconoce .container_columns #col1 {
    border-right: 0px;
    border-bottom: 1px solid #000;
  }
}
#block-bloqueactivaaprendeconoce .container_columns .col {
  width: 50%;
  padding: 20px;
}
@media screen and (max-width: 1200px) {
  #block-bloqueactivaaprendeconoce .container_columns .col {
    width: 100%;
  }
}
#block-bloqueactivaaprendeconoce .container_columns .col .column_title {
  font-size: 1.5rem;
  margin-bottom: 3%;
}
@media screen and (max-width: 1200px) {
  #block-bloqueactivaaprendeconoce .container_columns .col .column_title {
    font-size: 1rem;
  }
}
#block-bloqueactivaaprendeconoce .container_columns .col .step_col1,
#block-bloqueactivaaprendeconoce .container_columns .col .items {
  font-size: 1.3rem;
}
#block-bloqueactivaaprendeconoce .container_columns .col .step_col1 strong,
#block-bloqueactivaaprendeconoce .container_columns .col .items strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3%;
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  #block-bloqueactivaaprendeconoce .container_columns .col .step_col1,
  #block-bloqueactivaaprendeconoce .container_columns .col .items {
    font-size: 1rem;
  }
}
#block-bloqueactivaaprendeconoce .container_columns .col .exito {
  text-align: center;
}
#block-bloqueactivaaprendeconoce .container_columns .col .exito img {
  width: 17%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  #block-bloqueactivaaprendeconoce .container_columns .col .whatsapp {
    text-align: center;
  }
}
#block-bloqueactivaaprendeconoce .container_columns .col .whatsapp img {
  width: 25%;
  height: auto;
}
@media screen and (min-width: 860px) and (max-width: 1200px) {
  #block-bloqueactivaaprendeconoce .container_columns .col .whatsapp img {
    width: 30%;
  }
}
@media screen and (min-width: 480px) and (max-width: 860px) {
  #block-bloqueactivaaprendeconoce .container_columns .col .whatsapp img {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  #block-bloqueactivaaprendeconoce .container_columns .col .whatsapp img {
    width: 50%;
  }
}
#block-bloqueactivaaprendeconoce .container_columns .col .first_passed {
  display: -webkit-box;
  font-size: 1.3rem;
  padding-left: 50px;
  margin-top: 2%;
}
@media screen and (max-width: 1200px) {
  #block-bloqueactivaaprendeconoce .container_columns .col .first_passed {
    font-size: 1rem;
  }
}
@media screen and (max-width: 720px) {
  #block-bloqueactivaaprendeconoce .container_columns .col .first_passed {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #block-bloqueactivaaprendeconoce .container_columns .col .first_passed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#block-bloqueactivaaprendeconoce .container_columns .col .first_passed .primer_derecha {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #block-bloqueactivaaprendeconoce .container_columns .col .first_passed .primer_derecha {
    width: 100%;
    text-align: start;
  }
}
#block-bloqueactivaaprendeconoce .container_columns .col .first_passed .primer_imagen {
  width: 17%;
  padding: 0% 2%;
}
@media screen and (max-width: 480px) {
  #block-bloqueactivaaprendeconoce .container_columns .col .first_passed .primer_imagen {
    width: 30%;
  }
}
#block-bloqueactivaaprendeconoce .container_columns .col .first_passed .primer_imagen img {
  width: 100%;
  height: auto;
}
#block-bloqueactivaaprendeconoce .container_columns .col .first_passed .primer_izquierda {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #block-bloqueactivaaprendeconoce .container_columns .col .first_passed .primer_izquierda {
    width: 70%;
  }
}
#block-bloqueactivaaprendeconoce .container_columns .col .apps_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px 50px;
}
@media screen and (max-width: 480px) {
  #block-bloqueactivaaprendeconoce .container_columns .col .apps_container {
    display: block;
    grid-template-columns: none;
    gap: 0px;
  }
}
@media screen and (max-width: 480px) {
  #block-bloqueactivaaprendeconoce .container_columns .col .apps_container .app {
    margin: 10px;
  }
}
#block-bloqueactivaaprendeconoce .container_columns .col .apps_container .app img {
  width: 100%;
  height: auto;
}
#block-bloqueactivaaprendeconoce .container_columns .col .steps {
  font-size: 1.3rem;
  padding-left: 50px;
}
@media screen and (max-width: 1200px) {
  #block-bloqueactivaaprendeconoce .container_columns .col .steps {
    font-size: 1rem;
  }
}
#block-bloqueactivaaprendeconoce .container_columns .col .steps .invitation {
  text-align: center;
}
#block-bloqueactivaaprendeconoce .container_columns .col .encabezado {
  font-size: 1rem;
  margin-left: 3%;
}
#block-bloqueactivaaprendeconoce .invitation {
  text-align: center;
  padding: 40px;
  font-size: 1.3rem;
}
@media screen and (max-width: 1200px) {
  #block-bloqueactivaaprendeconoce .invitation {
    font-size: 1rem;
  }
}
#block-bloqueactivaaprendeconoce .invitation strong {
  color: #F58930;
}
#block-bloqueactivaaprendeconoce .boton_orange {
  margin-bottom: 3%;
}
#block-bloqueactivaaprendeconoce .boton_orange a {
  background: #F58930;
  padding: 13px 22px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 1.11111rem;
  line-height: 20px;
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 860px) {
  #block-bloqueactivaaprendeconoce .boton_orange a {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 780px) {
  #block-bloqueactivaaprendeconoce .boton_orange a {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 600px) {
  #block-bloqueactivaaprendeconoce .boton_orange a {
    font-size: 1rem;
  }
}

#block-bloquetenencuenta .general_text {
  text-align: center;
  font-size: 2rem;
}
#block-bloquetenencuenta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0% 30%;
}
@media screen and (max-width: 480px) {
  #block-bloquetenencuenta .container {
    display: block;
    font-size: medium;
  }
}
@media screen and (max-width: 720px) {
  #block-bloquetenencuenta .container {
    margin: 0%;
  }
}
@media screen and (max-width: 1024px) {
  #block-bloquetenencuenta .container {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  #block-bloquetenencuenta .container {
    font-size: 0.8rem;
  }
}
#block-bloquetenencuenta .container .column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 20px;
  margin: 0 10px;
}
#block-bloquetenencuenta .container .column img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 480px) {
  #block-bloquetenencuenta .container .column img {
    width: 30%;
  }
}
#block-bloquetenencuenta .container a {
  color: #F58930;
  font-weight: bold;
}
#block-bloquetenencuenta .container2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0% 30%;
}
@media screen and (max-width: 480px) {
  #block-bloquetenencuenta .container2 {
    display: block;
    font-size: medium;
  }
}
@media screen and (max-width: 720px) {
  #block-bloquetenencuenta .container2 {
    margin: 0% 20%;
  }
}
@media screen and (max-width: 1024px) {
  #block-bloquetenencuenta .container2 {
    font-size: 0.8rem;
  }
}
#block-bloquetenencuenta .container2 .column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 20px;
  margin: 0 10px;
}
#block-bloquetenencuenta .container2 .column img {
  width: 50%;
  height: auto;
}
#block-bloquetenencuenta .container2 a {
  color: #F58930;
  font-weight: bold;
}

#block-formularioalianzasiigo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("/themes/custom/kiire/images/landings/siigo/background_landing_siigo.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-top: 6%;
  height: 180vh;
}
@media screen and (max-width: 990px) {
  #block-formularioalianzasiigo {
    display: block;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
@media screen and (min-width: 990px) and (max-width: 1700px) {
  #block-formularioalianzasiigo {
    height: 120vh;
  }
}
@media screen and (min-width: 1701px) and (max-width: 2400px) {
  #block-formularioalianzasiigo {
    height: 140vh;
  }
}
#block-formularioalianzasiigo .descr_alianza {
  width: 50%;
  padding-bottom: 5%;
}
@media screen and (max-width: 990px) {
  #block-formularioalianzasiigo .descr_alianza {
    width: 100%;
    padding: 3%;
  }
}
#block-formularioalianzasiigo .descr_alianza .encab_peq {
  color: #A2EE00;
  font-weight: 800;
}
#block-formularioalianzasiigo .descr_alianza .encab_principal h2 {
  margin: 3% 0% 8% 0%;
  color: #ffffff;
  font-size: 38px;
}
@media screen and (max-width: 990px) {
  #block-formularioalianzasiigo .descr_alianza .encab_principal h2 {
    font-size: 27px;
  }
}
#block-formularioalianzasiigo .descr_alianza .alianza {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 990px) {
  #block-formularioalianzasiigo .descr_alianza .alianza {
    display: block;
  }
}
#block-formularioalianzasiigo .descr_alianza .alianza .icono {
  width: 30%;
  height: auto;
}
@media screen and (max-width: 990px) {
  #block-formularioalianzasiigo .descr_alianza .alianza .icono {
    width: 100%;
    padding: 5% 0% 10% 0%;
  }
}
#block-formularioalianzasiigo .descr_alianza .alianza .desc_icono {
  width: 70%;
}
@media screen and (max-width: 990px) {
  #block-formularioalianzasiigo .descr_alianza .alianza .desc_icono {
    width: 100%;
    font-size: x-large;
  }
}
#block-formularioalianzasiigo .descr_alianza .alianza .desc_icono p {
  color: #ffffff;
}
#block-formularioalianzasiigo .descr_alianza .imagen_direccion {
  position: absolute;
  right: 68%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: mover 5s ease-in-out infinite;
  animation: mover 5s ease-in-out infinite;
}
@media screen and (max-width: 990px) {
  #block-formularioalianzasiigo .descr_alianza .imagen_direccion {
    display: none;
  }
}
@-webkit-keyframes mover {
  0%, 100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  25% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  75% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
}
@keyframes mover {
  0%, 100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  25% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  75% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
}
#block-formularioalianzasiigo .descr_alianza .imagen_direccion_mobile {
  width: 50%;
  height: auto;
  display: none;
}
@media screen and (max-width: 990px) {
  #block-formularioalianzasiigo .descr_alianza .imagen_direccion_mobile {
    display: block;
  }
}
#block-formularioalianzasiigo .form_alianza {
  width: 50%;
}
@media screen and (max-width: 990px) {
  #block-formularioalianzasiigo .form_alianza {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
#block-formularioalianzasiigo .form_alianza .container_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#block-formularioalianzasiigo .form_alianza .container_form form {
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 990px) {
  #block-formularioalianzasiigo .form_alianza .container_form form {
    width: 90%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
#block-formularioalianzasiigo .form_alianza .container_form form .form-item {
  padding-bottom: 13px;
}
#block-formularioalianzasiigo .form_alianza .container_form form .form-item input,
#block-formularioalianzasiigo .form_alianza .container_form form .form-item select {
  width: 100%;
  height: 40px;
  min-width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #1b224e;
  background-color: #ffffff;
  color: #616161;
}
#block-formularioalianzasiigo .form_alianza .container_form form .form-actions #edit-actions-submit {
  color: #1b224e;
  border: 2px solid #1b224e;
  background-color: white;
  border-radius: 10px;
  font-weight: 600;
  padding: 18px 20px;
  width: 100%;
}
#block-formularioalianzasiigo .form_alianza .container_form form .form-type-webform-terms-of-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#block-formularioalianzasiigo .form_alianza .container_form form .form-type-webform-terms-of-service #edit-terms-of-service {
  min-width: auto;
  width: 10%;
  margin-right: 10px;
  color: #1b224e;
}
#block-formularioalianzasiigo .form_alianza .container_form form .form-type-webform-terms-of-service label {
  color: #1b224e !important;
  display: block;
  width: 90%;
}
#block-formularioalianzasiigo .form_alianza .container_form form #edit-politica-privacidad {
  text-align: center;
  margin-top: 7%;
  line-height: 1.5;
}

#block-porquenecesitaskiire .encabezado {
  text-align: center;
  padding: 6% 0%;
}
@media screen and (max-width: 990px) {
  #block-porquenecesitaskiire .encabezado {
    padding-bottom: 0px;
  }
}
#block-porquenecesitaskiire .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 50px;
}
#block-porquenecesitaskiire .container .imagen_principal {
  margin-bottom: -330px;
}
@media screen and (max-width: 990px) {
  #block-porquenecesitaskiire .container .imagen_principal {
    display: none;
  }
}
#block-porquenecesitaskiire .container .group_cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0% 5% 0% 5%;
}
@media screen and (max-width: 990px) {
  #block-porquenecesitaskiire .container .group_cards {
    display: block;
    padding: 5% 0% 5% 0%;
  }
}
#block-porquenecesitaskiire .container .group_cards .card {
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  border: 2px solid;
  border-color: #00003f;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  box-sizing: border-box;
}
@media screen and (max-width: 990px) {
  #block-porquenecesitaskiire .container .group_cards .card {
    margin: 25px;
  }
}
#block-porquenecesitaskiire .container .group_cards .card .header_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px 60px 0px;
}
#block-porquenecesitaskiire .container .group_cards .card .header_card .img_card {
  width: 90%;
}
#block-porquenecesitaskiire .container .group_cards .card .header_card .item {
  background-color: #A2EE00;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00003f;
  width: 30px;
  height: 30px;
}
#block-porquenecesitaskiire .container .group_cards .card .card_title {
  font-weight: bold;
  padding-bottom: 20px;
}
#block-porquenecesitaskiire .container .group_cards .card .card_descrip {
  line-height: 1.5;
}
#block-porquenecesitaskiire .container .group_cards .card:hover {
  background-color: #A2EE00;
}
#block-porquenecesitaskiire .container .group_cards .card:hover .item {
  background-color: #00003f;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #A2EE00;
  width: 30px;
  height: 30px;
}
#block-porquenecesitaskiire .container .text_footer {
  padding: 0px 150px 0px 150px;
  text-align: center;
}
@media screen and (max-width: 990px) {
  #block-porquenecesitaskiire .container .text_footer {
    padding: 10%;
  }
}
#block-porquenecesitaskiire .container .img_abajo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 990px) {
  #block-porquenecesitaskiire .container .img_desktop {
    display: none;
  }
}
#block-porquenecesitaskiire .container .img_mobile {
  display: none;
}
@media screen and (max-width: 990px) {
  #block-porquenecesitaskiire .container .img_mobile {
    display: block;
  }
}
#block-porquenecesitaskiire .container .botones_los_quiero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px;
  width: 40%;
}
@media screen and (max-width: 990px) {
  #block-porquenecesitaskiire .container .botones_los_quiero {
    margin: 0;
    width: 80%;
  }
}
#block-porquenecesitaskiire .container .botones_los_quiero .boton_lo_quiero,
#block-porquenecesitaskiire .container .botones_los_quiero .boton_lo_quiero:visited {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 15px 60px;
  margin-right: 20px;
  border: 2px solid #1b224e;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 990px) {
  #block-porquenecesitaskiire .container .botones_los_quiero .boton_lo_quiero,
  #block-porquenecesitaskiire .container .botones_los_quiero .boton_lo_quiero:visited {
    padding: 15px 0px;
    width: 70%;
  }
}
#block-porquenecesitaskiire .container .botones_los_quiero .boton_lo_quiero:hover,
#block-porquenecesitaskiire .container .botones_los_quiero .boton_lo_quiero:visited:hover {
  color: white;
}
#block-porquenecesitaskiire .container .botones_los_quiero .boton_lo_quiero::before,
#block-porquenecesitaskiire .container .botones_los_quiero .boton_lo_quiero:visited::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #FF6B00;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  z-index: -1;
}
#block-porquenecesitaskiire .container .botones_los_quiero .boton_lo_quiero:hover::before,
#block-porquenecesitaskiire .container .botones_los_quiero .boton_lo_quiero:visited:hover::before {
  left: 0;
}
#block-porquenecesitaskiire .container .botones_los_quiero .boton_lo_quiero a,
#block-porquenecesitaskiire .container .botones_los_quiero .boton_lo_quiero:visited a {
  color: #1b224e;
}
#block-porquenecesitaskiire .container .botones_los_quiero .boton_flecha {
  width: 15%;
  border: 2px solid #1b224e;
  background-image: url("/themes/custom/kiire/images/landings/siigo/flecha.svg");
  background-repeat: no-repeat;
  background-size: 21%;
  background-position: center;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 5px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 990px) {
  #block-porquenecesitaskiire .container .botones_los_quiero .boton_flecha {
    width: 25%;
    margin-left: 5%;
  }
}
#block-porquenecesitaskiire .container .botones_los_quiero .boton_flecha:hover {
  color: white;
  background-color: #FF6B00;
}
#block-porquenecesitaskiire .container .botones_los_quiero .boton_flecha a {
  width: 100%;
  height: 100%;
  display: flow;
}

#block-contactanoskiire {
  background-color: #00003f;
}
#block-contactanoskiire .container_contactanos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 990px) {
  #block-contactanoskiire .container_contactanos {
    display: block;
  }
}
#block-contactanoskiire .container_contactanos .img_contactanos {
  width: 50%;
}
@media screen and (max-width: 990px) {
  #block-contactanoskiire .container_contactanos .img_contactanos {
    width: 100%;
    padding: 20%;
  }
}
@media screen and (max-width: 990px) {
  #block-contactanoskiire .container_contactanos .img_contactanos img {
    width: 100%;
    height: auto;
  }
}
#block-contactanoskiire .container_contactanos .descrip_contac {
  width: 50%;
  text-align: center;
  padding: 10%;
}
@media screen and (max-width: 990px) {
  #block-contactanoskiire .container_contactanos .descrip_contac {
    width: 100%;
    padding: 0px;
  }
}
#block-contactanoskiire .container_contactanos .descrip_contac .mensj_contactanos {
  width: 100%;
}
#block-contactanoskiire .container_contactanos .descrip_contac .mensj_contactanos h3 {
  color: #ffffff;
  text-align: left;
}
#block-contactanoskiire .container_contactanos .descrip_contac .botones_hablemos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#block-contactanoskiire .container_contactanos .descrip_contac .botones_hablemos .boton_hablemos {
  width: 85%;
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: 2px solid #1b224e;
  background-color: white;
  border-radius: 10px;
  padding: 25px 70px;
  margin: 20px 0px 20px 0px;
  overflow: hidden;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
#block-contactanoskiire .container_contactanos .descrip_contac .botones_hablemos .boton_hablemos::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #FF6B00;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  z-index: 0;
}
#block-contactanoskiire .container_contactanos .descrip_contac .botones_hablemos .boton_hablemos:hover::before {
  left: 0;
}
#block-contactanoskiire .container_contactanos .descrip_contac .botones_hablemos .boton_hablemos a {
  color: #1b224e;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
#block-contactanoskiire .container_contactanos .descrip_contac .botones_hablemos .flecha_hablemos {
  width: 15%;
  border: 2px solid #1b224e;
  background-image: url("/themes/custom/kiire/images/landings/siigo/flecha.svg");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: center;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 5px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  margin: 20px 0px 20px 0px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
#block-contactanoskiire .container_contactanos .descrip_contac .botones_hablemos .flecha_hablemos:hover {
  color: white;
  background-color: #FF6B00;
}
#block-contactanoskiire .container_contactanos .descrip_contac .botones_hablemos .flecha_hablemos a {
  width: 100%;
  height: 100%;
  display: flow;
}
#block-contactanoskiire .container_contactanos .descrip_contac .redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 990px) {
  #block-contactanoskiire .container_contactanos .descrip_contac .redes {
    padding: 10px;
  }
}
#block-contactanoskiire .container_contactanos .descrip_contac .redes .red {
  padding: 10px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  #block-contactanoskiire .container_contactanos .descrip_contac .redes .red {
    padding: 5px;
  }
}
#block-contactanoskiire .container_contactanos .descrip_contac .redes .red .red_text {
  margin: 5px;
}
@media screen and (max-width: 990px) {
  #block-contactanoskiire .container_contactanos .descrip_contac .redes .red .red_text {
    font-size: small;
  }
}

#landing-general-formulario .bloque1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#landing-general-formulario .bloque1 .descr_bloque1 {
  width: 50%;
  padding: 5%;
  text-align: center;
}
@media screen and (max-width: 990px) {
  #landing-general-formulario .bloque1 .descr_bloque1 {
    width: 100%;
  }
}
#landing-general-formulario .bloque1 .descr_bloque1 .encabezado1 {
  font-size: 1.5rem;
  font-weight: bold;
}
#landing-general-formulario .bloque1 .descr_bloque1 .descr1 {
  margin-top: 10%;
}
@media screen and (max-width: 990px) {
  #landing-general-formulario .bloque1 .descr_bloque1 .descr1 {
    font-size: large;
  }
}
#landing-general-formulario .bloque1 .form_bloque1 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5% 10% 0% 10%;
}
@media screen and (max-width: 990px) {
  #landing-general-formulario .bloque1 .form_bloque1 {
    width: 100%;
  }
}
#landing-general-formulario .bloque1 .form_bloque1 form {
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#landing-general-formulario .bloque1 .form_bloque1 form .js-form-item-markup-01 {
  text-align: center;
}
#landing-general-formulario .bloque1 .form_bloque1 form .js-form-item-markup-01 a {
  color: #00003F;
  text-decoration: underline;
}
#landing-general-formulario .bloque1 .form_bloque1 form .form-item {
  padding-bottom: 13px;
}
#landing-general-formulario .bloque1 .form_bloque1 form .form-item input,
#landing-general-formulario .bloque1 .form_bloque1 form .form-item select {
  width: 100%;
  height: 40px;
  min-width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #1b224e;
  background-color: #ffffff;
  color: #616161;
}
#landing-general-formulario .bloque1 .form_bloque1 form .form-actions #edit-submit {
  color: white;
  border: 1px solid #FF5900;
  background: -webkit-gradient(linear, left top, right top, from(#ffef92), to(#FF5900));
  background: linear-gradient(to right, #ffef92, #FF5900);
  border-radius: 50px;
  font-weight: 600;
  font-size: large;
  padding: 18px 20px;
  width: 100%;
}
#landing-general-formulario .bloque1 .form_bloque1 form .form-type-webform-terms-of-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#landing-general-formulario .bloque1 .form_bloque1 form .form-type-webform-terms-of-service #edit-terms-of-service {
  min-width: auto;
  width: 10%;
  margin-right: 10px;
  color: #1b224e;
}
#landing-general-formulario .bloque1 .form_bloque1 form .form-type-webform-terms-of-service label {
  color: #1b224e !important;
  display: block;
  width: 90%;
}
#landing-general-formulario .bloque1 .form_bloque1 form #edit-politica-privacidad {
  text-align: center;
  margin-top: 7%;
  line-height: 1.5;
}
#landing-general-formulario .bloque1 .footer_bloque1 {
  padding: 30px;
  width: 100%;
}
#landing-general-formulario .bloque2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 990px) {
  #landing-general-formulario .bloque2 {
    display: block;
  }
}
#landing-general-formulario .bloque2 .col_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 8%;
}
@media screen and (max-width: 990px) {
  #landing-general-formulario .bloque2 .col_img {
    width: 100%;
  }
}
#landing-general-formulario .bloque2 .col_img .col_img1 {
  width: 50%;
}
#landing-general-formulario .bloque2 .col_img .col_img1 img {
  width: 100%;
  padding: 10%;
  height: auto;
}
#landing-general-formulario .bloque2 .col_img .col_img2 {
  width: 50%;
}
#landing-general-formulario .bloque2 .col_img .col_img2 img {
  width: 100%;
  padding: 10%;
  height: auto;
}
#landing-general-formulario .bloque2 .col_desc {
  width: 50%;
  padding: 9%;
}
@media screen and (max-width: 990px) {
  #landing-general-formulario .bloque2 .col_desc {
    width: 100%;
  }
}
#landing-general-formulario .bloque2 .col_desc .enc_peq2 {
  padding: 4px;
}
#landing-general-formulario .bloque2 .col_desc .enc_grand2 {
  font-weight: bold;
  padding: 20px 0px 70px 5px;
  font-size: xx-large;
}
#landing-general-formulario .bloque2 .col_desc a {
  color: #FF5900;
  border: 2px solid #FF5900;
  background-color: white;
  border-radius: 50px;
  font-weight: 600;
  padding: 18px 20px;
  width: 100%;
}
#landing-general-formulario .bloque3 {
  padding: 3%;
}
@media screen and (max-width: 990px) {
  #landing-general-formulario .bloque3 {
    display: block;
  }
}
#landing-general-formulario .bloque3 .desc_bloque3 {
  padding-left: 20px;
}
@media screen and (max-width: 990px) {
  #landing-general-formulario .bloque3 .desc_bloque3 {
    width: 100%;
  }
}
#landing-general-formulario .bloque3 .desc_bloque3 .enc_grand3 {
  margin-top: 20px;
}
#landing-general-formulario .bloque3 .cards_bloque3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 990px) {
  #landing-general-formulario .bloque3 .cards_bloque3 {
    width: 100%;
    display: block;
  }
}
#landing-general-formulario .bloque3 .cards_bloque3 .card_bloque3 {
  width: 33%;
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 20px;
}
@media screen and (max-width: 990px) {
  #landing-general-formulario .bloque3 .cards_bloque3 .card_bloque3 {
    width: 80%;
    margin: 30px;
    padding: 0px;
  }
}
#landing-general-formulario .bloque3 .cards_bloque3 .card_bloque3 img {
  margin: 10%;
}
#landing-general-formulario .bloque3 .cards_bloque3 .card_bloque3 .text_card {
  padding: 25px;
}
#landing-general-formulario .bloque4 {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 3% 28%;
}
@media screen and (max-width: 990px) {
  #landing-general-formulario .bloque4 {
    padding: 3% 7%;
  }
}
#landing-general-formulario .bloque4 .enc_grande4 {
  margin: 3% 0% 30% 0%;
}
#landing-general-formulario .bloque4 .lista .item {
  position: relative;
  padding-left: 35px;
  padding-bottom: 35px;
  margin: 35px 0px 35px 0px;
  border-radius: 8px;
  text-align: start;
  background-image: url("/themes/custom/kiire/images/landings/general/check.svg"), url("/themes/custom/kiire/images/icons/blueArrow.svg");
  background-position: top left, top right;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 990px) {
  #landing-general-formulario .bloque4 .lista .item {
    background-image: url("/themes/custom/kiire/images/landings/general/check.svg");
    background-position: top left;
    background-repeat: no-repeat;
  }
}
#landing-general-formulario .bloque4 .lista .item a {
  color: #00003F;
}
#landing-general-formulario .bloque4 .lista .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ff730a), to(#8312ff));
  background: linear-gradient(to right, #ff730a, #8312ff);
  border-radius: 0 0 8px 8px;
}
#landing-general-formulario .bloque5 {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 3% 28%;
}
@media screen and (max-width: 990px) {
  #landing-general-formulario .bloque5 {
    padding: 3% 5%;
  }
}
#landing-general-formulario .bloque5 .enc_grand5 {
  font-size: 2rem;
  padding: 3% 0% 5% 0%;
}
@media screen and (max-width: 990px) {
  #landing-general-formulario .bloque5 .enc_grand5 {
    font-size: 1rem;
  }
}
#landing-general-formulario .bloque5 .text_bloque5 {
  padding-bottom: 10%;
}
#landing-general-formulario .bloque5 .btn_5 {
  padding-bottom: 20%;
}
#landing-general-formulario .bloque5 .btn_5 a {
  color: white;
  border: 2px solid #FF5900;
  background-color: #FF5900;
  border-radius: 50px;
  font-weight: 600;
  padding: 18px 20px;
  width: 100%;
}

.Fondo_bloque {
  display: none;
}

#landing-proceso-con-pasos .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
}
#landing-proceso-con-pasos .header .column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 200px;
  max-width: 33.33%;
  padding: 5% 5% 5% 0%;
}
@media screen and (max-width: 990px) {
  #landing-proceso-con-pasos .header .column {
    max-width: 50%;
  }
}
@media screen and (max-width: 680px) {
  #landing-proceso-con-pasos .header .column {
    max-width: 100%;
  }
}
#landing-proceso-con-pasos .header .column .img_izq img {
  width: 100%;
  height: auto;
}
#landing-proceso-con-pasos .header .column .sub_col {
  margin: 25% 0%;
}
#landing-proceso-con-pasos .header .column .sub_col .text2 {
  font-size: 35px;
}
@media screen and (max-width: 990px) {
  #landing-proceso-con-pasos .header .column_center {
    display: none;
  }
}
#landing-proceso-con-pasos .step {
  padding: 0% 10%;
}
#landing-proceso-con-pasos .step .head_step {
  padding: 20px 0px;
  border-top: 1px solid #c8c5c5;
  border-bottom: 1px solid #c8c5c5;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
#landing-proceso-con-pasos .step .head_step .col_descrip {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 95%;
}
#landing-proceso-con-pasos .step .head_step .col_descrip .number_step {
  background-color: #9698f3;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 10px;
}
#landing-proceso-con-pasos .step .head_step .col_descrip .text_step {
  margin-top: 5px;
  font-size: x-large;
  font-family: "National 2", sans-serif;
}
#landing-proceso-con-pasos .step .head_step .col_icon img {
  width: 100%;
  height: auto;
}
#landing-proceso-con-pasos .step .text_step p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
}
#landing-proceso-con-pasos .step .text_step p span {
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-color: #1C1F47;
  color: white;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
}
#landing-proceso-con-pasos .step .video div .video-home video {
  width: 100%;
}
#landing-proceso-con-pasos .step .note {
  margin: 40px 0px;
}
#landing-proceso-con-pasos .step .note p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 40px;
  padding: 20px;
  background-color: #E4FF92;
}
@media screen and (max-width: 680px) {
  #landing-proceso-con-pasos .step .note p {
    margin: 0px;
  }
}
#landing-proceso-con-pasos .step .note p span {
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-color: #1C1F47;
  color: white;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
}
#landing-proceso-con-pasos .step .container_text_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
}
#landing-proceso-con-pasos .step .container_text_step .col_text_step {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 50%;
  background-color: #F3F3FE;
  padding: 5%;
  border-radius: 10px;
}
#landing-proceso-con-pasos .step .form_set {
  padding: 0% 25%;
}
@media screen and (max-width: 990px) {
  #landing-proceso-con-pasos .step .form_set {
    padding: 0%;
  }
}
#landing-proceso-con-pasos .step .form_set form #edit-flexbox {
  position: relative;
  width: 100%;
}
#landing-proceso-con-pasos .step .form_set form #edit-flexbox #edit-text-code {
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#landing-proceso-con-pasos .step .form_set form #edit-flexbox .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#landing-proceso-con-pasos .step .form_set form #edit-flexbox .form-item input,
#landing-proceso-con-pasos .step .form_set form #edit-flexbox .form-item select {
  width: 80%;
  height: 40px;
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #1C1F47;
  font-weight: bold;
}
#landing-proceso-con-pasos .step .form_set form #edit-flexbox .form-item input:focus {
  outline: none;
  border: 1px solid transparent;
}
#landing-proceso-con-pasos .step .form_set .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#landing-proceso-con-pasos .step .form_set .form-actions #edit-actions-submit {
  background: #1B224E;
  padding: 7px 22px;
  border-radius: 24px;
  color: #D0FF53;
  line-height: 20px;
  border: none;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
}
#landing-proceso-con-pasos .step_none {
  display: none;
}
#landing-proceso-con-pasos .group_end {
  background-color: #1C1F47;
  border-radius: 30px;
  text-align: center;
  margin: 3% 10%;
  padding: 30px 0px;
}
@media screen and (max-width: 680px) {
  #landing-proceso-con-pasos .group_end {
    padding: 30px 10px;
  }
}
#landing-proceso-con-pasos .group_end .text1_end {
  color: #BCEA3D;
  font-weight: bold;
  font-size: x-large;
}
@media screen and (max-width: 680px) {
  #landing-proceso-con-pasos .group_end .text1_end {
    font-size: large;
  }
}
#landing-proceso-con-pasos .group_end .text2_end {
  color: #ffffff;
  padding: 20px 0px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}
@media (max-width: 1366px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Sora", sans-serif;
  color: #1b224e;
}
body #block-kiire-content.noAccess {
  padding: 4%;
  text-align: center;
  font-size: 2rem;
  color: #1b224e;
  font-weight: 500;
  margin-bottom: 16%;
}
@media (max-width: 480px) {
  body #block-kiire-content.noAccess {
    font-size: 1.5rem;
  }
}
body div[aria-label="Mensaje de estado"],
body div[aria-label="Mensaje de error"] {
  background-color: rgba(171, 241, 134, 0.493);
  margin: 20px 4%;
  padding: 13px;
  padding-left: 40px;
  border-radius: 15px;
  position: relative;
}
body div[aria-label="Mensaje de estado"] ul,
body div[aria-label="Mensaje de error"] ul {
  list-style: none;
}
body div[aria-label="Mensaje de estado"]::before,
body div[aria-label="Mensaje de error"]::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 15px;
  height: 10px;
  border-bottom: 4px solid green;
  border-left: 4px solid green;
  border-radius: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body div[aria-label="Mensaje de error"] {
  background-color: rgba(241, 134, 134, 0.493);
  padding-left: 20px;
}
body div[aria-label="Mensaje de error"]::before {
  content: unset;
}
body div[aria-label="Mensaje de error"] > div[role=alert] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
body div[aria-label="Mensaje de error"] > div[role=alert]::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/themes/custom/kiire/images/icons/x.svg") no-repeat center/30px auto;
}
body #block-kiire-primary-local-tasks {
  padding: 10px 4%;
  margin: 10px 0;
  position: relative;
}
body #block-kiire-primary-local-tasks > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
body #block-kiire-primary-local-tasks > ul a {
  background-color: #1b224e;
  padding: 10px 15px;
  border-radius: 20px;
  color: white;
  display: block;
}
body #block-kiire-primary-local-tasks > ul a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 780px) {
  body #block-kiire-primary-local-tasks {
    padding: 20px 4% 30px;
  }
  body #block-kiire-primary-local-tasks::before {
    content: "Ver opciones...";
    background-color: #1b224e;
    color: white;
    font-weight: 600;
    padding: 10px;
    border-radius: 20px;
    position: absolute;
    right: 4%;
    top: 0;
    cursor: pointer;
  }
  body #block-kiire-primary-local-tasks:hover::before {
    text-decoration: underline;
  }
  body #block-kiire-primary-local-tasks > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    right: 4%;
    top: 50px;
    z-index: 1;
    display: none;
  }
  body #block-kiire-primary-local-tasks:hover > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body a {
  text-decoration: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #1b224e;
}
body .layout-container {
  margin-top: 120px;
}
body .layout-container main,
body .layout-container footer > div:not(.footer2),
body .layout-container footer .footer2 > div {
  max-width: 1980px;
  margin: auto;
}
body .layout-container .layout-content {
  position: relative;
}
body .layout-content-aside {
  display: grid;
  grid-template-columns: 1.7fr 413px;
  grid-auto-rows: auto;
  max-width: 1400px;
  margin: auto;
  gap: 20px;
  padding: 0 4%;
}
@media screen and (max-width: 990px) {
  body .layout-content-aside {
    grid-template-columns: 100%;
  }
}
body .layout-content-aside .aside-content {
  margin-bottom: 4%;
}
body .line-through {
  text-decoration: line-through;
}
@media screen and (max-width: 610px) {
  body nav#toolbar-bar {
    position: fixed;
  }
}
/*# sourceMappingURL=custom.css.map */
