<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************* Simulador section *******************/
#simulador {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 72px 0;
  background: #fff;
  font-family: 'BentonSansBBVA-Book';
  font-size: 18px;
}
.row label {
  font-size: 14px;
}
#textoCantidadMinima {
  margin-top: 10px;
  color: #fd6250;
  text-align: center;
}
.selectOne {
  width: 100%;
  font-size: 18px;
  height: 30px;
  max-width: 290px;
  background: #f4f4f4;
  border: none;
  height: 49px;
  font-family: 'BentonSansBBVA-Medium';
  padding: 0 10px !important;
}
#divMeses {
  background-color: #f4f4f4;
  height: 49px;
  color: #1973b8;
  font-family: 'BentonSansBBVA-Bold';
  vertical-align: middle;
  padding: 10px;
  line-height: 30px;
  font-size: 20px;
}
#ptsF {
  background-color: #f4f4f4;
  height: 49px;
  color: #02a5a5;
  font-family: 'BentonSansBBVA-Bold';
  vertical-align: middle;
  padding: 10px;
  line-height: 30px;
  text-align: left;
  font-size: 20px;
}
#ptsN {
  background-color: #f4f4f4;
  height: 49px;
  color: #02a5a5;
  font-family: 'BentonSansBBVA-Bold';
  vertical-align: middle;
  padding: 10px;
  line-height: 30px;
  text-align: left;
  font-size: 20px;
}
#ptsD {
  background-color: #f4f4f4;
  height: 49px;
  color: #02a5a5;
  font-family: 'BentonSansBBVA-Bold';
  vertical-align: middle;
  padding: 10px;
  line-height: 30px;
  text-align: left;
  font-size: 20px;
}
.textOne {
  width: 100%;
  font-size: 18px;
  height: 30px;
  max-width: 290px;
  background: #f4f4f4;
  border: none;
  height: 49px;
  font-family: 'BentonSansBBVA-Medium';
  padding: 0 10px !important;
}
.flexSimulador {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.flexTarjeta {
  width: 50%;
  max-width: 176px;
  border-radius: 10px;
  height: 110px;
  background: url('../images/TDC_generica.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px auto;
}
.flexCopyTarjeta {
  width: 50%;
  height: auto;
}
.flexCopyTarjeta h3 {
  font-size: 28px;
  font-family: 'BentonSansBBVA-Bold';
  padding: 0px 20px;
}
.flexCopyTarjeta p {
  font-size: 16px;
  font-family: 'BentonSansBBVA-Book';
  padding: 0px 20px;
}
#equi {
	display: none;
}
.anclaequi {
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: var(--core-blue-light);
  font-family: 'BentonSansBBVA-Medium';
  margin-top: 30px;
}
.anclaequi:hover {
  text-decoration: none;
}
@media screen and (max-width: 890px) {
  .marginLabel {
    margin-top: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .selectOne {
    max-width: 100%;
  }
  .textOne {
    max-width: 100%;
  }
  .row label {
    width: 100%;
    text-align: left;
  }
  #simulador {
    padding: 72px 16px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 350px) {
  .flexCopyTarjeta h3 {
    font-size: 24px;
    padding: 0 0;
  }
  .flexCopyTarjeta p {
    padding: 0px 0px;
  }
  .flexCopyTarjeta br {
    display: none;
  }
}
.flexCopyTarjeta h3 {
  font-size: 24px;
  line-height: 1.5;
  font-family: 'BentonSansBBVA-Medium';
  padding: 0px 20px;
}
.flexCopyTarjeta p {
  font-size: 16px;
  font-family: 'BentonSansBBVA-Book';
  padding: 0px 20px;
}
@media screen and (max-width: 890px) {
  .marginLabel {
    margin-top: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .selectOne {
    max-width: 100%;
  }
  .textOne {
    max-width: 100%;
  }
  .row label {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 350px) {
  .flexCopyTarjeta h3 {
    font-size: 24px;
    padding: 0 0;
  }
  .flexCopyTarjeta p {
    padding: 0px 0px;
  }
  .flexCopyTarjeta br {
    display: none;
  }
}
/******************* / Simulador section *******************/</pre></body></html>