.cintillo-banca-movil {
  padding: 20px;
  background-color: #F0F8FF;
  border-left: 4px solid #1075BB;
  box-shadow: 0px 1px 3px 0px #0000001A;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 25px;
}
.cintillo-banca-movil h3 {
  color: #1075BB;
  font-weight: 700;
  font-size: 20px;
  margin-top: unset;
  margin-bottom: 20px;
}
.cintillo-banca-movil button {
  color: #1075BB;
  cursor: pointer;
  border: none;
  background: none;
  padding: unset;
}

.badge {
  background-color: #D9F4F8;
  color: #1BA2B4;
  padding: 5px 10px;
  border-radius: 20px;
}

.modal-background {
	z-index: 99999;
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #0000007a;
  justify-content: center;
  align-items: center;
}

.modal-version {
  position: relative;
  background-color: white;
  padding: 40px;
  border-radius: 5px;
}

.modal-version h3{
  margin-top: unset;
  font-size: 24px;
}

.close-modal {
  position: absolute;
  right: 18px;
  top: 10px;
  font-size: 25px;
  cursor: pointer;
}

.images-container {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 20px;
}

.images-container div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.images-container img {
	height: 200px;
}

.images-container p {
	margin-bottom: 5px;
}

.app-anterior::after {
  content: "";
  width: 40px;
  height: 40px;
  align-self: flex-start;
  margin: -35px 0 0 -20px;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image .4s;
  background-image: url(https://knowledgebasestg.prod.acquia-sites.com/sites/default/files/2026-05/Logo-actual.svg)
}

.app-nueva::after {
  content: "";
  width: 40px;
  height: 40px;
  align-self: flex-start;
  margin: -35px 0 0 -20px;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image .4s;
  background-image: url(https://knowledgebasestg.prod.acquia-sites.com/sites/default/files/2026-05/Logo-nuevo.svg)
}