/*!
 */
 :root {
    --cl-azul: #0f6fec;
    --cl-azul2: #ceedff;
    --cl-azul3: #f6fcff;
    --cl-gris:#ececec;
    --cl-gris1:#242424;
    --cl-gris2:#333;
    --cl-gris3:#343434;
    --cl-gris4:#23262f;
    --cl-gris-azul:#777e90;
    --cl-dorado:#FFE0CD;
    --cl-doraro2:#F5BE9C;
    --cl-doraro3:#D89C6E;
    --cl-naranja:#FF9100;
    --cl-naranja:#fe5f49;
    --cl-blanco:#fff;
    --cl-rojo:#ff3d65;
    --cl-rosa:#ff27ef;
    --cl-amarillo:#ffcd06;
    --cl-verde:#00a558;
    --cl-morado:#7600fd;
    --cl-negro:#1a1a1a;
    --cl-negro2:#151412;
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.social-media{
font-family: 'Social Media';
font-weight: normal;
font-style: normal;
font-size: 24px;  /* Preferred icon size */
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

@font-face {
font-family: 'Material icons';
src: local('Material Icons'),
     local('MaterialIcons-Regular');
  src: 
        /* url('../fonts/original_Gotham-Thin.eot?#iefix') format('embedded-opentype'),  */
       /* url('../fonts/original_Gotham-Thin.woff') format('woff'), */
       url('../font/MaterialIcons-Regular.ttf') format('truetype');
       /* url('../fonts/original_Gotham-Thin.svg') format('svg'); */
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Social Media';
src: local('Smartphone Color Pro'),
     local('SmartphoneColorPro');
  src: 
        url('../font/SmartphoneColorPro.eot?#iefix') format('embedded-opentype'), 
       url('../font/SmartphoneColorPro.woff') format('woff'),
       url('../font/SmartphoneColorPro.ttf') format('truetype'),
       url('../font/SmartphoneColorPro.svg') format('svg');
font-weight: 200;
font-style: normal;
}

@font-face {
font-family: 'Gotham';
  src: url('../font/original_Gotham-Thin.eot?#iefix') format('embedded-opentype'), 
       url('../font/original_Gotham-Thin.woff') format('woff'),
       url('../font/original_Gotham-Thin.ttf') format('truetype'),
       url('../font/original_Gotham-Thin.svg') format('svg');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Gotham';
  src: url('../font/original_Gotham-Book.eot?#iefix') format('embedded-opentype'), 
       url('../font/original_Gotham-Book.woff') format('woff'),
       url('../font/original_Gotham-Book.ttf') format('truetype'),
       url('../font/original_Gotham-Book.svg') format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Gotham';
  src: url('../font/original_Gotham-Bold.eot?#iefix') format('embedded-opentype'), 
       url('../font/original_Gotham-Bold.woff') format('woff'),
       url('../font/original_Gotham-Bold.ttf') format('truetype'),
       url('../font/original_Gotham-Bold.svg') format('svg');
font-weight: 600;
font-style: normal;
}

@font-face {
font-family: 'Gotham';
  src: url('../font/original_Gotham-Black.eot?#iefix') format('embedded-opentype'), 
       url('../font/original_Gotham-Black.woff') format('woff'),
       url('../font/original_Gotham-Black.ttf') format('truetype'),
       url('../font/original_Gotham-Black.svg') format('svg');
font-weight:800;
font-style: normal;
}

body{
  
  /* font-family: 'Gotham', sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; */
  

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
 /* transition:all .5s;*/
 background: var(--cl-azul3);
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

i.fa-solid{
  font-size: 16px;
}

html, body{
  height: 100%;
  width: 100%;
}

.cont-login{
  width: 100%;
  display: flex;
  height: 100%;
}
.cont-login section{
  width: 50%;
  display: flex;
}
.cont-form{
  width: 80%;
  margin: auto;
  max-width: 450px;
}
.bg-fijo{
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

.stl-logo{
  width: auto;
  height: 50px;
  margin: auto;
  display: block;
}
.h2t{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--cl-gris3);
}
.iniciar-sec{
  background: var(--cl-azul2);
  border-radius: 9px;
  display: flex;
  justify-content: center;
  padding: 10px;
  margin-bottom: 15px;
}
.iniciar-sec i{
  color: var(--cl-azul);
  margin-right: 10px;
}
.iniciar-sec p{
  margin-bottom: 0;
  font-weight: 600;
  color: var(--cl-gris2);
  margin-right: 5px;
}
.iniciar-sec a{
  text-decoration: none;
  font-weight: 600;
}
.login-inp{
  margin-bottom: 15px;
}
.login-inp label{
  font-size: 14px;
  font-weight: bold;
  color: var(--cl-gris2);
}
.login-inp small{
  color: var(--cl-gris-azul);
  font-size: 12px;
  line-height: 18px;
  display: block;
}
.btn-crear{
  background: var(--cl-azul);
  width: 100%;
  display: block;
  color: var(--cl-blanco);
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  line-height: 45px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  
}
small {
  color: var(--cl-gris-azul);
  font-size: 12px;
  line-height: 18px;
  display: block;
}
small a{
  text-decoration: none;
}
.form-log{
  margin-bottom: 50px;
}
.valid { color:var(--cl-verde); }
.invalid { color: #777e90;}

.inp-mostrar{
  position: relative;
}
.inp-mostrar input{
  padding-right: 40px;
}
.ojito-pass{
  position: absolute;
  right: 10px;
  top: 7px;
  color: var(--cl-gris-azul);
  cursor: pointer;
}

.container-form{
  width: calc(100% - 30px);
  max-width: 680px;
  margin: auto;
}
.secw{
  
  margin: auto;
  background: var(--cl-blanco);
  padding: 15px;
  border: 1px solid var(--cl-gris);
  border-radius: 9px;
}

.secw h3{
  font-size: 18px;
  font-weight: bold;

}
.header{
  background: #fff;
  border-bottom: 1px solid var(--cl-gris);
  height: 50px; 
  margin-bottom: 15px;
}
.logo-header{
  height: 40px;
  margin: auto;
  
  width: auto;
}
.header .container{
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.btn-continuar{
  background: var(--cl-azul);
  color: var(--cl-blanco);
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
line-height: 12px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
}
.cont-btn{
  display: flex;
  justify-content: space-between;
}

.list-link{
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
}
.list-link a{
  text-decoration: none;
  z-index: 2;
  position: relative;
}
.list-link a span{
  display: block;
  margin: auto;
  text-align: center;
  background: var(--cl-gris);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  color: var(--cl-gris2);
  font-size: 12px;
  font-weight: bold;
}
.list-link a strong{
  color: var(--cl-gris2);
  font-size: 12px;
  font-weight: bold;
}
.list-link a.act01 strong{
  color: var(--cl-azul);
}
.list-link a.act01 span{
  background: var(--cl-azul);
  color: var(--cl-blanco);
}
.list-link::after{
  content: '';
  width: calc(100% - 30px);
  height: 2px;
  background: var(--cl-gris);
  position: absolute;
  top: 10px;
  z-index: 1;
  left: 15px;
}
.secw2{
  margin: auto; 
  padding: 15px;
  border-radius: 9px;
}
.table-fecha{
  width: 100%;
}
.table-fecha tbody tr td:last-child{
  text-align: right;
}
.table-fecha tbody tr td{
  border-bottom: 1px solid var(--cl-gris);
  height: 32px;
}
.table-fecha tbody tr:last-child td{
  border: none;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { 
  appearance: texfield;
  -moz-appearance:textfield; }
.img-tarj{
  height: 30px;
  width: auto;
}

.division{
  height: 4px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  background: var(--cl-azul);
}

.loader {
  height: 50px;
  
  margin:auto;

  width: 150px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.loader .bar {
  background-color: #00bff3;
  font-size: 0;
  height: 3px;
  opacity: 0;
  width: 25px;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: subtleIn;
  animation-timing-function: ease-in-out;
  display: inline-block;
  vertical-align: middle;

}
.loader .bar:nth-child(1) {
  animation-delay: 0s;
}
.loader .bar:nth-child(2) {
  background-color: #82ca9c;
  animation-delay: 0.3s;
}
.loader .bar:nth-child(3) {
  background-color: #f69679;
  animation-delay: 0.6s;
}
.loader .bar:nth-child(4) {
  background-color: #acd373;
  animation-delay: 0.9s;
}
.loader .bar:nth-child(5) {
  background-color: #959595;
 animation-delay: 1.2s;
}

@keyframes subtleIn {
  0% {
    opacity: 0;
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
  }
  30% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.wizard h3 {
  font-size: 18px;
  font-weight: bold;
}
.wizard h3 span{
  color: var(--cl-azul);
}
.cambia{
  text-decoration: none;
}
.mr0{
  margin-bottom: 0;
}






/* medias */
@media (max-width: 1500px) {

}
@media (max-width: 1336px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 768px){
  .cont-login section:nth-child(2){
    display: none;
  }
  .cont-login section{
    width: 100%;
  }
  .iniciar-sec{
    flex-wrap: wrap;
  }
}











