@charset "UTF-8";
@font-face {
  font-family: "Sharp Sans Display No1";
  src: url("../fonts/SharpSansDisplayNo1-Light.woff2") format("woff2"), url("../fonts/SharpSansDisplayNo1-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Sharp Sans Display No1";
  src: url("../fonts/SharpSansDisplayNo1-Medium.woff2") format("woff2"), url("../fonts/SharpSansDisplayNo1-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sharp Sans Display No1";
  src: url("../fonts/SharpSansDisplayNo1-Semibold.woff2") format("woff2"), url("../fonts/SharpSansDisplayNo1-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Sharp Sans Display No1";
  src: url("../fonts/SharpSansDisplayNo1-Bold.woff2") format("woff2"), url("../fonts/SharpSansDisplayNo1-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
:root {
  --color-boton: #afafe1;
  --color-boton-invierte: #e1d7f0;
  --color-deposit-invierte: #e4988d;
  --color-deposit-magi-webapp: #3C445D;
}

* {
  box-sizing: border-box;
}

.calcFlex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.calcFlex-j-between {
  justify-content: -webkit-space-between;
  justify-content: -ms-flex-start;
  justify-content: space-between;
}

.calcFlex-j-end {
  justify-content: flex-end;
}

.calcFlex-a-center {
  align-items: -webkit-center;
  align-items: -ms-flex-start;
  align-items: center;
}

.caclColorPrimary {
  background-color: var(--color-boton);
}

.caclColorText {
  color: #737070;
}

[fill="#afafe1"],
path[fill="rgba(175,175,225,1)"] {
  fill: var(--color-boton);
}

span.apexcharts-tooltip-marker {
  display: none !important;
}

[fill="#e1d7f0"],
path[fill="rgba(225,215,240,1)"] {
  fill: var(--color-boton-invierte);
}

[fill="#000000"] {
  fill: var(--color-deposit-invierte);
}

path.apexcharts-line {
  stroke: var(--color-deposit-invierte);
}

.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-right,
.apexcharts-legend.apx-legend-position-top.apexcharts-align-right {
  justify-content: center !important;
}

.apexcharts-legend-series[seriesname=Depositoxbancario] {
  order: 3;
  margin-top: -25px !important;
}

#widgetCalc {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#widgetCalc h2 {
  font-size: 40px;
  margin: 0 0 10px 0;
  line-height: 1;
  font-weight: 700;
}
#widgetCalc h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}
#widgetCalc p {
  margin: 0 !important;
  padding: 0;
  line-height: 1;
}
#widgetCalc label {
  font-weight: 600;
  cursor: pointer;
  padding-top: 4px;
}
#widgetCalc .quieroInvertirButton button {
  border-radius: 4px;
  height: 48px;
  width: 90%;
  background-color: #a1cdbc !important;
  cursor: pointer;
  border: none;
  color: rgb(40, 45, 60) !important;
  font-size: 18px !important;
}
@media screen and (max-width: 875px) {
  #widgetCalc .quieroInvertirButton {
    margin-bottom: 8px;
  }
  #widgetCalc .quieroInvertirButton button {
    width: 100%;
  }
}
#widgetCalc .infoCalc {
  width: 40%;
}
#widgetCalc .infoCalc form {
  margin-top: 35px;
  /* Usar variables en el slider */
  /* Estilo del thumb */
  /* Eliminar el borde al hacer foco */
}
#widgetCalc .infoCalc form > div {
  align-items: center;
  margin-bottom: 0;
  padding: 5px 0;
  min-height: 45px;
}
#widgetCalc .infoCalc form > div > div {
  width: 50%;
  position: relative;
}
#widgetCalc .infoCalc form > .blockRadio {
  margin-bottom: 0px;
}
#widgetCalc .infoCalc form input {
  text-align: right;
}
#widgetCalc .infoCalc form input,
#widgetCalc .infoCalc form select,
#widgetCalc .infoCalc form textarea {
  padding: 10px;
  border: none;
  border-radius: 3px;
  width: 100%;
  font-size: 18px;
  font-family: "Sharp Sans Display No1", sans-serif;
  position: relative;
  color: #737070;
}
#widgetCalc .infoCalc form select,
#widgetCalc .infoCalc form option {
  font-size: 16px;
  font-family: "Sharp Sans Display No1", sans-serif;
  cursor: pointer;
}
#widgetCalc .infoCalc form .caclSelect2,
#widgetCalc .infoCalc form .caclSelect {
  position: relative;
  background-color: transparent;
  border-radius: 3px;
  z-index: 0;
}
#widgetCalc .infoCalc form .caclSelect2:before,
#widgetCalc .infoCalc form .caclSelect:before {
  content: "";
  position: absolute;
  right: 11px;
  top: 15px;
  background-color: transparent;
  width: 5px;
  height: 5px;
  border-color: var(--color-boton);
  border-width: 0 0 4px 4px;
  border-style: solid;
  transform: rotate(-45deg);
  z-index: 1;
}
#widgetCalc .infoCalc form .caclSelect2:after,
#widgetCalc .infoCalc form .caclSelect:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #fff;
  width: 100%;
  height: 46px;
  border-color: #fff;
  z-index: 0;
  border-radius: 3px;
}
#widgetCalc .infoCalc form select {
  background-color: transparent;
  z-index: 9;
  height: 46px;
  font-size: 15px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 29px;
  text-align: right;
  direction: rtl;
  font-size: 15px;
}
#widgetCalc .infoCalc form input[type=radio] {
  position: absolute;
  z-index: 9;
  width: 100%;
  margin: 0;
  height: 20px;
  cursor: pointer;
  opacity: 0;
}
#widgetCalc .infoCalc form .caclRadio {
  background-color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin: 0 5px 0px 0;
  border: 1px solid var(--color-boton);
}
#widgetCalc .infoCalc form input:focus,
#widgetCalc .infoCalc form select:focus,
#widgetCalc .infoCalc form select:focus-visible,
#widgetCalc .infoCalc form input:focus-visible {
  outline: none;
}
#widgetCalc .infoCalc form .caclRadio:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: all 0.3s;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
}
#widgetCalc .infoCalc form .inputsRadios {
  display: flex;
  justify-content: center;
  align-items: center;
}
#widgetCalc .infoCalc form input[type=radio]:checked + .caclRadio:after {
  background-color: var(--color-boton);
}
#widgetCalc .infoCalc form #efectoLinea {
  content: "";
  position: absolute;
  left: 0;
  top: 47%;
  background-color: var(--color-boton);
  width: 100%;
  height: 5px;
  border-radius: 5px;
  z-index: 0;
}
#widgetCalc .infoCalc form input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 3px solid var(--color-boton);
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
  position: relative;
}
#widgetCalc .infoCalc form #yearRange {
  -webkit-appearance: none; /* Elimina el estilo predeterminado en Webkit (Chrome/Safari) */
  appearance: none;
  width: 100%; /* El ancho del slider */
  height: 5px; /* Altura del track */
  background: linear-gradient(to right, var(--color-boton-invierte) 100%, #fff 100%); /* Efecto de "pintado" con colores invertidos */
  border-radius: 5px; /* Bordes redondeados */
  transition: background 0.3s ease; /* Suaviza la transición del fondo */
  padding: 0;
}
#widgetCalc .infoCalc form .textLeyenda {
  display: block;
  font-size: 11px;
  padding-top: 3px;
}
#widgetCalc .infoCalc form #yearRange::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid var(--color-boton-invierte); /* Usar el color principal para el borde */
  border-radius: 50%;
  cursor: pointer;
}
#widgetCalc .infoCalc form #calculateBtn {
  height: 48px;
}
#widgetCalc .infoCalc form button#calculateBtn:focus #yearRange:focus {
  outline: none;
  border: none;
}
#widgetCalc .infoCalc form #calculateBtn[disabled] {
  cursor: auto;
}
#widgetCalc .infoCalc form button.btnCacl {
  width: 100%;
  font-size: 18px;
  line-height: 1;
  padding: 10px 0 10px;
  border-radius: 30px;
  color: #fff;
  border: none;
  transition: all 0.4s;
  border: none;
  outline: none;
}
#widgetCalc .infoCalc form button.btnCacl:hover {
  cursor: pointer;
  transform: scale(1.03);
}
#widgetCalc .graphicCalc {
  width: 55%;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px 20px 0;
}
#widgetCalc .graphicCalc .amount {
  padding: 19px 20px 16px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0px;
}
#widgetCalc .graphicCalc .amount > div:last-child {
  display: flex;
}
#widgetCalc .graphicCalc .amount > div:last-child p {
  font-size: 20px;
}

#aporteOpcinal {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease, height 0.5s ease;
  height: 0;
  overflow: hidden;
}

#aporteOpcinal.show {
  display: flex;
  opacity: 1;
  height: auto;
}

.calculator {
  padding: 0 !important;
}

.apexcharts-legend {
  flex-direction: row-reverse;
}

.apexcharts-legend-group {
  flex-direction: row !important;
}

.apexcharts-legend.apexcharts-align-right.apx-legend-position-bottom .apexcharts-legend-series[seriesname=Ganancia] {
  padding-right: 23px;
  position: relative;
}

.apexcharts-legend.apexcharts-align-right.apx-legend-position-bottom .apexcharts-legend-series[seriesname=Ganancia]:after {
  content: "VS";
  margin-left: 30px;
}

.calcFlex > div {
  position: relative;
}

.calcFlex > div input,
.calcFlex > div select {
  border: 1px solid #ddd;
}

.calcFlex > div input:invalid,
.calcFlex > div select:invalid {
  border-color: red;
}

.disabledBono {
  display: none;
  background-color: rgba(175, 175, 175, 0.0901960784);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}

div#tasaDisplay p {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}

span#nuevaTasa {
  position: relative;
  box-shadow: none !important;
  border: none !important;
}

#modalError {
  opacity: 0;
  z-index: -9;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 320px;
  max-height: 220px;
  padding: 20px;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 3px solid var(--color-boton);
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  transition: all 0.4s;
}

#modalError p {
  margin: 0;
}

div#btnCrono {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  margin: auto;
  width: auto;
  text-align: center;
  overflow: hidden;
  height: auto;
  opacity: 1;
  transition: all 0.5s;
}

div#btnCrono .btn {
  display: inline-block;
  width: auto;
  font-size: 14px;
  line-height: 1;
  padding: 10px 30px 10px;
  border-radius: 30px;
  margin-top: 16px;
  color: #fff;
  border: none;
  transition: all 0.4s;
  border: none;
  outline: none;
  background-color: var(--color-boton);
  height: 48px;
}

div#btnCrono .btn:hover {
  cursor: pointer;
  transform: scale(1.03);
}

tspan {
  font-size: 10px !important;
}

.error span.error-message {
  position: absolute;
  width: 200px;
  left: 0;
}

span.error-message {
  position: relative;
  font-size: 10px !important;
  width: 100%;
  display: block;
  text-align: left;
  border-radius: 0 0 3px 3px;
  padding: 4px 0 0px;
  text-align: right;
}

div#aporteOpcinal.show {
  display: flex !important;
}

span#yearLabel {
  font-weight: 700;
  font-size: 19px;
}

.selectCustom {
  border: none;
  cursor: pointer;
  display: inline-block;
  text-align: right;
  position: relative;
  background-color: #fff;
  font-size: 15px;
  padding: 10px 30px 10px 10px;
  border-radius: 3px;
  width: 100%;
  font-family: "Sharp Sans Display No1", sans-serif;
  position: relative;
  color: #737070;
}

.selectCustom:after {
  content: "";
  position: absolute;
  right: 11px;
  top: 15px;
  background-color: transparent;
  width: 5px;
  height: 5px;
  border-color: var(--color-boton);
  border-width: 0 0 4px 4px;
  border-style: solid;
  transform: rotate(-45deg);
  z-index: 1;
}

.options {
  display: none;
  margin-top: 1px;
  border: 1px solid #ccc;
  width: 100%;
  background-color: #f9f9f9;
  position: absolute;
  text-align: left;
  font-size: 15px;
  z-index: 99;
}

.option span {
  width: 18px;
  height: 18px;
  border-radius: 1px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.option {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
}

.option:hover {
  background-color: #f0f0f0;
}

#loadingGlobal {
  display: flex;
  width: 100%; /* Ancho de la caja contenedora */
  height: 500px;
  justify-content: space-between;
}

.skeleton-item {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite ease-in-out;
  height: 100%;
  border-radius: 4px;
}

.skeleton-40 {
  width: 41%;
}

.skeleton-55 {
  width: 57%;
}

#loadCrono {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  z-index: 99;
  text-align: center;
}

#loadCrono span {
  max-width: 250px;
  font-size: 14px;
}

#RendimientoObjetivo {
  text-align: right;
  box-shadow: none !important;
  border: none;
}

[data-enabled=false] {
  display: none;
}

/* Animación del efecto de carga */
.titulo-invierte {
  font-weight: 600 !important;
  font-size: 33px !important;
  color: rgba(0, 0, 0, 0.8705882353) !important;
}

.sub-titulo-invierte {
  font-size: 20px !important;
}

.titulo-migo-webapp {
  font-weight: 600 !important;
  font-size: 33px !important;
  color: #3C445D !important;
}
.sub-titulo-migo-webapp {
  font-size: 20px !important;
}

div#aporteOpcinal {
  margin-bottom: 0 !important;
}

div#clearInput2,
div#clearInput {
  width: 25px;
  height: 24px;
  background: rgba(255, 0, 0, 0.31);
  line-height: 1;
  border-radius: 5px;
  position: absolute;
  z-index: 9;
  left: 7px;
  text-align: center;
  top: 11px;
  cursor: pointer;
  transition: all 0.4s;
}

div#clearInput2 svg,
div#clearInput svg {
  width: 11px;
  padding-top: 5px;
  fill: #fff;
}

.hidden {
  overflow: hidden;
}

@keyframes loading {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading {
  animation: girar 2s linear infinite;
}

.currencyContainer {
  justify-content: flex-end;
}
.currencyContainer > div:nth-child(1) {
  margin-right: 16px;
}

/* MIGO WEBAPP */
.migo-webapp p{
  color: #3C445D;
}

@media screen and (max-width: 875px) {
  select {
    direction: ltr !important;
  }
  .currencyContainer {
    justify-content: flex-start;
  }
  div#btnCrono {
    bottom: -76px;
  }
  .skeleton-40 {
    width: 100%;
  }
  .skeleton-55 {
    display: none;
  }
  #widgetCalc .infoCalc form input[type=range] {
    padding-right: 2px;
  }
  .calcFlex.calcFlex-j-between.plazos {
    margin-bottom: 0px !important;
    padding-right: 3px !important;
  }
  #widgetCalc .infoCalc form input[type=range]::before {
    top: 43%;
  }
  #widgetCalc .infoCalc form > div > div,
  #widgetCalc .graphicCalc,
  #widgetCalc .infoCalc {
    width: 100%;
  }
  #widgetCalc h2 {
    font-size: 32px;
  }
  #widgetCalc h3 {
    font-size: 18px !important;
  }
  #widgetCalc .infoCalc form {
    margin-top: 25px;
  }
  .plazos p {
    margin-bottom: -6px !important;
  }
  #widgetCalc p {
    font-size: 15px;
    font-weight: 600;
    margin: 0px 0 5px 0 !important;
  }
  #widgetCalc .graphicCalc {
    padding: 20px 0px 18px;
  }
  #widgetCalc .textMonto {
    font-size: 18px;
  }
  #widgetCalc .graphicCalc .amount {
    width: 100%;
    padding: 20px 25px 15px;
    margin: auto;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  #widgetCalc .graphicCalc .amount > div > div:last-child p {
    font-size: 19px;
    display: flex;
    padding-left: 18px;
  }
  #widgetCalc .infoCalc form select,
  #widgetCalc .infoCalc form option {
    font-size: 13px;
    font-family: "Samsung Sharp Sans";
  }
  #widgetCalc .infoCalc form input,
  #widgetCalc .infoCalc form select,
  #widgetCalc .infoCalc form textarea,
  div#selectCustom,
  .option {
    font-size: 14px;
    height: 46px;
  }
  .blockRadio {
    margin-bottom: 16px;
  }
  #widgetCalc .infoCalc form > div {
    align-items: center;
    padding: 10px 0;
  }
  div#productoLocal {
    padding-top: 0 !important;
  }
  .calcFlex.calcFlex-j-end {
    margin-bottom: 20px !important;
  }
  #widgetCalc label {
    font-weight: 600;
    font-size: 14px;
  }
  .apexcharts-legend.apexcharts-align-right.apx-legend-position-bottom .apexcharts-legend-series:nth-child(2) {
    padding-right: 5px;
    position: relative;
  }
  .apexcharts-legend-text {
    padding-left: 15px;
    margin-left: -15px;
    font-size: 9px !important;
  }
  .apexcharts-legend.apexcharts-align-right.apx-legend-position-bottom .apexcharts-legend-series[seriesname=Ganancia]:after {
    content: "VS";
    margin-left: 18px;
  }
  .selectCustom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .lineaInput {
    padding-right: 3px;
  }
  .apexcharts-legend.apexcharts-align-right.apx-legend-position-bottom .apexcharts-legend-series[seriesname=Ganancia] {
    padding-right: 9px;
  }
  div#tasaDisplay {
    padding: 0px 0px 5px !important;
    position: relative;
  }
  .titulo-invierte {
    font-size: 32px !important;
  }
  .titulo-migo-webapp{
    font-size: 32px !important;
  }
  #widgetCalc .graphicCalc .amount {
    border-radius: 30px;
  }
}
@media screen and (max-width: 650px) {
  #widgetCalc .textMonto {
    font-size: 14px;
  }
  #widgetCalc .graphicCalc .amount {
    padding: 14px 25px 10px;
  }
}
span.error-message {
  display: none !important;
}

.boxInputRadio {
  min-width: 30px;
  min-height: 30px;
}

.boxInput,
.boxCustomSelect,
.boxCustomSelect,
.boxCustomSelect.boxCustomSelectDefault select,
.boxCustomSelect.boxCustomSelectDefault:after {
  height: 40px !important;
}

/*

#widgetCalc .rate-label {
  justify-content: flex-start;
}

#widgetCalc .rate-amount {
  text-align: right !important;
}

#widgetCalc .infoCalc form {
  margin-top: 35px;
}

#widgetCalc .block-currency {
  padding-left: 10rem;
}

#widgetCalc .row-item-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

#widgetCalc .row-item-flex .row-item-flex-cell {
  flex: 1 1 45%;
  min-width: 120px;
}

#widgetCalc .row-item {
  box-sizing: border-box !important;
  height: 46px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 14px !important;
  background-color: #ff000033;
  padding: 0 10px !important;
}

#widgetCalc .row-item.row-item-show {
    display: flex !important;
}

#widgetCalc .row-item.row-item-hidden {
  display: none !important;
}

#widgetCalc .row-label {
  flex-grow: 1;
  margin: 0 !important;
  text-align: left;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 2;
}

*/
#widgetCalc .row-item {
  box-sizing: border-box !important;
  height: 46px !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 14px !important;
  padding: 0 !important;
}

#moneda {
  margin-top: 2px !important;
}

.row-item {
  align-content: center;
}

@media (max-width: 768px) {
  #widgetCalc .row-item {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 24px !important;
    padding-left: 0;
    min-height: initial !important;
    height: initial !important;
  }
  .plazoRow {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #moneda {
    text-align: left !important;
  }
  .selectCustom {
    justify-content: flex-start;
  }
  .aporteAdicionalElse, .aporteAdicional {
    text-align: left !important;
  }
  /*

  #widgetCalc .row-item #nuevaTasa {
    text-align: center;
  }

  #widgetCalc .row-item.row-item-fx {
    height: 46px !important;
  }

  #widgetCalc .row-label {
    height: 20px;
    display: block;
  }

  #widgetCalc .rate-label,
  #widgetCalc .rate-amount {
    display: flex;
  }

  #widgetCalc .rate-label {
    font-size: 600;
  }

  */
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  z-index: 1000;
}

.modalTitle {
  display: flex;
  align-items: center;
}

.modal-dialog {
  background: white;
  border-radius: 8px;
  width: 92%;
  max-width: 900px;
  max-height: 90vh;
  margin-top: 8px;
}

.modal-header,
.modal-footer {
  padding: 12px 8px 8px 8px;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.modal-body {
  padding: 0;
  background-color: #fff;
}

.btn-close {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

#zoomIn, #zoomOut {
  border: none;
  width: 35px;
  height: 35px;
  padding: 0;
  margin-left: 4px;
  cursor: pointer;
}

#pdfCanvasContainer {
  overflow-y: auto;
}

h1,
h2,
h3,
span,
strong,
p,
div,
.sharpSans,
button,
* {
  font-family: "Sharp Sans Display No1" !important;
  font-optical-sizing: auto;
}

#errorValidationMinAmount {
  color: red;
  font-size: 10px;
  text-align: right;
  height: 0;
  margin-top: -1px;
  margin-bottom: 3px;
  z-index: 9;
  position: relative;
}

body,
html {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.container {
  max-width: auto;
  margin: auto;
  padding: auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-s-between {
  justify-content: space-between;
}

.flex-a-center {
  align-items: center;
}

.gap-5 {
  gap: 5px;
}

.gap-15 {
  gap: 15px;
}

.w-6 {
  width: 48%;
}

a {
  transition: all 0.4s;
  color: #000;
  text-decoration: none;
}

.sectionCalc {
  height: 100%;
  padding: 42px 0;
}

@media screen and (max-width: 1565px) {
  .sectionCalc {
    padding: 42px 104px;
  }
}
@media screen and (max-width: 1349px) {
  .sectionCalc {
    padding: 34px 64px;
  }
}
@media screen and (max-width: 1100px) {
  .sectionCalc {
    padding: 34px;
  }
}
@media screen and (max-width: 600px) {
  .sectionCalc {
    padding: 24px;
  }
}
.navSection {
  margin-bottom: 40px;
  width: 100%;
}
.navSection .logo svg {
  width: 100px;
  height: auto;
}
.navSection .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navSection .menu ul a {
  padding: 10px 20px 11px;
  border-radius: 36px;
}
.navSection .menu ul li:first-child a {
  background-color: #fff;
  color: #000;
}
.navSection .menu ul li:last-child a {
  background-color: #000;
  color: #fff;
}

.textMontoSpan,
.textMontoSpan2 {
  font-weight: 400;
  margin-top: 5px;
  font-size: 13px;
}

.textMontoSpan {
  display: block;
}

.textMontoSpan2 {
  display: none;
}

@media screen and (max-width: 875px) {
  .textMontoSpan {
    display: none;
  }
  .textMontoSpan2 {
    display: block;
    margin-top: -2px;
  }
}
@media screen and (max-width: 760px) {
  .navSection {
    margin-bottom: 20px;
  }
  .menu {
    display: none;
  }
  .textMontoSpan2 {
    font-size: 11px;
  }
}

/*# sourceMappingURL=style.css.map */
