
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ededed;
}
body {
  background-image: url(/static/img/svg/fondo.svg);
  background-position: top;
  background-size: 300px;
  background-repeat: repeat;
}
body:has(main.error) {
    background: #2A3F54;
    color: #73879C;
}

main {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
main.form-welcome,
main.faq {
  max-width: 860px;
  /* margin: 0 auto; */
}
main.form-welcome form > *:not(.max-width-8) {
  max-width: 330px;
  margin: auto;
  justify-content: center;
  display: flex;
}
main.form-confirmar-correo {
  max-width: calc(860px + 300px);
  /* margin: 0 auto; */
}
main.error {
    max-width: 430px;
}
.fondo-s {
  width: calc(860px + 300px);
  height: 100vh;
  background: #ededed;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}
.form-reset .checkbox,
.form-signin .checkbox {
  font-weight: 400;
}

main .form-floating:focus-within {
  z-index: 2;
}

.btn.hover-alt:hover {
  color: var(--bs-btn-hover-color);
  background-color: #2DD69C;
  border-color: #2DD69C;
}
.link-otro {
  color: #2DD69C!important;
  text-decoration-color: #2DD69C!important;
}
.small, small {
  font-size: .99rem;
}

.c-azul {
  color: #005E7C!important;
}
.c-negro {
  color: #000!important;
}
.fw-500 {
  font-weight: 500!important;
}
.fw-600 {
  font-weight: 600!important;
}
.fs-7 {
  font-size: .8rem!important;
}
.mensaje {
  background: #005E7C;
  color: #fff;
  padding: 4px 15px;
  font-style: italic;
  font-size: 1.5em;
}
.max-w-300 {
  max-width: 300px!important;
}
.grid_blanco {
  display: grid;
  background: #fff;
  padding: 25px 70px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.row_gap_1 {
  row-gap: 12px;
}
.row_gap_2 {
  row-gap: 10px;
}
.grid_paso {
  display: grid;
  grid-template-columns: 40px 1fr 190px;
  grid-template-rows: 100px;  
}
.grid_paso.linea {
  grid-template-rows: 2px;
}
.grid_boton {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 100%;
  position: relative;
  padding: 5px;
  background: #005E7C;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
img.icono, img.link, img.ico-flecha, img.ico-descarga, img.ico-sis {
  max-width:100%;
  max-height:100%;
}
img.ico-sis {
  max-width: 160px;
}
img.icono {
  justify-self: center;
}
img.link {
  position: absolute;
  width: 20px;
  right: 10px;
  top: 10px;
}
img.ico-info {
  max-width: 60px;
}
.grid-column-2 {
  grid-column: 2;
}
.pointer {
  cursor: pointer!important;
  transition: .3s;
}
.pointer:hover {
  opacity: .9;
}
.form-floating>label {
  z-index: 5;
}
.show_pass, .show_pass:hover  {
  border: var(--bs-border-width) solid var(--bs-border-color);
  background: #fff;
  /* border-left: 0; */
}
.grid_descarga {
  display: grid;
  background: #ededed;
  grid-template-columns: 1fr auto 1.5fr;
  grid-template-rows: 50px;
  column-gap: 25px;
  color: #9d9d9c;
}
.grid_info {
  display: grid;
  grid-template-columns: 60px 1fr;
  column-gap: 15px;
}
.justify-self-end {
  justify-self: end!important;
}
.w-35px {
  width: 35px!important;
}
.fs-7 {
  font-size: .875em!important;
}
.aviso_caja {
  display: grid;
  grid-template-rows: 50px 400px;
  border-radius: 15px;
  -webkit-box-shadow: 10px 10px 30px -11px rgba(0,0,0,0.41);
  -moz-box-shadow: 10px 10px 30px -11px rgba(0,0,0,0.41);
  box-shadow: 10px 10px 30px -11px rgba(0,0,0,0.41);
  max-width: 500px;
  margin: 0 auto;
}
.aviso_caja_top {
  display: grid;
  grid-template-columns: 12px 12px 12px;
  grid-template-rows: 12px;
  border-radius: 15px 15px 0 0;
  column-gap: 8px;
  background: #005e7c;
  padding-left: 15px;
  align-content: center;
}
.aviso_caja_body {
  display: grid;
  grid-template-rows: 60px auto;
  background: #fafafa;
  border-radius: 0 0 15px 15px;
  padding-top: 15px;
}
.aviso_caja_circle {
  border-radius: 50%;
}
.circle_red {background: #b81a1e;}
.circle_yellow {background: #f14f12;}
.circle_green {background: #64a82e;}
.aviso_caja_ico {
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  align-self: center;
}
.fa-circle-check {color: #64a82e;}
.fa-circle-exclamation {color: #ffc004;}
.fa-circle-xmark {color: #b81a1e;}
.aviso_caja_text {
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
}
@media (max-width: 650px) {
  .grid_contrasena {
    row-gap: 20px;
  }
  .grid_contrasena p {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .grid_paso {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto 100px;
    row-gap: 10px;
  }
  .grid_boton {
    grid-column: 1 / span 2;
    width: 155px;
    margin: 0 auto;
    height: 100px;
  }
}
