body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: rgb(242, 242, 242);
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
}

*,
tbody,
.modal {
  /* Ponemos un color de fondo y redondeamos las esquinas del track */
}
* ::-webkit-scrollbar,
tbody ::-webkit-scrollbar,
.modal ::-webkit-scrollbar {
  -webkit-appearance: none !important;
  width: 7px !important;
  min-width: 5px !important;
}
* ::-webkit-scrollbar-track,
tbody ::-webkit-scrollbar-track,
.modal ::-webkit-scrollbar-track {
  border-radius: 5px !important;
  background: #e6e2e2 !important;
  width: 6px !important;
  min-width: 6px !important;
}
* ::-webkit-scrollbar-thumb,
tbody ::-webkit-scrollbar-thumb,
.modal ::-webkit-scrollbar-thumb {
  border-radius: 5px !important;
  background-image: linear-gradient(-45deg, #d1d1d1, #AEAEAE, #a7a7a7);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) !important;
}
* ::-webkit-scrollbar-thumb:active,
* ::-webkit-scrollbar-thumb:hover,
tbody ::-webkit-scrollbar-thumb:active,
tbody ::-webkit-scrollbar-thumb:hover,
.modal ::-webkit-scrollbar-thumb:active,
.modal ::-webkit-scrollbar-thumb:hover {
  background-image: linear-gradient(-45deg, #73bb6b, #124b3e);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
}

.modal-backdrop {
  background-color: #1A1A1A;
  opacity: 0.4 !important;
}

.b2zmodal-backdrop {
  background-color: #1A1A1A !important;
}

.b2zbody {
  background: rgb(242, 242, 242) !important;
}

.bg-primary {
  background-color: #204571 !important;
}

.b2zmodalheader {
  margin-bottom: 0;
  /*padding: 0.75rem 1.25rem !important;*/
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.26) !important;
}

.b2zmodalcontent {
  border-radius: 5px !important;
}

.b2zmodalBody {
  padding: 10px 15px 15px !important;
}

.required::after {
  content: "*" !important;
  color: #f44336 !important;
  border-color: #f44336 !important;
}

.textoCentrado {
  text-align: center;
}

.centrado {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tamanioImagenFondo {
  /*width:50%;*/
  /*height:50%;*/
  position: absolute;
  opacity: 0.2;
}

.fa-b2zColor {
  color: #0a4b3e !important;
}

.slow-spin {
  -webkit-animation: fa-spin 1.2s infinite linear;
  animation: fa-spin 1.2s infinite linear;
}

.b2zPadding0lg {
  padding: 0 !important;
}

.b2zPadding5lg {
  padding-left: 5px !important;
  padding-right: 5px;
}

.b2zPadding {
  padding: 0 !important;
}

.b2zPadding5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.b2zwidthlg {
  width: 100%;
}

.b2zfrom-groupT10 {
  margin-top: 1rem !important;
}

.b2zcontainerLogin {
  /*margin: 100px auto;*/
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.b2zcontainerLoginWithFondo {
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0, 0, 0, 0), inset -10px -10px 60px 0px rgba(0, 0, 0, 0.009) !important;
  -moz-box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0, 0, 0, 0), inset -10px -10px 60px 0px rgba(0, 0, 0, 0.009) !important;
  box-shadow: 0px 10px 13px -7px #000, 5px 5px 15px 5px rgba(0, 0, 0, 0), inset -10px -10px 60px 0px rgba(0, 0, 0, 0.009) !important;
}

.b2zfontsizelabellg {
  font-size: 15px !important;
}

.b2z-margin {
  margin: 0;
}

.b2z-marginLR5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.b2z-marginB10 {
  margin-bottom: 10px;
}

.b2zpaddingTpoLogin {
  padding-top: 1.75rem;
}

.outlined-input-fieldlg {
  position: relative;
  font-family: Roboto;
}

.outlined-input-fieldlg .error-icon, .warning-icon, .helper-text {
  display: none;
}

.outlined-input-fieldlg label {
  background-color: rgb(255, 255, 255);
  cursor: text;
  position: absolute;
  top: 0.99rem !important;
  padding: 0;
  left: 0.5rem !important;
  margin-bottom: 0 !important;
  padding-left: 3px;
  padding-right: 3px;
  z-index: 3;
}

.labelfijolg {
  color: #757575;
  background-color: rgb(255, 255, 255);
  cursor: text;
  position: absolute;
  top: 0.99rem !important;
  padding: 0;
  left: 0.5rem !important;
  margin-bottom: 0 !important;
  padding-left: 3px;
  padding-right: 3px;
  z-index: 3;
}

.b2zselectHeght, .b2zTextHeght {
  /*height: 36px !important;*/
  max-height: 36px !important;
  min-height: 36px !important;
}

.outlined-select-fieldlg {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1pt solid #757575;
  border-radius: 4px;
  padding: 0.4375rem 1.5rem 0.1375rem 0.2rem !important;
  background-image: linear-gradient(0deg, #009688 0, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, 0.26) 0, transparent 0) !important;
}

.outlined-input-fieldlg .outlined-text-fieldlg {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1pt solid #757575;
  border-radius: 4px;
  background-image: linear-gradient(0deg, #009688 0, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, 0.26) 0, transparent 0) !important;
  /*padding: .4375rem .2rem .4375rem .2rem !important;*/
  padding: 0.4375rem 1.5rem 0.1375rem 0.2rem !important;
}

.outlined-input-fieldlg input,
.outlined-input-fieldlg select {
  margin-bottom: 10px;
}

.outlined-input-fieldlg .outlined-text-fieldlg:hover,
.outlined-select-field:hover, .outlined-select-field:hover,
.outlined-email:hover {
  border-color: #4caf50;
}

.outlined-input-fieldlg .outlined-text-fieldlg:focus,
.outlined-select-fieldlg:focus, .outlined-select-fieldlg:focus {
  border: 2px solid #4caf50;
  caret-color: #4caf50;
  color: #000000;
  outline: none;
  outline-offset: 0;
  padding: 0.4375rem 0.15rem;
}

.iconSelectlg {
  position: relative;
}

.iconSelectlg:after {
  /*font-family: "FontAwesome";*/
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  right: 5px;
  top: 7px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}

.iconSelectlg:before {
  content: "";
  right: 4px;
  top: 0px;
  background: rgb(255, 255, 255);
  position: absolute;
  pointer-events: none;
  display: block;
}

.tamanioImagenFondoL {
  width: 75% !important;
}

.tamanioImagenFondoLNew {
  /*width: 60% !important;*/
  max-width: 100% !important;
}

.is-focused [class^=bmd-label], .is-focused [class*=" bmd-label"],
.is-focused [class^=bmd-label], .is-focused [class*=" bmd-label"] {
  /*color: #009688;*/
  color: #4caf50;
}

.outlined-input-fieldlg .outlined-text-fieldlg:focus label,
.outlined-select-fieldlg:focus .outlined-select-fieldlg:focus label {
  color: #4caf50;
}

.strength-meter {
  position: relative;
  height: 3px;
  background: rgb(221, 221, 221);
  margin: 10px auto 20px;
  border-radius: 3px;
}

.strength-meter:before,
.strength-meter:after {
  content: "";
  height: inherit;
  background: transparent;
  display: block;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 0 5px 0 5px;
  position: absolute;
  width: 20%;
  z-index: 10;
}

.strength-meter:before {
  left: 20%;
}

.strength-meter:after {
  right: 20%;
}

.strength-meter-fill {
  background: transparent;
  height: inherit;
  position: absolute;
  width: 0;
  border-radius: inherit;
  transition: width 0.5s ease-in-out, background 0.25s;
}

.strength-meter-fill[data-strength="0"] {
  background: darkred;
  width: 20%;
}

.strength-meter-fill[data-strength="1"] {
  background: orangered;
  width: 40%;
}

.strength-meter-fill[data-strength="2"] {
  background: orange;
  width: 60%;
}

.strength-meter-fill[data-strength="3"] {
  background: yellowgreen;
  width: 80%;
}

.strength-meter-fill[data-strength="4"] {
  background: green;
  width: 100%;
}

/*==================================================
* Efecto 6
* ===============================================*/
/**
-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.6), -10px -10px 60px 0px rgba(0, 0, 0, 0.6), inset -10px -10px 60px 0px rgba(0, 0, 0, 0.2) !important;
-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.6), -10px -10px 60px 0px rgba(0, 0, 0, 0.6), inset -10px -10px 60px 0px rgba(0, 0, 0, 0.2) !important;
box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.6), -10px -10px 60px 0px rgba(0, 0, 0, 0.6), inset -10px -10px 60px 0px rgba(0, 0, 0, 0.2) !important;
**/
.card,
.effect6 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.card:before, .card:after,
.effect6:before, .effect6:after {
  content: none;
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px/10px;
  border-radius: 100px/10px;
}

.card:after,
.effect6:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

.b2zpaddingT0BLR1rem {
  padding: 0.7rem !important;
}

span.field-icon {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  right: 0.5rem;
  top: 2rem;
  z-index: 2;
}

.b2zmidle {
  vertical-align: middle !important;
}

.b2zoverlayXH {
  overflow-x: hidden !important;
}

.b2zoverlayYH {
  overflow-y: hidden !important;
}

.b2zDisPlayNoneLogin {
  display: none;
}

.b2zDisPlayBLock {
  display: block !important;
}

.b2zpadding,
.b2zpadding0 {
  padding: 0 !important;
}

.b2zpadding5F15L {
  padding: 5px !important;
  padding-left: 15px !important;
}

.b2zpadding5F,
.b2zpadding5FULL {
  padding: 5px !important;
}

.b2zpadding2LR {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.b2zpaddingB2 {
  padding-bottom: 2px !important;
}

.b2zpaddingB10 {
  padding-bottom: 10px !important;
}

.b2zpaddingB8 {
  padding-bottom: 8px !important;
}

.b2zpaddingB5 {
  padding-bottom: 5px !important;
}

.b2zpadding5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.b2zpaddingL5 {
  padding-left: 5px !important;
}

.b2zpadding6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.b2zpadding8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.b2zpadding10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.b2zpadding12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.b2zpadding15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.b2zpadding20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.b2zpadding25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.b2zpadding30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.b2zpaddingL0R5 {
  padding-left: 0 !important;
  padding-right: 5px !important;
}

.b2zpaddingL5R0 {
  padding-left: 5px !important;
  padding-right: 0 !important;
}

.b2zpaddingL0R10 {
  padding-left: 0 !important;
  padding-right: 10px !important;
}

.b2zpaddingL10R0 {
  padding-left: 10px !important;
  padding-right: 0 !important;
}

.b2zpaddingL0R15 {
  padding-left: 0 !important;
  padding-right: 15px !important;
}

.b2zpaddingL15R0 {
  padding-left: 15px !important;
  padding-right: 0 !important;
}

.b2zpaddingL0R20 {
  padding-left: 0 !important;
  padding-right: 20px !important;
}

.b2zpaddingL20R0 {
  padding-left: 20px !important;
  padding-right: 0 !important;
}

.b2zpaddingL10R5 {
  padding-left: 10px !important;
  padding-right: 5px !important;
}

.b2zpaddingL0R40 {
  padding-left: 0 !important;
  padding-right: 40px !important;
}

.b2zpadding0L5R {
  padding-left: 0 !important;
  padding-right: 5px !important;
}

.b2zpadding8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.b2zpadding10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.b2zpadding15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.b2zpadding20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.b2zpadding20LRT0B {
  padding: 20px 20px 0 !important;
}

.b2zpadding25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.b2zpadding30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.b2zpadding35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.b2zpadding40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.b2zpadding45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.b2zpadding50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.fabButtonsRadios4L {
  border-radius: 4px !important;
}

.colorRed {
  color: #f44336 !important;
}

.fontsize12px {
  font-size: 12px;
}

.b2zpadding20F {
  padding: 20px;
}

.widthCiudadano {
  width: auto;
  max-width: 70%;
}

.widthValidarCertificado {
  width: auto;
  max-width: 70%;
}

.borderComponentRow {
  border: 1px solid #ccc;
  box-shadow: 0 6px 14px 0 #666;
}

.contentImageCiudadano {
  display: block;
  max-width: 100%;
  align-content: center;
  text-align: center;
}

.componentePrincipalCiudadano {
  display: flex !important;
  flex-flow: row wrap;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 auto;
}

.componenteflex {
  display: flex !important;
  height: 100%;
}

.b2zpositionComponent {
  margin: 0 auto;
  display: grid;
  align-content: center;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, minmax(50%, 80%));
}

.componenteGrid {
  grid-template-rows: repeat(3, 1fr);
  grid-template-areas: "button button button";
}

.gridButton {
  grid-area: button;
}

.btnUser,
.btnGoogle,
.btnFacebook {
  display: grid;
  grid-template-columns: 10% 90%;
  width: 100%;
  min-height: 30px !important;
  padding: 8px 12px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  border-radius: 4px;
  text-shadow: 0 0px 1px #ccc;
  box-shadow: 0 6px 14px 0 #666;
  transition: all 300ms;
  background-color: rgb(255, 255, 255);
  text-transform: none;
}

.btnUser i,
.btnGoogle i,
.btnFacebook i {
  display: block;
  position: relative;
  font-size: 28px;
  text-decoration: none;
  transition: all 200ms;
}

.btnUser span,
.btnGoogle span,
.btnFacebook span {
  text-align: start;
  padding-left: 8px;
}

.btnFacebook:hover,
.btnGoogle:hover,
.btnUser:hover {
  color: rgb(255, 255, 255);
  box-shadow: 0 6px 14px 0 #666;
  transform: scale(1.08);
}

.btnFacebook:hover button li,
.btnGoogle:hover button li,
.btnUser:hover button li {
  font-size: 27px;
}

.btnGoogle:hover {
  background-color: #4285F4;
}

.btnFacebook:hover {
  background-color: #3c5191;
}

.btnUser:hover {
  background-color: #95c11f;
}

.btnUser {
  border: 1px solid #95c11f;
}

.btnGoogle {
  border: 1px solid #DC4A38;
}

.btnFacebook {
  border: 1px solid #3B5998;
}

.colorFacebook {
  color: #3B5998;
}

.colorGoogle {
  color: #DC4A38;
}

.colorGoogle {
  color: #DC4A38;
}

.colorUser {
  color: #95c11f;
}

.contentImageCiudadano {
  display: block;
  max-width: 100%;
  align-content: center;
  text-align: center;
}

.b2zBorder-r-5 {
  border-radius: 5px;
}

.b2zBorder-r-10 {
  border-radius: 10px;
}

.b2zBorder-r-20 {
  border-radius: 20px;
}

.b2zBorder-r-25 {
  border-radius: 25px;
}

.b2zBorder-r-30 {
  border-radius: 30px;
}

.b2zBoxShadow {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.b2zbuttonLink {
  margin: 0 !important;
  text-decoration: underline;
}

.b2zoverlayXH {
  overflow-x: hidden !important;
}

.b2zoverlayYH {
  overflow-y: hidden !important;
}

.b2zoverlayXA {
  overflow-x: auto !important;
}

.b2zoverlayYA {
  overflow-y: auto !important;
}

.fabButtonsLogin,
.fabButtonsEncuesta {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 15px !important;
}

.b2zButtoncol-1 {
  width: 100%;
  min-height: 1px;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.b2zButtoncol-2 {
  width: 100%;
  min-height: 1px;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.b2zButtoncol-3 {
  width: 100%;
  min-height: 1px;
  flex: 0 0 25%;
  max-width: 25%;
}

.b2zButtoncol-4 {
  width: 100%;
  min-height: 1px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.b2zButtoncol-5 {
  width: 100%;
  min-height: 1px;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.b2zButtoncol-6 {
  width: 100%;
  min-height: 1px;
  flex: 0 0 50%;
  max-width: 50%;
}

.b2zButtoncol-7 {
  width: 100%;
  min-height: 1px;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.b2zButtoncol-8 {
  width: 100%;
  min-height: 1px;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.b2zButtoncol-9 {
  width: 100%;
  min-height: 1px;
  flex: 0 0 75%;
  max-width: 75%;
}

.b2zButtoncol-10 {
  width: 100%;
  min-height: 1px;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.b2zButtoncol-11 {
  width: 100%;
  min-height: 1px;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.b2zButtoncol-12 {
  width: 100%;
  min-height: 1px;
  max-height: 40px;
  flex: 0 0 290px;
  max-width: 290px;
}

.b2zmostrarMensaje {
  color: rgb(255, 255, 255) !important;
  font-size: 12px;
}

.labelfijo {
  background-color: rgb(255, 255, 255);
  cursor: text;
  position: absolute;
  top: 0.99rem !important;
  padding: 0;
  left: 0.5rem !important;
  margin-bottom: 0 !important;
  padding-left: 3px;
  padding-right: 3px;
  z-index: 3;
}

.b2zfontsizelabel {
  font-size: 15px !important;
}

.b2z-posicion-alertal {
  margin-top: 65px;
  position: fixed;
  right: 10px;
  z-index: 6000;
}

.b2zfontsize {
  font-size: small;
}

.b2zborderCompTable {
  border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px !important;
}

.b2ztable-Catastro table {
  table-layout: fixed !important;
  border-collapse: collapse !important;
  margin: 0 auto !important;
  border: 1px solid #eee !important;
}

.b2ztable-Catastro thead {
  background-color: #ffffff !important;
  box-shadow: inset 0px -1px 0px #ececec, 0px 5px 5px -5px rgba(0, 0, 0, 0.38) !important;
  position: relative !important;
}

.b2ztable-Catastro thead tr {
  display: block !important;
  position: relative !important;
}

.b2ztable-Catastro th td {
  text-align: left !important;
}

.b2ztable-Catastro tbody {
  display: block !important;
  overflow: auto !important;
  width: 100% !important;
}

.b2ztable-Catastro tfoot {
  display: block !important;
  overflow: auto !important;
  width: 100% !important;
}

.b2zwith0000001P {
  width: 0.00001% !important;
}

.b2zwith01P {
  width: 0.1% !important;
}

.b2zwith0P {
  width: 0 !important;
}

.b2zwith1P {
  width: 1% !important;
}

.b2zwith2P {
  width: 2% !important;
}

.b2zwith3P {
  width: 3% !important;
}

.b2zwith4P {
  width: 4% !important;
}

.b2zwith5P {
  width: 5% !important;
}

.b2zwith6P {
  width: 6% !important;
}

.b2zwith7P {
  width: 7% !important;
}

.b2zwith8P {
  width: 8% !important;
}

.b2zwith8p2P {
  width: 8.2% !important;
}

.b2zwith8p5P {
  width: 8.5% !important;
}

.b2zwith8p8P {
  width: 9.8% !important;
}

.b2zwith9P {
  width: 9% !important;
}

.b2zwith9p75P {
  width: 9.75% !important;
}

.b2zwith9p8P {
  width: 9.8% !important;
}

.b2zwith10P {
  width: 10% !important;
}

.b2zwith11P {
  width: 11% !important;
}

.b2zwith11p8P {
  width: 11.8% !important;
}

.b2zwith12P {
  width: 12% !important;
}

.b2zwith13P {
  width: 13% !important;
}

.b2zwith14P {
  width: 14% !important;
}

.b2zwith15P {
  width: 15% !important;
}

.b2zwith16P {
  width: 16% !important;
}

.b2zwith17P {
  width: 17% !important;
}

.b2zwith18P {
  width: 18% !important;
}

.b2zwith19P {
  width: 19% !important;
}

.b2zwith19p5P {
  width: 19.5% !important;
}

.b2zwith20P {
  width: 20% !important;
}

.b2zwith21P {
  width: 21% !important;
}

.b2zwith22P {
  width: 22% !important;
}

.b2zwith23P {
  width: 23% !important;
}

.b2zwith24P {
  width: 24% !important;
}

.b2zwith25P {
  width: 25% !important;
}

.b2zwith26P {
  width: 26% !important;
}

.b2zwith27P {
  width: 27% !important;
}

.b2zwith28P {
  width: 28% !important;
}

.b2zwith29P {
  width: 29% !important;
}

.b2zwith30P {
  width: 30% !important;
}

.b2zwith31P {
  width: 31% !important;
}

.b2zwith32P {
  width: 32% !important;
}

.b2zwith33P {
  width: 33% !important;
}

.b2zwith34P {
  width: 34% !important;
}

.b2zwith35P {
  width: 35% !important;
}

.b2zwith36P {
  width: 36% !important;
}

.b2zwith37P {
  width: 37% !important;
}

.b2zwith38P {
  width: 38% !important;
}

.b2zwith39P {
  width: 39% !important;
}

.b2zwith40P {
  width: 40% !important;
}

.b2zwith41P {
  width: 41% !important;
}

.b2zwith42P {
  width: 42% !important;
}

.b2zwith43P {
  width: 43% !important;
}

.b2zwith44P {
  width: 44% !important;
}

.b2zwith45P {
  width: 45% !important;
}

.b2zwith46P {
  width: 46% !important;
}

.b2zwith47P {
  width: 47% !important;
}

.b2zwith48P {
  width: 48% !important;
}

.b2zwith49P {
  width: 49% !important;
}

.b2zwith50P {
  width: 50% !important;
}

.b2zwith51P {
  width: 51% !important;
}

.b2zwith52P {
  width: 52% !important;
}

.b2zwith53P {
  width: 53% !important;
}

.b2zwith54P {
  width: 54% !important;
}

.b2zwith55P {
  width: 55% !important;
}

.b2zwith56P {
  width: 56% !important;
}

.b2zwith57P {
  width: 57% !important;
}

.b2zwith58P {
  width: 58% !important;
}

.b2zwith59P {
  width: 59% !important;
}

.b2zwith60P {
  width: 60% !important;
}

.b2zwith61P {
  width: 61% !important;
}

.b2zwith62P {
  width: 62% !important;
}

.b2zwith63P {
  width: 63% !important;
}

.b2zwith64P {
  width: 64% !important;
}

.b2zwith65P {
  width: 65% !important;
}

.b2zwith66P {
  width: 66% !important;
}

.b2zwith67P {
  width: 67% !important;
}

.b2zwith68P {
  width: 68% !important;
}

.b2zwith69P {
  width: 69% !important;
}

.b2zwith70P {
  width: 70% !important;
}

.b2zwith71P {
  width: 71% !important;
}

.b2zwith72P {
  width: 72% !important;
}

.b2zwith73P {
  width: 73% !important;
}

.b2zwith74P {
  width: 74% !important;
}

.b2zwith75P {
  width: 75% !important;
}

.b2zwith76P {
  width: 76% !important;
}

.b2zwith77P {
  width: 77% !important;
}

.b2zwith78P {
  width: 78% !important;
}

.b2zwith79P {
  width: 79% !important;
}

.b2zwith80P {
  width: 80% !important;
}

.b2zwith81P {
  width: 81% !important;
}

.b2zwith82P {
  width: 82% !important;
}

.b2zwith83P {
  width: 83% !important;
}

.b2zwith84P {
  width: 84% !important;
}

.b2zwith85P {
  width: 85% !important;
}

.b2zwith86P {
  width: 86% !important;
}

.b2zwith87P {
  width: 87% !important;
}

.b2zwith88P {
  width: 88% !important;
}

.b2zwith89P {
  width: 89% !important;
}

.b2zwith90P {
  width: 90% !important;
}

.b2zwith91P {
  width: 91% !important;
}

.b2zwith92P {
  width: 92% !important;
}

.b2zwith93P {
  width: 93% !important;
}

.b2zwith94P {
  width: 94% !important;
}

.b2zwith95P {
  width: 95% !important;
}

.b2zwith96P {
  width: 96% !important;
}

.b2zwith97P {
  width: 97% !important;
}

.b2zwith98P {
  width: 98% !important;
}

.b2zwith99P {
  width: 99% !important;
}

.b2zwith100P {
  width: 100% !important;
}

.b2zminWidth90px {
  min-width: 90px;
}

.b2zminWidth80px {
  min-width: 80px;
}

.b2zminWidth70px {
  min-width: 70px;
}

.b2zminWidth60px {
  min-width: 60px;
}

.b2zminWidth50px {
  min-width: 50px;
}

.b2zminWidth46px {
  min-width: 46px;
}

.b2zminWidth40px {
  min-width: 40px;
}

.b2zminWidth30px {
  min-width: 30px;
}

.b2zminWidth20px {
  min-width: 10px;
}

.b2zLineheigth36 {
  line-height: 36px;
}

.b2zLineheigth30 {
  line-height: 30px;
}

.b2zLineheigth25 {
  line-height: 25px;
}

.b2zLineheigth15 {
  line-height: 15px;
}

.b2zLineheigth14 {
  line-height: 14px;
}

.b2zLineheigth13 {
  line-height: 13px;
}

.b2zLineheigth12 {
  line-height: 12px;
}

.b2zLineheigth11 {
  line-height: 11px;
}

.b2zLineheigth10 {
  line-height: 10px;
}

.b2zminheigth36,
.b2zminheigth {
  min-height: 36px !important;
}

.b2zminheigth20 {
  min-height: 20px !important;
}

.b2zminheigth25 {
  min-height: 25px !important;
}

.b2zminheigth30 {
  min-height: 30px !important;
}

.b2zLineheigth20 {
  line-height: 20px !important;
}

.b2zLineheigth25 {
  line-height: 25px !important;
}

.b2zLineheigth30 {
  line-height: 30px !important;
}

.b2zLineheigth40 {
  line-height: 40px !important;
}

.b2zminheigth40 {
  min-height: 40px !important;
}

.b2zLineheigth45 {
  line-height: 45px !important;
}

.b2zminheigth45 {
  min-height: 45px !important;
}

.b2zheigth40 {
  height: 40px !important;
}

.b2zminheigthTableCat {
  min-height: 19px !important;
}

.b2zshadow {
  text-shadow: #000000 2px 2px 0px;
}

.b2zshadowlbl {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
}

.b2zshadowGeneric {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.b2zpadding15L5R5B5T {
  padding-left: 15px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* colocar el tbody como un bloque para que haga escroll independiente de la cabecera*/
.b2zColumn {
  border-left: 0 !important;
  border-right: 0 !important;
}

.b2zpadding-th {
  padding: 0.4rem !important;
}

.colorsuccess-bc {
  border: 1px solid #4caf50 !important;
  background-color: #4caf50 !important;
  color: rgb(242, 242, 242);
}

.colorinfo-bc {
  border: 1px solid #03a9f4 !important;
  background-color: #03a9f4 !important;
  color: rgb(242, 242, 242);
}

.colorwarning-bc {
  border: 1px solid #FFA000 !important;
  background-color: #FFA000 !important;
  color: rgb(242, 242, 242);
}

.colordanger-bc {
  border: 1px solid #f44336 !important;
  background-color: #f44336 !important;
  color: rgb(242, 242, 242);
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 1824px) {
  .widthCiudadano {
    width: auto;
    max-width: 56%;
  }
  .widthValidarCertificado {
    width: auto;
    max-width: 56%;
  }
  .b2zpositionComponent {
    grid-template-columns: repeat(auto-fill, minmax(50%, 80%));
  }
}
@media only screen and (max-width: 1700px) {
  .widthCiudadano {
    width: auto;
    max-width: 60%;
  }
  .widthValidarCertificado {
    width: auto;
    max-width: 56%;
  }
  .b2zpositionComponent {
    grid-template-columns: repeat(auto-fill, minmax(50%, 90%));
  }
}
@media only screen and (min-width: 1401px) and (min-height: 701px) {
  .widthCiudadano {
    width: auto;
    max-width: 70%;
  }
  .widthValidarCertificado {
    width: auto;
    max-width: 40%;
  }
  .b2zpositionComponent {
    grid-template-columns: repeat(auto-fill, minmax(50%, 100%));
  }
}
@media only screen and (max-width: 1400px) {
  .widthCiudadano {
    width: auto;
    max-width: 55%;
  }
  .widthValidarCertificado {
    width: auto;
    max-width: 55%;
  }
  .b2zpositionComponent {
    grid-template-columns: repeat(auto-fill, minmax(50%, 100%));
  }
}
@media only screen and (max-width: 1366px) and (max-height: 768px) {
  .widthCiudadano {
    width: auto;
    max-width: 60%;
  }
  .widthValidarCertificado {
    width: auto;
    max-width: 60%;
  }
  .b2zpositionComponent {
    grid-template-columns: repeat(auto-fill, minmax(50%, 100%));
  }
}
@media only screen and (max-width: 1354px) {
  .widthCiudadano {
    width: auto;
    max-width: 60%;
  }
  .widthValidarCertificado {
    width: auto;
    max-width: 60%;
  }
  .b2zpositionComponent {
    grid-template-columns: repeat(auto-fill, minmax(50%, 100%));
  }
}
@media only screen and (max-width: 1123px) {
  .widthCiudadano {
    width: auto;
    max-width: 80%;
  }
  .widthValidarCertificado {
    width: auto;
    max-width: 80%;
  }
  .b2zpositionComponent {
    grid-template-columns: repeat(auto-fill, minmax(50%, 100%));
  }
  .justifyContentResposive {
    justify-content: left !important;
  }
  .w-responsive {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .widthCiudadano {
    width: auto;
    max-width: 70%;
  }
  .widthValidarCertificado {
    width: auto;
    max-width: 70%;
  }
}
@media screen and (min-width: 1200px) and (max-height: 700px) {
  .widthCiudadano {
    width: auto;
    max-width: 90%;
  }
  .widthValidarCertificado {
    width: auto;
    max-width: 50%;
  }
  .b2zpositionComponent {
    grid-template-columns: repeat(auto-fill, minmax(50%, 100%));
  }
}
@media only screen and (min-width: 993px) and (max-width: 1223px) {
  .b2zpositionComponent {
    justify-content: left;
  }
  .widthCiudadano {
    width: auto;
    max-width: 70%;
  }
  .widthValidarCertificado {
    width: auto;
    max-width: 70%;
  }
  .b2zsizeResponsiveCiu {
    font-size: 1.7rem;
  }
  .col-mlg-6 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .col-md-responsive {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .widthCiudadano {
    width: auto;
    max-width: 95%;
  }
  .widthValidarCertificado {
    width: auto;
    max-width: 95%;
  }
  .b2zsizeResponsiveCiu {
    font-size: 1.4rem;
  }
  #imgCiudadano {
    width: 45%;
  }
  .b2zpaddingTopResposive {
    padding-top: 0 !important;
  }
  .b2zpositionComponent {
    padding: 15px;
  }
  .justifyContentResposive {
    justify-content: center !important;
    text-align: center;
    align-content: center;
  }
  .btnFacebook:hover,
  .btnGoogle:hover,
  .btnUser:hover {
    transform: scale(1.05);
  }
}
@media only screen and (max-width: 800px) {
  .b2zPaddingRes {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .widthCiudadano {
    width: auto;
    max-width: 100%;
  }
  .widthValidarCertificado {
    width: auto;
    max-width: 100%;
  }
  .b2zsizeResponsiveCiu {
    font-size: 1.4rem;
  }
  .btnUser, .btnGoogle, .btnFacebook {
    font-size: 17px;
  }
  .btnUser i, .btnGoogle i, .btnFacebook i {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .tamanioImagenFondoLNew {
    width: 50% !important;
  }
  .required::after {
    content: "*" !important;
    color: #f44336 !important;
    border-color: #f44336 !important;
  }
  .bmd-form-group .bmd-label-static {
    top: 1rem;
    left: 0;
    font-size: 0.75rem;
  }
  .bmd-form-group [class^=bmd-label], .bmd-form-group [class*=" bmd-label"] {
    position: absolute;
    pointer-events: none;
    transition: 0.3s ease all;
  }
  .b2zpaddingTpoLogin {
    padding-top: 0.75rem;
  }
  .outlined-input-fieldlg label {
    top: 0.4rem !important;
  }
}
@media (min-width: 576px) {
  .modal-dialogDep {
    max-width: 600px !important;
  }
}
@media only screen and (max-width: 575px) {
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
}
