article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  margin: 0;
  padding: 0;
  color: black;
  text-decoration: underline;
}

ul {
  list-style: none;
}

.informacionclave {
  background: #b9babf;
  font-size: 12px;
  padding: 17px 17px 25px 17px;
  margin: 27px 0 0 10px;
}
.informacionclave1 {
  background: #b9babf;
  font-size: 12px;
  padding: 17px 17px 17px 17px;
  margin: 27px 0 10px 10px;
}
p {
  color: #1b1b1b;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 14px;
  font-family: "OpenSans";
}

strong {
  color: black;
}

.clear {
  clear: both;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  background-color: #ec0b0b;
  border-color: #ec0b0b;
}

@font-face {
  font-family: "latoregular";
  src: url("../fonts/lato-regular-webfont.woff2") format("woff2"),
    url("../fonts/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"),
    url("../fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*end reset*/
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #eceef7 !important;
}

app-root {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

.boxlogin {
  display: flex;
  min-height: 100vh;
  background: #eceef7;
}

.boxlogin__presentacion {
  width: 60%;
}

.boxlogin__presentacion__inner {
  padding: 55px 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.boxlogin__presentacion__textos {
  color: #fff;
  display: block;
  text-align: center;
  padding: 0 100px;
}

.boxlogin__presentacion__textos h1 {
  color: black;
  font-family: "OpenSans";
  font-weight: bold;
  letter-spacing: 2px;
}

.boxlogin__presentacion__principal {
    max-width: 100%;
    height: auto;
    /*flex: 1;*/
    padding: 80px;
    padding-top: 10px;
    padding-bottom: 0;
    max-height: 50vh;
    box-sizing: border-box;
    display: block;
    margin: 0 auto
}

.boxlogin__boxform {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*LOGIN FIN-----------------*/

.group {
  position: relative;
  margin-bottom: 20px;
}

.group input {
  font-size: 14px;
  padding: 8px 20px 8px 30px;
  display: block;
  width: 100%;
  border: none;
  /* border-radius: 25px; */
  border-bottom: 1px solid #b7b7b7;
}

.group input:focus {
  outline: none;
}

/* LABEL ======================================= */
.group label {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 30px;
  /*    right: 0;*/
  text-align: center;
  width: auto;
  top: 8px;
  transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
}
/* active state */
.group input:focus ~ label,
.group input:valid ~ label {
  top: -16px;
  font-size: 11px;
  color: #d10000;
}
/* HIGHLIGHTER ================================== */
.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
/* active state */
.group input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #fff;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #fff;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #fff;
  }

  to {
    width: 0;
    background: transparent;
  }
}

/*.login-form .group input{
    padding: 10px 20px 10px 20px;
}*/
.login-form .group label {
  top: 10px;
}

.login-form .btn-principal {
  max-width: 100%;
}

.login-form small {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}

.group .btn-principal,
.btn-principal {
  background: #ec0b0b;
  text-align: center;
  color: white;
  border-radius: 30px;
  padding: 10px 70px;
  display: block;
  margin: 0 auto;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.group .btn-principal:hover,
.btn.btn-primary:hover {
  background: #f30000;
}

.login-form h1,
.login-form .sub {
  font-size: 28px;
  letter-spacing: 1px;
  text-align: center;
  color: #000;
  font-family: "OpenSans";
  font-weight: bold;
  line-height: 33px;
}

.login-form .sub {
  font-size: 19px;
  margin-bottom: 25px;
  font-weight: bold;
}

.logo {
  max-width: 100px !important;
  display: block !important;
  margin: 10px auto;
  margin-top: 0;
}

.box_inner_login {
  background: white;
  padding: 35px 40px;
  border-radius: 20px;
  width: 100%;
  margin-top: 15px;
  max-width: 410px;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
}

.text-reg {
  color: black;
  display: block;
  font-size: 15px;
  text-align: center;
}

.text-regI {
  color: black;
  font-size: 14px;
  text-align: center;
}

.text-reg a {
  color: black;
  font-weight: bold;
}

.line {
  background: black;
  height: 7px;
  width: 60px;
  margin: 20px auto;
  display: block;
  border-radius: 31px;
}

.boxinputtext {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -3px;
}

.iconlogin {
  position: absolute;
  top: 8px;
  left: 0px;
  /*margin-top: -8px;*/
  max-width: 18px;
  width: 18px;
  height: 18px;
}

.iconlogin.user {
  background: url(../imgs/user.svg) no-repeat center left;
}

.iconlogin.pass {
  background: url(../imgs/pass.svg) no-repeat center left;
}

.iconlogin.nacimiento {
  background: url(../imgs/nacimiento.svg) no-repeat center left;
}

.iconlogin.codigo {
  background: url(../imgs/codigo.svg) no-repeat center left;
}

.iconlogin img {
  width: 100%;
  display: block;
}

.top-opciones {
  margin-bottom: 0;
  margin-left: auto;
}

.top-opciones li {
  margin: 0 15px;
  display: inline-block;
}

.top-opciones img {
  display: block;
  max-width: 30px;
  margin: 0 auto;
}

.top-opciones span {
  color: black;
  text-align: center;
  font-size: 15px;
}
/*INTERNA-------------------*/

.navbar-brand img {
  display: block;
  width: 100px;
  max-width: 80px;
}

/*.nav-item {
    margin: 0 15px;
}*/

.line-nav.nav-item:after {
  content: "";
  display: block;
  height: 4px;
  width: 25px;
  margin: 0 auto;
  background: black;
}

.navbar-light .navbar-nav .active > .nav-link {
  color: #ec0b0b;
}

.line-nav.nav-item.active:after {
  background: #ec0b0b;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
  text-decoration: none;
}

.namebox {
  background: url(../imgs/name.svg) no-repeat left center;
  padding-left: 40px !important;
  background-size: 28px;
  margin-left: 50px;
}

.section {
  background: #e0dada url(../imgs/message.svg) no-repeat bottom right;
  border-radius: 20px;
  padding: 45px 35px;
  background-size: 260px;
  margin-bottom: 30px;
  box-shadow: 0px 20px 24px rgba(0, 0, 0, 0.1);
}

.title {
  color: black;
  font-family: "OpenSans";
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

.box_inner_login .info-mobile {
  display: none;
}

.box-opc {
  width: 100%;
  display: flex;
  max-width: 380px;
}

.box-300,
.box-600 {
  width: 100%;
  max-width: 280px;
  margin: 40px auto;
  margin-bottom: 0;
}

.box-600 {
  max-width: 870px;
}

form .box-300 label {
  text-align: center;
  display: block;
}

form label {
  margin-bottom: 4px;
}

form label i {
  color: #fb0000;
}

.box-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}

.box-center button {
  margin: 0 8px;
}

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-info {
  border-radius: 35px;
  background: #ec0b0b;
  text-align: center;
  border: 0;
  padding: 8px 45px;
  display: block;
}

.btn.btn.btn-info {
  background: #8e8a8a;
}

.btn.btn-secondary {
  background: #8e8a8a;
  color: dimgrey;
  color: #fff;
}

.circle {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 35px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #383838;
  position: relative;
  z-index: 2;
  background: white;
}

.circle span {
  font-size: 18px;
  text-align: center;
  display: block;
}

.activo {
  border: 0;
  color: white;
  background: #ec0b0b;
}

.line-up {
  height: 1px;
  width: 100%;
  background: black;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-top: 19px;
  z-index: 1;
}

.wizard {
  display: flex;
  flex-wrap: wrap;
  /* height: 400px; */
  align-content: space-between;
  position: relative;
}

.content-wizard {
  display: flex;
  justify-content: center;
}

.dropdown-item {
  text-decoration: none;
}

.box-300 input {
  text-align: center;
}

.step {
  margin: 0 40px;
}
@media(max-width<=768px) {
  .step {
    margin: 0 10px !important;
  }
}

@media(max-width:768px) and (max-width:992px) {
  .step {
    margin: 0 10px !important;
    ;
  }
}
.step p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 0;
}

.box-expe {
  border-radius: 15px;
  background: #b3b3b3;
  padding: 15px;
  margin-bottom: 15px;
}

.box-expe .form-group {
  margin-bottom: 0;
}
/*
.form-control {
    height: calc(2.2rem + 0px);
    padding: .275rem .55rem;
}*/

.tab-content {
  padding: 30px 0;
}

.nav-link {
  text-decoration: none;
}

.lead,
.lead-2 {
  display: block;
  font-size: 14px;
  color: black;
  text-align: center;
}

.lead-2 {
  font-size: 12px;
  margin-top: 4px;
  color: #989898;
}

.nav-tabs {
  align-items: center;
  justify-content: center;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #000000;
  font-weight: bold;
  background: #e8f0fe;
}

.nav-tabs .nav-link {
  color: gray;
}

.head-back {
  background: #eceef7;
}
.tbody-back {
  background: #fff;
}
.chk {
  background-color: #fff;
}

.chk1 {
  font-size: 14px;
  color: black;
  display: contents;
}

.box-alert {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 400px;
  padding: 25px;
  margin: 0 auto;
}

.box-alert h2 {
  margin: 15px auto;
  font-weight: bold;
  font-size: 24px;
}

.box-terminos {
  border: 1px solid gray;
  padding: 30px;
  height: 300px;
  display: block;
  margin: 30px 0;
  overflow: hidden;
  overflow-y: scroll;
  background: #efefef;
  background: #efefef;
  font-size: 15px;
  text-align: justify;
}

.box-fin {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.modal-header {
  background-color: #e8f0fe;
  color: black;
}

.modal-header .close {
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}

@media (max-width: 880px) {
  .boxlogin__presentacion__textos {
    padding: 0 20px;
  }
}

@media (max-width: 680px) {
  .navbar-nav .dropdown {
    margin-top: 16px;
  }

  .boxlogin__presentacion__textos {
    padding: 0 20px;
  }

  .boxlogin__presentacion {
    display: none;
  }

  .box_inner_login .info-mobile {
    display: block;
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }

  .logo {
    max-width: 70px;
    margin-bottom: 10px;
  }

  .info-mobile img {
    width: 70%;
    margin: 12px auto;
    display: block;
  }

  .box_inner_login {
    padding: 20px 35px;
  }

  .top-opciones {
    margin-right: 0;
  }

  .info-mobile h2 {
    font-size: 20px;
    text-align: center;
  }

  .login-form .sub {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: normal;
  }

  .top-opciones {
    margin-top: 8px;
  }

  .top-opciones span {
    font-size: 13px;
  }

  .box_inner_login {
    width: 92%;
  }

  .navbar-nav {
    background: white;
    padding: 15px;
  }

  .nav-link {
    padding: 0.2rem 1rem;
  }

  .nav-item {
    margin: 0;
    margin-bottom: 5px;
  }

  .line-nav.nav-item:after {
    display: none;
  }

  .namebox {
    margin-left: 0;
    padding: 10px 0;
    padding-left: 40px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }

  /*.boxmensaje_jee {
        padding: 55px 30px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35%;
    }*/

  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }
}
