/*.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}*/

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

    .div-input-form {
        padding-left: 40px !important;
    }
}

@media screen and (max-width: 479px) {

    .div-input-form {
        padding-left: 16px !important;
    }
}

@media screen and (max-width: 379px) {

    .div-input-form {
        padding-left: 5px !important;
    }

    .w-layout-blockcontainer {
        max-width: none;
    }

    .grid-form-simple {
        width: 280px !important;
    }

    .info-de-balance {
        width: 280px !important;
    }

    .grid-form-simple2 {
        width: 280px !important;
    }

    .bg-middle {
        width: 280px !important;
    }

    .section-header-bar {
        display: none !important;
    }

}

.body {
  background-color: rgba(0, 0, 0, 0);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.nav-link {
  color: #333;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ececec;
  /*border: 1px solid #fff;*/
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.nav-link:hover {
  color: #fff;
  background-color: #163b54;
}

.text-logo-gob-pr {
  color: #5e5e5e;
  text-align: right;
  text-transform: uppercase;
  border-right: 1px solid #333;
  margin-bottom: 0;
  margin-right: 20px;
  padding-right: 20px;
  font-weight: 500;
}

.text-logo-gob-pr.movil {
  color: #5e5e5e;
}

.text-logo-gob-pr.movil.white {
  color: #fff;
}

.div-institution-name {
  order: -1;
  align-self: flex-end;
}

.logo-pr-header {
  width: 108px;
  height: 175px;
}

.section-header.blue {
  background-color: #163b54;
}

.nav-bar-aaa {
  background-color: rgba(0, 0, 0, 0);
}

.nav-bar-aaa.hide-on-full {
  display: none;
}

.bold-text {
  font-size: 26px;
}

.div-header-logo-pr {
  order: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-header {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.dropdown-link-menu-full-screen {
  color: #333;
  background-color: #dcdcdc;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.dropdown-link-menu-full-screen:hover {
  color: #fff;
  background-color: #163b54;
}

.h1-institution-name {
  color: #5e5e5e;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 50px;
}

.h1-institution-name.white {
  color: #fff;
}

.accordion-nav-bar {
  color: #333;
  cursor: pointer;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.accordion-nav-bar:hover {
  color: #fff;
  background-color: #163b54;
}

.container-banner-header {
  max-width: 1100px;
  justify-content: space-between;
  display: flex;
}

.section-banner-header {
  min-height: 70vh;
  background-color: #3c8eb4;
  flex-direction: column;
  display: flex;
}

.section-banner-header.form-datos {
  background-image: url('../images/pago_expreso.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-form-simple {
  margin-top: 300px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.label-form {
  color: #666;
  padding-top: 10px;
}

.div-button-form {
  height: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field-form {
  border-radius: 5px;
}

/*.container-footer-2 {
  max-width: 1100px;
}*/

.block-link-circle-social {
  width: 35px;
  height: 35px;
  border-radius: 100px;
}

.block-link-circle-social.instagram {
  background-color: #163b54;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.block-link-circle-social.facebook {
  cursor: pointer;
  background-color: #1e3050;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-link-circle-social.youtube {
  background-color: #cd201f;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.block-link-circle-social.twitter {
  background-color: #00acee;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-footer-redes-sociales.phone.social {
  padding-left: 20px;
  padding-right: 20px;
}

.grid-redes-sociales {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 35px 35px 35px 35px;
}

.paragraph-office-card {
  font-size: 14px;
}

.paragraph-office-card.white {
  color: #fff;
  line-height: 22px;
}

.paragraph-office-card.white.address {
  margin-bottom: 0;
}

.paragraph-office-card.white.inspector {
  margin-top: 10px;
  margin-bottom: 0;
}

.icon-social {
  color: #fff;
  font-family: "Fa Brands 400", sans-serif;
  text-decoration: none;
}

.icon-social.facebook, .icon-social.youtube, .icon-social.twitter {
  font-family: "Fa Brands 400", sans-serif;
}

.h3-title-office-card {
  color: #5e5e5e;
  margin-top: 0;
  font-size: 18px;
  line-height: 26px;
}

.h3-title-office-card.white {
  color: #fff;
}

.h3-title-office-card.white.address {
  margin-bottom: 0;
}

.div-footer-gob-info {
  border-left: 3px solid #fff;
  padding-left: 20px;
}

.grid-footer-redes-sociales {
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-footer-contact-info.phone {
  padding-left: 20px;
  padding-right: 20px;
}

.section-footer-redes-sociales {
  background-color: #4e7184;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-input-form {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-left: 26px;
}

.grid-form-simple {
    width: 300px;
    /*height: 350px;*/
    grid-row-gap: 0px;
    background-color: #ececec;
    border-radius: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 25px;
}

.container-form-simple {
  width: 50%;
  justify-content: center;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.button-form-large-3 {
  width: 250px;
  text-align: center;
  cursor: pointer;
  background-color: #163b54;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  display: inline-block;
}

.button-form-large-3:hover {
  color: #fff;
  background-color: #3c7ba5;
}

.div-bg-color-content-table, .div-bg-color-subtitle-table {
  background-color: #f1f1f1;
  border-bottom: 1px solid #666;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.section-table {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 220px;
  margin-bottom: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h4-subtitletable {
  color: #5e5e5e;
  margin-top: 0;
  margin-bottom: 0;
}

.div-bg-white-content-table {
  border-bottom: 1px solid #666;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.h3-title-table {
  color: #5e5e5e;
  margin-top: 0;
  margin-bottom: 0;
}

.h3-title-table.margin {
  margin-right: 40px;
}

.div-title-table {
  background-color: #fff;
  border-bottom: 1px solid #666;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.grid-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #666;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-bg-white-subtitle-table {
  border-bottom: 1px solid #666;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.container-table {
  margin-bottom: 20px;
}

.text-content-table {
  font-size: 18px;
  line-height: 24px;
}

.button-pay {
  cursor: pointer;
  background-color: #163b54;
  border-radius: 12px;
  font-weight: 600;
}

.button-pay:hover {
  color: #333;
  background-color: #fff;
}

.button-card {
  background-color: #163b54;
  border-radius: 12px;
  margin-top: 20px;
  font-weight: 600;
}

.button-card.padding {
  margin-top: 40px;
}

.button-card.right {
  margin-top: 20px;
  margin-left: 710px;
}

.button-card.margin-bottom {
  margin-bottom: 10px;
}

.button-card.margin-bottom.margin-top {
  margin-top: 52px;
}

.button-card.margin-bottom.margin-top-2 {
  margin-top: 80px;
}

.button-card.yellow {
  background-color: #f7931e;
}

.button-card.margin-top-3 {
  margin-top: 28px;
}

.button-card.margin-top-4 {
  margin-top: 20px;
}

.section-banner-image {
  min-height: 70vh;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  margin-bottom: auto;
  display: flex;
}

.container-pago {
  height: 50vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.h1-title.white {
  color: #fff;
  color: #fff;
}

.button-to-home {
  color: #fff;
  cursor: pointer;
  background-color: #163b54;
  border: 1px solid #163b54;
  border-radius: 12px;
  font-weight: 600;
}

.button-to-home:hover {
  color: #333;
  background-color: #fff;
  border: 1px solid #5e5e5e;
}

.icon-check {
  color: #f7931e;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 120px;
}

.text-block {
  font-size: 120px;
}

.icon-alert-error {
  color: #bf4343;
  margin-bottom: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 120px;
}

.h2-subtitle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2-subtitle.no-margin {
  margin-top: 0;
}

.div-text-error {
  text-align: center;
}

.button-download {
  color: #fff;
  cursor: pointer;
  background-color: #163b54;
  border: 1px solid #163b54;
  border-radius: 12px;
  font-weight: 600;
}

.button-download:hover {
  color: #333;
  background-color: #fff;
  border: 1px solid #666;
}

.button-to-send-mail {
  color: #fff;
  cursor: pointer;
  background-color: #163b54;
  border: 1px solid #163b54;
  border-radius: 12px;
  font-weight: 600;
}

.button-to-send-mail:hover {
  color: #333;
  background-color: #fff;
  border: 1px solid #666;
}

.div-buttons-horizontal {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-banner-info {
  width: 50%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 200px;
  padding-right: 40px;
}

.paragraph {
  color: #333;
  margin-bottom: 0;
  line-height: 28px;
}

.paragraph.white {
  color: #fff;
  color: #fff;
}

.accordion-header-bar {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

/*.accordion-header-bar-list.w--open {
  width: 1100px;
  margin-left: -45px;
}*/

.div-accordion-header-bar {
  background-color: #f0e8e8;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-accordion-header-bar {
  background-color: #f0e8e8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
}

/*.logo-gobierno-pr {
  height: 30px;
}*/

.section-header-bar {
  background-color: #333;
  justify-content: flex-start;
  display: block;
}

.accordion-header-bar-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.div-header-bar {
  height: 30px;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-grid-accordion-header-bar {
  padding-top: 10px;
  padding-bottom: 10px;
}

.accordion-header-bar-toggle {
  color: #fff;
  padding: 0 45px 0 0;
  font-weight: 600;
}

.p-accordion-header-bar {
  border-left: 3px solid #333;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 14px;
  line-height: 18px;
}

.container-header-2 {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image {
  width: 450px;
}

.form {
  width: 250px;
}

.body-home {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.container-header-3 {
  max-width: 1100px;
  justify-content: space-between;
  padding: 20px 40px;
  display: flex;
}

.section-banner-header-home {
  min-height: 70vh;
  background-image: url('../images/iStock-1404120102.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.section-banner-header-home.comunicado {
  background-image: url('../images/trabajos_1920.png');
}

.section-banner-header-home.presidenta {
  background-image: url('../images/edificio.jpg');
}

.section-banner-header-home.ppp {
  background-image: url('../images/pago_expreso.png');
  margin-bottom: 0;
}

.section-text-image {
  margin-bottom: 20px;
}

.container-text-image {
  max-width: 1100px;
}

.block-text-image {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-left: 0;
  padding-right: 0;
}

.column-image {
  background-image: url('../images/LOGO-2-AAA-2023.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.h2-subtitle-2 {
  line-height: 38px;
}

.h2-subtitle-2.margin-top {
  margin-top: 0;
}

.div-cards-3-columns-image-video {
  height: 650px;
  border-radius: 5px;
}

.div-cards-3-columns-image-video.tall {
  height: 750px;
}

.div-cards-3-columns-image-video.short {
  height: 510px;
}

.h3-title-card {
  color: #5e5e5e;
  margin-top: 0;
}

.h3-title-card.padding-size {
  padding-top: 10px;
  font-size: 18px;
}

.h2-title-card-white {
  color: #fff;
  margin-top: 0;
}

.h2-title-card-white.info {
  font-size: 24px;
}

.section-cards-3-columns-image-video {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-cards-3-columns-image-video.bg-gris {
  background-color: #f5f5f5;
}

.image-cards-3-columns {
  width: 100%;
  height: 200px;
  border-radius: 5px;
}

.image-div-card-bg-image {
  width: 80%;
}

.bg-div-card-video {
  height: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.div-card-bg-image {
  height: 510px;
  background-color: #4e7184;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
}

.div-card-bg-image.yellow {
  background-color: #f7931e;
}

.button-card-white {
  color: #163b54;
  background-color: #fff;
  border-radius: 10px;
  font-weight: 600;
  position: relative;
  top: 18px;
}

.button-card-white.yellow {
  color: #f7931e;
}

.div-card-video {
  height: 45.5%;
}

.grid-cards-3-columns-image-video {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 20px;
  padding-bottom: 40px;
}

.container-cards-3-columns-image-video {
  max-width: 1100px;
}

.container-cards-3-columns-image-video.tall {
  height: 980px;
}

.container-cards-3-columns-image-video.tall-2 {
  height: 810px;
}

.div-cards-3-columns {
  background-color: #f1f1f1;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-cards-3-columns.image-video {
  background-color: #e5e5e5;
}

.text-span {
  font-family: "Fa Solid 900", sans-serif;
}

.section-form-map {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-form-map.embed.bg-gris {
  background-color: #fafafa;
}

.div-input-form-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-input-form-2.vertical {
  width: 400px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
}

.map-offices-form {
  height: 100%;
}

.container-form-map {
  max-width: 1100px;
}

.grid-form-map {
  grid-template-rows: auto;
}

.text-area-form {
  min-height: 117px;
}

.div-map-form {
  height: 512px;
}

.div-office-card {
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 10px 10px 20px;
}

.div-office-card.central.naranja {
  background-color: #163b54;
}

.grid-offices-map {
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.select-field-map {
  font-weight: 600;
}

.div-footer-gob-info-2 {
  border-left: 3px solid #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.container-header-bar {
  max-width: 1100px;
  padding-left: 5px;
}

.paragrpagh-white {
  color: #fff;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 60px;
  margin-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 52px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heading.titulo-presidenta {
  color: #fff;
  background-color: #4e7184;
  padding: 10px 20px;
}

.redes-menu {
  font-family: "Fa Brands 400", sans-serif;
  font-size: 15px;
}

.firma-presidenta {
  font-weight: 600;
}

.image-2 {
  border-radius: 8px;
  margin-top: 10px;
}

.image-3 {
  margin-top: 40px;
}

.grid-text-barra-lateral {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.div-text-barra-lateral {
  margin-right: 20px;
}

.twitter-block {
  margin-bottom: 2px;
  margin-left: 12px;
}

.logo-twitter {
  font-family: "Fa Brands 400", sans-serif;
}

.container-text-barra-lateral {
  max-width: 1100px;
}

.button-follow-twitter {
  background-color: #357dbd;
  border-radius: 12px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
}

.section-text-barra-lateral {
  margin-bottom: 80px;
}

.container-form-home {
  max-width: 1100px;
}

.div-welcome-message {
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.div-welcome-form {
  margin-top: 40px;
}

.grid {
  grid-template-rows: auto;
}

.label-form-3 {
  color: #666;
  padding-top: 10px;
}

.text-field-form-3 {
  border-radius: 5px;
}

.button-form-large-4 {
  width: 250px;
  text-align: center;
  cursor: pointer;
  background-color: #163b54;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  display: inline-block;
}

.button-form-large-4:hover {
  color: #fff;
  background-color: #3c7ba5;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    width: 360px;
    min-height: 100vh;
    margin-top: 60px;
  }

  .nav-menu.hide-on-full {
    display: block;
  }

  .div-institution-name {
    margin-left: 40px;
  }

  .div-institution-name.hide, .dropdown-menu {
    display: block;
  }

  .nav-bar-aaa {
    float: left;
    display: block;
  }

  .nav-bar-aaa.hide-on-full {
    display: block;
  }

  .menu-button {
    background-color: #fff;
    padding: 10px;
  }

  .menu-button.w--open {
    color: #5e5e5e;
    background-color: #fff;
  }

  .menu-button.blue {
    background-color: #163b54;
  }

  .icon {
    color: #5e5e5e;
    font-size: 50px;
  }

  .icon.white {
    color: #fff;
  }

  .container-header {
    margin-left: 0;
  }

  .accordion-nav-bar {
    padding-left: 16px;
    padding-right: 0;
    font-size: 16px;
    display: block;
  }

  .grid-form-simple {
    margin-top: 10px;
  }

  .container-form-simple {
    margin-bottom: 100px;
  }

  .h1-title.white {
    margin-top: 0;
    font-size: 28px;
  }

  .container-banner-info {
    margin-bottom: 100px;
    padding-left: 60px;
    padding-right: 30px;
  }

  .paragraph.white {
    font-size: 16px;
  }

  .container-header-2 {
    margin-left: 0;
  }

  .image {
    width: 300px;
  }

  .container-header-3 {
    margin-left: 0;
  }

  .paragraph-card {
    font-size: 14px;
    line-height: 20px;
  }

  .div-card-bg-image {
    height: 432px;
  }

  .button-card-white {
    font-size: 12px;
    top: 220px;
  }

  .grid-offices-map {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    width: 330px;
  }

  .text-logo-gob-pr {
    font-size: 11px;
    line-height: 20px;
  }

  .div-institution-name.hide {
    display: none;
  }

  .logo-pr-header {
    width: 70px;
    height: 100px;
  }

  .bold-text {
    font-size: 22px;
  }

  .container-header {
    width: 40%;
    margin-left: auto;
    margin-right: 20px;
  }

  .section-banner-header {
    min-height: 50vh;
  }

  .section-banner-header.form-datos {
    height: 65vh;
  }

  .section-form-simple {
    height: 70vh;
    flex-direction: column;
    margin-top: 150px;
  }

  .div-footer-redes-sociales.phone {
    text-align: center;
  }

  .grid-footer-redes-sociales {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .div-footer-contact-info.phone {
    text-align: center;
    text-align: center;
  }

  .div-input-form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: stretch;
  }

  .grid-form-simple {
    width: 350px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .container-form-simple {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }

 /* .form-block {
    justify-content: center;
    display: flex;
  }*/

  .button-form-large-3 {
    margin-top: 25px;
  }

  .container-table {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-banner-image {
    min-height: 50vh;
  }

  .h1-title.white {
    text-align: center;
    font-size: 38px;
  }

  .container-banner-info {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .container-header-2, .container-header-3 {
    width: 40%;
    margin-left: auto;
    margin-right: 20px;
  }

  .section-banner-header-home {
    min-height: 50vh;
  }

  .section-banner-header-home.ppp {
    min-height: 70vh;
  }

  .button-card-white {
    top: 210px;
  }

  .grid-cards-3-columns-image-video {
    grid-template-columns: .5fr;
    justify-content: center;
  }

  .div-input-form-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: stretch;
  }

  .container-form-map {
    padding-left: 20px;
  }

  .grid-offices-map {
    grid-template-columns: 1fr 1fr;
  }

  .div-welcome-message {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-welcome-form {
    margin-top: 24px;
    margin-bottom: 40px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .button-form-large-4 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    width: 300px;
  }

  .text-logo-gob-pr {
    margin-right: 0;
    font-size: 11px;
    line-height: 16px;
  }

  .text-logo-gob-pr.movil {
    padding-right: 10px;
  }

  .container-header {
    margin-right: 40px;
  }

  .section-banner-header {
    min-height: 30vh;
  }

  .section-banner-header.form-datos {
    height: 80vh;
  }

  .section-form-simple {
    height: 80vh;
    margin-top: 120px;
  }

  .label-form, .text-field-form {
    font-size: 16px;
  }

  .grid-form-simple {
    width: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .container-form-simple {
    width: 100%;
  }

  .button-form-large-3 {
    font-size: 16px;
  }

  .section-banner-image {
    min-height: 30vh;
  }

  .h1-title {
    text-align: center;
  }

  .h1-title.white {
    font-size: 24px;
    line-height: 32px;
  }

  .h2-subtitle {
    text-align: center;
  }

  .paragraph {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
    line-height: 20px;
  }

  .paragraph.white {
    line-height: 24px;
  }

  .grid-accordion-header-bar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-header-bar {
    padding-left: 20px;
    font-size: 10px;
  }

  .section-banner-header-home {
    min-height: 30vh;
  }

  .section-banner-header-home.ppp {
    min-height: 78vh;
    margin-top: 12px;
  }

  .h2-subtitle-2 {
    text-align: center;
  }

  .div-cards-3-columns-image-video {
    width: 280px;
  }

  .container-form-map {
    padding-right: 20px;
  }

  .grid-form-map {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-offices-map {
    grid-template-columns: 1fr;
  }

  .label-form-3, .text-field-form-3, .button-form-large-4 {
    font-size: 16px;
  }
}

#w-node-_684650ae-cfd3-44dc-e7f5-d451cc63fd62-608cb1ef, #w-node-_684650ae-cfd3-44dc-e7f5-d451cc63fd69-608cb1ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae27e718-b22e-6cd5-80c4-7a4bacde832e-608cb1ef {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ae27e718-b22e-6cd5-80c4-7a4bacde832f-608cb1ef, #w-node-ae27e718-b22e-6cd5-80c4-7a4bacde8337-608cb1ef, #w-node-_35529235-31e9-eca5-2382-3a1576898926-608cb1ef, #w-node-_46533b27-e277-8e8b-eb20-db8681cd0822-608cb1ef, #w-node-_35529235-31e9-eca5-2382-3a1576898939-608cb1ef, #w-node-_16794c1e-1863-9047-6508-98ed006c5f75-608cb1ef, #w-node-_16794c1e-1863-9047-6508-98ed006c5f7e-608cb1ef, #w-node-ca070fa6-8f7d-4392-8a4b-757f93b10c01-608cb1ef, #w-node-_349cfa4e-591d-30f8-2973-2012c2bff094-608cb1ef, #w-node-_349cfa4e-591d-30f8-2973-2012c2bff09d-608cb1ef, #w-node-_349cfa4e-591d-30f8-2973-2012c2bff0a6-608cb1ef, #w-node-_21d7b67d-246d-cb1f-c178-8428b027546b-608cb1ef, #w-node-_1826b9db-94e1-40cf-8be3-8b3046922ffc-608cb1ef, #w-node-_21d7b67d-246d-cb1f-c178-8428b0275484-608cb1ef, #w-node-ffa4da90-fb9e-9038-0079-927651f0af16-608cb1ef, #w-node-ffa4da90-fb9e-9038-0079-927651f0af22-608cb1ef, #w-node-ffa4da90-fb9e-9038-0079-927651f0af26-608cb1ef, #w-node-ffa4da90-fb9e-9038-0079-927651f0af32-608cb1ef, #w-node-_684650ae-cfd3-44dc-e7f5-d451cc63fd62-608cb1f0, #w-node-_684650ae-cfd3-44dc-e7f5-d451cc63fd69-608cb1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8921ea0c-224a-f534-6c00-a5c234d7db59-608cb1f0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_8921ea0c-224a-f534-6c00-a5c234d7db7e-608cb1f0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ffa4da90-fb9e-9038-0079-927651f0af16-608cb1f0, #w-node-ffa4da90-fb9e-9038-0079-927651f0af32-608cb1f0, #w-node-_2724e7ee-4515-29dc-6b43-edfe040028fd-608cb1f0, #w-node-ffa4da90-fb9e-9038-0079-927651f0af22-608cb1f0, #w-node-ffa4da90-fb9e-9038-0079-927651f0af26-608cb1f0, #w-node-_1de2fcde-7fe9-fc9c-c188-a9e79b06d028-9b06d025, #w-node-_1de2fcde-7fe9-fc9c-c188-a9e79b06d034-9b06d025, #w-node-_1de2fcde-7fe9-fc9c-c188-a9e79b06d038-9b06d025, #w-node-_1de2fcde-7fe9-fc9c-c188-a9e79b06d044-9b06d025, #w-node-_684650ae-cfd3-44dc-e7f5-d451cc63fd62-608cb1f2, #w-node-_684650ae-cfd3-44dc-e7f5-d451cc63fd69-608cb1f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae27e718-b22e-6cd5-80c4-7a4bacde832e-608cb1f2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ae27e718-b22e-6cd5-80c4-7a4bacde832f-608cb1f2, #w-node-ae27e718-b22e-6cd5-80c4-7a4bacde8337-608cb1f2, #w-node-_35529235-31e9-eca5-2382-3a1576898926-608cb1f2, #w-node-_46533b27-e277-8e8b-eb20-db8681cd0822-608cb1f2, #w-node-_35529235-31e9-eca5-2382-3a1576898939-608cb1f2, #w-node-_16794c1e-1863-9047-6508-98ed006c5f75-608cb1f2, #w-node-_16794c1e-1863-9047-6508-98ed006c5f7e-608cb1f2, #w-node-ca070fa6-8f7d-4392-8a4b-757f93b10c01-608cb1f2, #w-node-_349cfa4e-591d-30f8-2973-2012c2bff094-608cb1f2, #w-node-_349cfa4e-591d-30f8-2973-2012c2bff09d-608cb1f2, #w-node-e9362d76-9f0c-d0f5-6094-5125795d1ea5-608cb1f2, #w-node-_21d7b67d-246d-cb1f-c178-8428b027546b-608cb1f2, #w-node-_1826b9db-94e1-40cf-8be3-8b3046922ffc-608cb1f2, #w-node-_21d7b67d-246d-cb1f-c178-8428b0275484-608cb1f2, #w-node-ffa4da90-fb9e-9038-0079-927651f0af16-608cb1f2, #w-node-ffa4da90-fb9e-9038-0079-927651f0af32-608cb1f2, #w-node-_2724e7ee-4515-29dc-6b43-edfe040028fd-608cb1f2, #w-node-ffa4da90-fb9e-9038-0079-927651f0af22-608cb1f2, #w-node-ffa4da90-fb9e-9038-0079-927651f0af26-608cb1f2, #w-node-_684650ae-cfd3-44dc-e7f5-d451cc63fd62-608cb1f3, #w-node-_684650ae-cfd3-44dc-e7f5-d451cc63fd69-608cb1f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae27e718-b22e-6cd5-80c4-7a4bacde832e-608cb1f3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ae27e718-b22e-6cd5-80c4-7a4bacde832f-608cb1f3, #w-node-ae27e718-b22e-6cd5-80c4-7a4bacde8337-608cb1f3, #w-node-_35529235-31e9-eca5-2382-3a1576898926-608cb1f3, #w-node-_46533b27-e277-8e8b-eb20-db8681cd0822-608cb1f3, #w-node-_35529235-31e9-eca5-2382-3a1576898939-608cb1f3, #w-node-_16794c1e-1863-9047-6508-98ed006c5f75-608cb1f3, #w-node-_16794c1e-1863-9047-6508-98ed006c5f7e-608cb1f3, #w-node-ca070fa6-8f7d-4392-8a4b-757f93b10c01-608cb1f3, #w-node-_349cfa4e-591d-30f8-2973-2012c2bff094-608cb1f3, #w-node-_349cfa4e-591d-30f8-2973-2012c2bff09d-608cb1f3, #w-node-bbde3907-f582-48ed-ba64-d3d83c4d9f90-608cb1f3, #w-node-_21d7b67d-246d-cb1f-c178-8428b027546b-608cb1f3, #w-node-_1826b9db-94e1-40cf-8be3-8b3046922ffc-608cb1f3, #w-node-_21d7b67d-246d-cb1f-c178-8428b0275484-608cb1f3, #w-node-ffa4da90-fb9e-9038-0079-927651f0af16-608cb1f3, #w-node-ffa4da90-fb9e-9038-0079-927651f0af32-608cb1f3, #w-node-_2724e7ee-4515-29dc-6b43-edfe040028fd-608cb1f3, #w-node-ffa4da90-fb9e-9038-0079-927651f0af22-608cb1f3, #w-node-ffa4da90-fb9e-9038-0079-927651f0af26-608cb1f3, #w-node-_684650ae-cfd3-44dc-e7f5-d451cc63fd62-608cb1f4, #w-node-_684650ae-cfd3-44dc-e7f5-d451cc63fd69-608cb1f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae27e718-b22e-6cd5-80c4-7a4bacde832e-608cb1f4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ae27e718-b22e-6cd5-80c4-7a4bacde832f-608cb1f4, #w-node-ae27e718-b22e-6cd5-80c4-7a4bacde8337-608cb1f4, #w-node-_35529235-31e9-eca5-2382-3a1576898926-608cb1f4, #w-node-_46533b27-e277-8e8b-eb20-db8681cd0822-608cb1f4, #w-node-_35529235-31e9-eca5-2382-3a1576898939-608cb1f4, #w-node-_16794c1e-1863-9047-6508-98ed006c5f75-608cb1f4, #w-node-_16794c1e-1863-9047-6508-98ed006c5f7e-608cb1f4, #w-node-ca070fa6-8f7d-4392-8a4b-757f93b10c01-608cb1f4, #w-node-c800dcba-d897-3ccc-9459-988bdae34b60-608cb1f4, #w-node-e4a5d670-6fee-6b81-b478-d966d40c0faa-608cb1f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32285e89-2c6d-126a-96e0-a5f4e1d2505d-608cb1f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_349cfa4e-591d-30f8-2973-2012c2bff094-608cb1f4, #w-node-_349cfa4e-591d-30f8-2973-2012c2bff09d-608cb1f4, #w-node-bbde3907-f582-48ed-ba64-d3d83c4d9f90-608cb1f4, #w-node-_21d7b67d-246d-cb1f-c178-8428b027546b-608cb1f4, #w-node-_1826b9db-94e1-40cf-8be3-8b3046922ffc-608cb1f4, #w-node-_21d7b67d-246d-cb1f-c178-8428b0275484-608cb1f4, #w-node-ffa4da90-fb9e-9038-0079-927651f0af16-608cb1f4, #w-node-ffa4da90-fb9e-9038-0079-927651f0af32-608cb1f4, #w-node-_2724e7ee-4515-29dc-6b43-edfe040028fd-608cb1f4, #w-node-ffa4da90-fb9e-9038-0079-927651f0af22-608cb1f4, #w-node-ffa4da90-fb9e-9038-0079-927651f0af26-608cb1f4, #w-node-_684650ae-cfd3-44dc-e7f5-d451cc63fd62-608cb1f5, #w-node-_684650ae-cfd3-44dc-e7f5-d451cc63fd69-608cb1f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae27e718-b22e-6cd5-80c4-7a4bacde832e-608cb1f5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ae27e718-b22e-6cd5-80c4-7a4bacde832f-608cb1f5, #w-node-ae27e718-b22e-6cd5-80c4-7a4bacde8337-608cb1f5, #w-node-_35529235-31e9-eca5-2382-3a1576898926-608cb1f5, #w-node-_46533b27-e277-8e8b-eb20-db8681cd0822-608cb1f5, #w-node-_35529235-31e9-eca5-2382-3a1576898939-608cb1f5, #w-node-_16794c1e-1863-9047-6508-98ed006c5f75-608cb1f5, #w-node-_16794c1e-1863-9047-6508-98ed006c5f7e-608cb1f5, #w-node-ca070fa6-8f7d-4392-8a4b-757f93b10c01-608cb1f5, #w-node-c800dcba-d897-3ccc-9459-988bdae34b60-608cb1f5, #w-node-e4a5d670-6fee-6b81-b478-d966d40c0faa-608cb1f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32285e89-2c6d-126a-96e0-a5f4e1d2505d-608cb1f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_349cfa4e-591d-30f8-2973-2012c2bff094-608cb1f5, #w-node-_349cfa4e-591d-30f8-2973-2012c2bff09d-608cb1f5, #w-node-bbde3907-f582-48ed-ba64-d3d83c4d9f90-608cb1f5, #w-node-_21d7b67d-246d-cb1f-c178-8428b027546b-608cb1f5, #w-node-_1826b9db-94e1-40cf-8be3-8b3046922ffc-608cb1f5, #w-node-_21d7b67d-246d-cb1f-c178-8428b0275484-608cb1f5, #w-node-ffa4da90-fb9e-9038-0079-927651f0af16-608cb1f5, #w-node-ffa4da90-fb9e-9038-0079-927651f0af32-608cb1f5, #w-node-_2724e7ee-4515-29dc-6b43-edfe040028fd-608cb1f5, #w-node-ffa4da90-fb9e-9038-0079-927651f0af22-608cb1f5, #w-node-ffa4da90-fb9e-9038-0079-927651f0af26-608cb1f5, #w-node-_684650ae-cfd3-44dc-e7f5-d451cc63fd62-608cb1f6, #w-node-_684650ae-cfd3-44dc-e7f5-d451cc63fd69-608cb1f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_201cb05c-4af4-1e97-e6fa-70aa3eb17c05-608cb1f6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_201cb05c-4af4-1e97-e6fa-70aa3eb17c06-608cb1f6, #w-node-_201cb05c-4af4-1e97-e6fa-70aa3eb17c25-608cb1f6, #w-node-ffa4da90-fb9e-9038-0079-927651f0af16-608cb1f6, #w-node-ffa4da90-fb9e-9038-0079-927651f0af32-608cb1f6, #w-node-_2724e7ee-4515-29dc-6b43-edfe040028fd-608cb1f6, #w-node-ffa4da90-fb9e-9038-0079-927651f0af22-608cb1f6, #w-node-ffa4da90-fb9e-9038-0079-927651f0af26-608cb1f6, #w-node-_5d0613bc-29d2-2ef1-7274-48e2eb7efbd2-608cb1f8, #w-node-_5d0613bc-29d2-2ef1-7274-48e2eb7efbd9-608cb1f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbbc22d2-b246-e096-9767-742c197927da-608cb1f8 {
  justify-self: center;
}

#w-node-bb1230d2-bdf6-4234-4736-eacbd30a674e-608cb1f8, #w-node-bb1230d2-bdf6-4234-4736-eacbd30a675d-608cb1f8, #w-node-_0922a8ff-76e6-8d7f-45a1-c84e0b622c56-608cb1f8, #w-node-_0922a8ff-76e6-8d7f-45a1-c84e0b622c6e-608cb1f8, #w-node-_0922a8ff-76e6-8d7f-45a1-c84e0b622c7c-608cb1f8, #w-node-_0922a8ff-76e6-8d7f-45a1-c84e0b622c85-608cb1f8, #w-node-_0922a8ff-76e6-8d7f-45a1-c84e0b622c89-608cb1f8, #w-node-f3617169-1293-7282-5813-d62caa0d0cf7-608cb1f9, #w-node-f3617169-1293-7282-5813-d62caa0d0cfa-608cb1f9, #w-node-f3617169-1293-7282-5813-d62caa0d0cfd-608cb1f9, #w-node-f3617169-1293-7282-5813-d62caa0d0d00-608cb1f9, #w-node-f3617169-1293-7282-5813-d62caa0d0d03-608cb1f9, #w-node-f3617169-1293-7282-5813-d62caa0d0d06-608cb1f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-ae27e718-b22e-6cd5-80c4-7a4bacde832e-608cb1ef {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ae27e718-b22e-6cd5-80c4-7a4bacde832f-608cb1ef, #w-node-ae27e718-b22e-6cd5-80c4-7a4bacde8337-608cb1ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae27e718-b22e-6cd5-80c4-7a4bacde832e-608cb1f2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ae27e718-b22e-6cd5-80c4-7a4bacde832f-608cb1f2, #w-node-ae27e718-b22e-6cd5-80c4-7a4bacde8337-608cb1f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae27e718-b22e-6cd5-80c4-7a4bacde832e-608cb1f3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ae27e718-b22e-6cd5-80c4-7a4bacde832f-608cb1f3, #w-node-ae27e718-b22e-6cd5-80c4-7a4bacde8337-608cb1f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae27e718-b22e-6cd5-80c4-7a4bacde832e-608cb1f4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ae27e718-b22e-6cd5-80c4-7a4bacde832f-608cb1f4, #w-node-ae27e718-b22e-6cd5-80c4-7a4bacde8337-608cb1f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae27e718-b22e-6cd5-80c4-7a4bacde832e-608cb1f5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ae27e718-b22e-6cd5-80c4-7a4bacde832f-608cb1f5, #w-node-ae27e718-b22e-6cd5-80c4-7a4bacde8337-608cb1f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_201cb05c-4af4-1e97-e6fa-70aa3eb17c05-608cb1f6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_201cb05c-4af4-1e97-e6fa-70aa3eb17c06-608cb1f6, #w-node-_201cb05c-4af4-1e97-e6fa-70aa3eb17c25-608cb1f6, #w-node-_04ef7726-78a2-8e54-9d06-41c3567d6936-608cb1f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.info-de-balance {
    width: 350px;
    background-color: rgb(22, 59, 84);
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 16px;
    padding-left: 0;
    display: flex;
}

.grid-form-simple2 {
    width: 350px;
    /*height: 530px;*/
    grid-row-gap: 0px;
    background-color: #ececec;
    border-radius: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 15px;
    /*margin-bottom: 85px;*/
}

.btn-payment-container{
    display: flex;
    width:100%;
    padding: 0px 20px;
    margin-top: 20px;
}

.boton-balance {
    width: 100%;
    height: 38px;
    font-weight: 500;
    text-align: center;
    background-color: #163b54;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 6px;
    font-style: normal;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 4px 5px 3px rgba(0, 0, 0, .2);
}

.flex-col {
    flex: 1; 
    padding: 10px;
}

.boton-balance-cancel {
    width: 100%;
    height: 38px;
    font-weight: 600;
    text-align: center;
    background-color: #e2e2e2;
    color: #484747;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 6px;
    font-style: normal;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 4px 5px 3px rgba(0, 0, 0, .2);
}

.text-block-8 {
    color: #fff;
    text-align: center;
    margin-top: 12px;
    font-weight: 600;
}

.text-block-2 {
    color: #5e5e5e;
    padding: 10px 10px 0;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
}

.div-block {
    width: 230px;
    height: 35px;
    background-color: #fafafa;
    border-radius: 5px;
    margin-top: -5px;
}

.text-block-9 {
    text-align: center;
    margin-top: 4px;
}

.bg-middle {
    width: 350px;
    background-color: #ececec;
    flex-direction: column;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 25px;
    padding-top: 36px;
    display: flex;
    padding-bottom: 40px;
}