@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --background: #ffffff;
  --foreground: #171717;
  --verdeFluor: #ADDF32;
  --grisBackOscuro: #474747;
}

body {
  font-family: "Montserrat", sans-serif !important;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

@media (prefers-color-scheme: dark) {
  html {
    color-scheme: dark;
  }
}


/*Login∫*/
.topHeader {
  background-color: var(--grisBackOscuro);
}

.addf31 {
  fill: var(--verdeFluor);
}

.volver {
  background-color: var(--verdeFluor) !important;
  padding: 5px 20px;
  color: var(--grisBackOscuro) !important;
  border-radius: 20px;
  font-size: 13px;
  text-decoration: none;
}

.backFondo {
  margin-top: 30px;
  width: 1254px;
  height: 484px;
  background: url('https://semot.cl/uploads/front/camion.png') no-repeat padding-box;
  border-radius: 27px;
}

.vive {
  margin-top: 100px !important;
  font-weight: bold !important;
  color: white;
  font-size: 40px !important;
  text-shadow: 2px 2px #000000;
}

h1 {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 24px !important;
}

a,
p {
  font-family: "Montserrat", sans-serif;
}

.tarjeta {
  border: 1px solid #ACACAC !important;
}

.backQR {
  background-color: #E4E4E4;
  margin-top: 80px;
}

.CirculoIcono,
.CirculoIconoAcceso,
.CirculoIconoTecnologia {
  background-color: white;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  padding: 13px 5px 5px 5px;
  box-shadow: 0px 3px 6px #00000029;
}

.CirculoIconoAcceso {
  padding: 10px 5px 5px 5px;
}

.CirculoIconoTecnologia {
  padding: 8px 5px 5px 5px;
}

.customImage {
  width: 100% !important;
  height: auto !important;
  margin-top: -100px;
}

/*Ver tickets*/
.backCur {
  background-color: #EFF0F4;
  border-radius: 20px;
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.LogoDashb {
  width: 195px !important;
  height: auto !important;
}

.horizontal-list {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  justify-content: end;
}

.horizontal-list li {
  margin-right: -10px;
  font-weight: 500;
}


.horizontal-list li a {
  text-decoration: none;
  color: inherit;
}


.espacio {
  margin-right: 35px !important;
}

.espacio:last-child {
  margin-right: 0 !important;
}

.navbar-brand {
  font-size: 16px !important;
}

.espacio a,
.espacio {
  font-size: 14px !important;
  color: black !important;
  opacity: 1 !important;
}


.generar {
  background-color: #ADDF32 !important;
  border-radius: 20px;
  padding: 10px 20px;
  margin-top: 0px;
}

h5 {
  color: #F4B511 !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

.selecciona {
  color: #707070 !important;
}

/*Consultra Saldo*/
.Number {
  font-size: 40px;
  color: #4EAB38;
  font-weight: bold;
}

.NumberSaldo {
  font-size: 40px;
  color: #707070;
  font-weight: bold;
}

.signoPeso {
  color: #707070;
  font-size: 14px;
  font-weight: bold;
}


.SaldoTotal {
  background-color: white;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ACACAC;
  box-shadow: 5px 5px 5px #00000029;
}


.linkHome {
  text-decoration: none !important;
  color: #233139;
  background-color: white;
  margin-top: 0px !important;
  transition: all 0.3s ease;
  /* Aquí defines la transición */
  height: 380px;
}

.linkHome:hover {
  text-decoration: none !important;
  color: #233139;
  box-shadow: 5px 5px 5px #a6a6a629;
  margin-top: -1px !important;
  background-color: white;
  height: 380px;
  cursor: pointer;
}

.linkHome h1:hover {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 24px !important;
  text-decoration: none !important;
}

.px_4_movil{
  padding-right: 3rem !important;
  padding-left: 3rem !important
}

@media (max-width: 1200px) {
  .espacio {
    margin-right: 25px !important;
  }

}

@media (max-width: 991px) {

  .precio {
    font-size: 30px !important;
  }

  .me_auto_movil {
    margin: auto !important;
    margin-bottom: 10px !important;
  }

  .w_fit_content_movil {
    width: fit-content;
  }

  .espacio {
    margin-right: 0px !important;
    margin-bottom: 10px;
  }

  .vive {
    display: none !important;
  }

  .tarjeta h1 {
    font-size: 16px !important;
  }

  .tarjeta p {
    font-size: 12px !important;
  }
}

@media (max-width: 575px) {
  .backFondo {
    width: 100% !important;
    margin: 0 auto;
    margin-top: 30px;
  }
}



@media (max-width: 500px) {

  .CirculoIcono,
  .CirculoIconoAcceso,
  .CirculoIconoTecnologia {
    margin: 0 auto !important;
  }
}

@media (max-width: 440px) {
  .backCur {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .LogoDashb {
    width: 150px !important;
  }

  .px_4_movil {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

}

@media (max-width: 400px) {
  .j_content_end_movil {
    justify-content: end !important;
  }

  .d_none_movil {
    display: none !important;
  }
}

@media (max-width: 350px) {

  .precio{
    font-size: 25px !important;
  }

  .LogoDashb {
    width: 120px !important;
  }

  .mt0_movil {
    margin-top: 0px !important;
  }

}