@charset "utf-8";
/* CSS Document */

/*SPECTRACK 1023*/
/*
TODO: CLEAN CODE NOT USED
*/

@font-face {
  font-family: "DINcondensed";
  src: url("fonts/DINCondensed-Regular.ttf");
}

* {
  font-family: DINcondensed;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-size: 12px;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  position: relative;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  /* margin: 4px 2px; */
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.cssInputCodeVerification {
}

input {
  width: 100%;
  border: 1px solid #979797;
  border-radius: 4px;
  padding: 12px 20px;
  margin: 7px 0;
  text-align: center;
  color: #2c323a;
  font-weight: 300;
  font-family: roboto;
}

input[type="button"],
button {
  font-size: 1.167rem;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.168px;
  font-weight: 700;
  background: #e10a17;
  box-shadow: 0px 16px 14px -14px rgba(156, 29, 29, 0.381595);
  border-radius: 0;
  width: 100%;
  height: 48px;
  margin-bottom: 18px;
}

#btnSendMail {
  width: 100%;
  height: 48px;
  text-transform: uppercase;
  background-color: #e10a17;
  box-shadow: 0px 16px 14px -14px rgba(156, 29, 29, 0.381595);
  margin-bottom: 0;
  margin-top: 25px;
}

.classContBody {
  padding: 50px 66px 48px;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0px 18px 51px -13px rgba(0, 0, 0, 0.670205);
  backdrop-filter: blur(15.1159px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 506px;
  height: 332px;
  margin: 0;
}

.classContContra02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 80px;
  height: 100vh;
  margin: auto;
  left: 0;
  top: 0;
  position: fixed;
}

.cssContenedorContraseņa {
  top: 0px !important;
  left: 0px !important;
}

.classTxtContra {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  /* border: solid 979797 1px; */
  margin-bottom: -13px;
  margin-top: 25px;
  position: relative;
  top: 18px;
}

.cssLoginCenter {
  background-color: white;
  border-radius: 0;
}

.classLeftContra {
  background-color: white;
  width: 100%;
}

.classContBody p {
  font-size: 16px;
  font-weight: lighter;
  margin-top: -15px;
  margin-bottom: 7px;
  font-family: Roboto;
  position: relative;
  top: 25px;
}

.pruebadavidcss {
  background-color: red !important;
}

.blockUI .blockMsg .blockPage {
  top: 25% !important;
}

.classRightContra {
  width: 24px;
  position: absolute;
  left: 92%;
  bottom: 88%;
}

.twowayauth .classRightContra {
  bottom: 93%;
}

.classLeftContra h1 {
  color: black;
  font-size: 21px;
  font-weight: bold;
  font-family: Robot, sans-serif;
  margin-top: 17px;
  letter-spacing: 0.144px;
}

.classBtnContra02 {
  height: auto;
}

button.cssBtnGhost {
  background: transparent;
  width: auto;
  color: #e10a17;
  box-shadow: none;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.132px;
}

textarea {
  width: 100%;
  border: 1px solid #979797;
  border-radius: 4px;
  padding: 12px 20px;
  margin: 7px 0;
  text-align: center;
  color: #2c323a;
  font-weight: 300;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

.responsive {
  width: 100%;
  height: auto;
}

.cssMarginZero {
  margin: 0;
}

.cssCenterFlex {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}

.text-center {
  text-align: center;
}

.cssGeneralContainer {
  display: flex;
  flex-direction: column;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cssFlexContainer {
  display: flex;
  height: calc(100vh - 22px);
  width: 100vw;
  position: absolute;
  top: 0;
  background: black;
  background: url(./images/background_patrones.png) no-repeat center center;
  background-size: cover;
}

.cssLogin4 {
  flex-direction: row-reverse;
}

.cssLogin5 {
  flex-direction: row;
}

.cssLogin,
.cssNLCenter {
  position: relative;
}

.cssLogin,
.cssGeneralContainer {
  width: 50%;
  /* background: url(./images/background_patrones.png) no-repeat center center; */
}

.cssMain {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 16%;
}

.cssFooter {
  text-align: center;
}

.cssSoporte {
  flex-grow: 1;
  align-items: center;
}

.cssFormContainer {
  display: inline-flex;
  flex-flow: column;
  background-color: #fff;
  padding: 21px;
  max-width: 273px;
  /* max-height: 330px; */
}

.responsive {
  /* width: 210px;
  margin-bottom: 50px; */
}

.cssFormContainer * {
  font-family: Roboto, sans-serif !important;
}

.cssImgWrapper {
  /* padding: 2rem 2rem 2.5rem 2rem; */
  margin-bottom: -4px;
}

.cssImgWrapperTW {
  padding: 2rem 2rem 1.5rem 2rem;
}

.cssWrapperCheckbox {
  color: #e10a17;
  font-size: 0.917rem;
  text-align: center;
  position: relative;
  margin: 8px 0;
}

input[type="checkbox"] {
  accent-color: red;
}

.cssWrapperCheckbox input {
  position: absolute;
  right: 0;
  top: -8px;
  width: auto;
}

.cssRecoveryPass {
  font-weight: 400;
  color: #e10a17;
  font-size: 11px;
  text-align: center;
  margin-bottom: 10px;
  display: inline;
}

.cssRecoveryPass:hover {
  cursor: pointer;
}

.cssButtonRound {
  width: 8.167rem;
  height: 8.167rem;
  color: #000;
  background-color: #fff;
  font-weight: 700;
  border: none;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.25rem;
  margin: 4px 2px;
  border-radius: 50%;
  position: relative;
  bottom: 2vh;
  font-family: Roboto, sans-serif;
}

.cssLegales {
  color: #fff;
  font-weight: normal;
  background-color: #000;
  padding: 6px;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 22px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
}

.cssListasLegales li a{
  margin: 0;
  font-family: Roboto;
}

.cssListasLegales li {
  font-size: 9px;
  font-family: Roboto, sans-serif;
}

.cssListasLegales li {
  display: inline;
  cursor: pointer;
  text-decoration: underline;
}

.cssListasLegales li a {
  color: white;
}

#pipeline {
  text-decoration: none;
  margin: 0 2px;
}

/* .cssListasLegales li:nth-child(n+2)::before {
	content: "| ";
} */

/*+CHECKBOX*/

.container {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -2px;
  right: 0;
  height: 16px;
  width: 16px;
  background-color: #d8d8d8;
  border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #e10a17;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*FORM SOPORTE*/

.cssFormSoporte {
  position: relative;
  text-align: center;
}

.cssCloseSupport {
  position: absolute;
  top: 15px;
  right: 15px;
}

.cssBodyForm {
  margin-top: 3.75rem;
}

.cssGeneralBody-container {
  background-color: rgba(0, 0, 0, 0.9);
}

.cssMailSupportForm {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 25px;
  letter-spacing: 0.144px;
  margin-top: 9px;
  margin-bottom: 2.5rem;
}

.cssTitleSupportForm {
  font-weight: 300;
  font-size: 1.333rem;
  line-height: 19px;
}

.cssBtnSoporte {
  margin-top: 29px;
  margin-bottom: 25px;
}

.evtOpenPolPriv,
.evtOpenConUso {
  cursor: pointer;
  font-weight: 400;
  padding-right: 4px;
}

/*REGISTRO TWO FACTOR*/
.cssWrapperTextos {
  text-align: center;
  font-size: 1rem;
  line-height: 14px;
}

.cssTitleTwoFactors {
  font-weight: 800;
  font-size: 17px;
  line-height: 20px;
  color: #e10a17;
}

.cssWarningLimite {
  font-weight: 700;
}

.cssWarningLimite2 {
  font-weight: 400;
}

.cssBtnWrapperTW {
  margin-top: 19px;
  margin-bottom: 15px;
}

.cssLBtn01 {
  background-color: #e10a17 !important;
}

.cssLBtn01:hover {
  background-color: #e10a17 !important;
}

.cssLBtn01Disabled {
  background-color: #e10a17 !important;
  display: none;
}

.classLoadinLogin {
  position: relative !important;
  padding: 0 230px 0 0 !important;
  left: 0px !important;
  width: 100%;
  height: 48px;
  margin-bottom: 18px;
}

.cssTextTitleTwoW {
  color: #e10a17 !important;
  font-size: 16px !important;
  font-weight: bolder !important;
  left: 0 !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif !important;
}

.cssLCBody > div {
  display: flex;
  justify-content: space-between;
}

.cssFooterTWBox {
  display: flex !important;
  justify-content: center !important;
  flex-direction: column !important;
  align-items: center !important;
  left: 0 !important;
}
.cssFooterInstructionTW {
  left: 0 !important;
}

.cssLCHead {
  margin-bottom: 0px !important;
}

.cssLoginCenter ~ .cssButtonRound {
  position: absolute;
  left: calc(50% - 45px);
  bottom: 30px;
}

.cssDivider {
  width: 10px;
  height: 50%;
  background-color: red;
  position: relative;
  right: 5px;
  /* top: 20%; */
  border-radius: 10px;
  margin-right: -60px;
}
.twowayauthcellphone .cssDivider,
.twowayauth .cssDivider {
  top: 20%;
}

.twowayauthcellphone .cssFormContainer {
  max-height: 371px;
  min-width: 273px;
}

.twowayauthcellphone .cssSoporte {
}

.twowayauthcellphone .cssImgWrapperTW {
  padding: 0;
}
.twowayauthcellphone .cssFooterTWBox p {
  display: none;
}
.twowayauthcellphone .cssMain {
  padding-top: 9%;
}

.twowayauthcellphone .cssImageLogin {
  width: 58vw;
}

.cssImageLogin {
  width: 62vw;
  height: 100%;
  background: url(./images/desktop_autos.png) no-repeat center 90%;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row-reverse;
  padding: 50px;
  background-position: center;
}

.camiones {
  background: url(./images/desktop_camiones.png) no-repeat center 90%;
  background-size: cover;
}
.motos {
  background: url(./images/desktop_motos.png) no-repeat center 90%;
  background-size: cover;
}


.cssImageLogin span {
  color: white;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 65px;
  font-family: DINCondensed, sans-serif;
  margin-top: 80px;
}

.cssImageLogin .cssFlecha {
  width: 68px;
  height: 68px;
  background: url(./images/flecha_transporte.png) no-repeat center center;
  display: none;
}

.cssButtonRound img {
  /* width: 50px; */
  margin-bottom: 10px;
}

.container_inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.twowayauth .container_inputs {
  margin-bottom: 15px;
}

.cssTextReenviaCodeTW {
  color: #e10a17 !important;
  left: 0 !important;
}

.cssTextMarkInstruction {
  background-color: white;
  display: block;
  text-align: center;
  font-family: robbot, san serif;
}

input[type="button"],
button {
  line-height: 0 !important;
}

.cssNLCenter.cssLogin {
  width: 50%;
  height: 100%;
}

.cssNLCenter {
  height: calc(100vh - 33px);
  width: 100%;
}

.cssBtnOnlyIcon {
  display: none;
}

/* @media screen and (min-width: 320px) {
  .cssFormContainer {
    background-color: yellow;
  }
} */

@media only screen and (min-width: 320px) and (max-width: 1439px) {
  .cssFormContainer {
    /* background-color: blue; */
  }
  #dvLoginCenter {
    display: flex;
    flex-direction: column;
  }
  .cssBtnOnlyIcon {
    background: none;
    width: 273px;
    margin: 0;
    margin-top: 30%;
    display: block;
    margin-bottom: -4px;
  }
  .cssButtonRound {
    bottom: 12vh;
  }
  .twowayauthcellphone .cssButtonRound {
    bottom: 9vh;
  }
  .cssLogin,
  .cssGeneralContainer {
    background-size: cover;
  }
  button .cssImgBtnTop {
    width: 22px;
  }
  .cssDivider {
    display: none;
  }
  .cssImageLogin {
    display: none;
  }
  .cssNLCenter.cssLogin {
    width: 100%;
    background-size: cover;
  }
  .cssMain {
    padding-top: 0rem;
    padding-left: 0;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
  }
  .cssLogin,
  .cssGeneralContainer {
    background: url(./images/desktop_autos.png) no-repeat center center;
  }
  .cssSoporte {
    margin-top: 0rem;
  }
  .camiones_media {
    background: url(./images/desktop_camiones.png) no-repeat center 90%;
    background-size: cover;
  }
  .motos_media {
    background: url(./images/desktop_motos.png) no-repeat center 90%;
    background-size: cover;
  }
}

/* @media only screen and (min-width: 720px) and (max-width: 1080px) {
  .cssFormContainer {
    background-color: brown;
  }
  .cssImageLogin {
    display: none;
  }
  .cssNLCenter.cssLogin {
    width: 100%;
    background-size: cover;
  }
  .cssMain {
    padding: 0;
    align-items: center;
    margin-top: -18vh;
  }
  .cssButtonRound {
    position: relative;
  }
  .cssRecoveryPass {
    margin-bottom: 10px;
  }
  .cssBtnOnlyIcon {
    display: none;
  }
  .cssSoporte {
    bottom: 4%;
    right: calc(50% - 51px);
  }
} */

/* @media only screen and (min-width: 320px) and (max-width: 720px) {
  .cssFormContainer {
    background-color: green;
  }
  .cssLogin,
  .cssGeneralContainer {
    background: url(./images/background_transporte.png) no-repeat center center;
    background-size: cover;
  }
  .cssImageLogin {
    display: none;
  }
  .cssNLCenter.cssLogin {
    width: 100%;
    display: flex;
  }

  .cssBtnOnlyIcon {
    background-color: transparent;
    width: 22px;
    position: absolute;
    top: 10px;
    left: calc(50% - 30px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cssBtnOnlyIcon img {
    width: 22px;
  }
  .cssMain {
    flex-grow: 4;
    padding: 0;
    margin: 10vh auto;
  }
  .cssLegales {
    font-size: 1rem;
  }

  .cssSoporte {
    position: relative;
    width: 100vw;
    left: 0;
  }

  .cssFooter {
    position: absolute;
    bottom: 4%;
  }

  .cssCenterFlex {
    justify-content: flex-start;
  }

  #dvLoginCenter {
    width: 100vw;
    display: flex;
    justify-content: center;
  }
  .classContBody {
    padding: 48px 0px;
  }
  .classRightContra {
    display: none;
  }
} */
