/*html.sticky-header-active #header .header-body {
  top: 0;
  background: #fff;
  border-bottom-color: #fff;
}*/
#header .header-body {
    background-color: #202020;

}
#header .header-nav-main nav > ul > li > a {
  color: #fff !important;
}
#header .header-nav-main nav > ul > li > a.active {
    color: #fff !important;
}
#header .header-nav-main nav > ul > li > a.active:before {
    border-color: #202020;
}
#header {
  position: relative;
  width: 100%;
  top: 0;
}
#banner-top-slider {
	background: #eeeef0;
	background-image:url(../img/subtle_grunge.png);
	background-repeat: repeat;
  /*background: #616262;
  background: linear-gradient(0deg, rgba(97, 98, 98, 1) 0%, rgba(16, 16, 15, 1) 100%);*/
}

html .btn-dark {
  background-color: #d69f06;
  border-color: #f0da87 #ca9500;
  color: #FFF;
}
#registro .titregistro {
  font-size: 18px;
  padding-bottom: 10px;
  padding-top: 7px;
}
#registro label {
  font-size: 16px;
  padding: 2px 5px;
}
input[readonly], input[readonly]:focus {
  background-color: ghostwhite;
}
#botonCurp {
  padding: 20px 0 0 0;
}
.form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 1.0rem;
  padding-left: 40px;
}
.btn.btn-primary {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
  box-shadow: 0 2px 2px 0 rgba(33, 150, 243, 0.14), 0 3px 1px -2px rgba(33, 150, 243, 0.2), 0 1px 5px 0 rgba(33, 150, 243, 0.12);
}
.btn.btn-fab.btn-round, .btn.btn-just-icon.btn-round {
  border-radius: 50%;
}
.btn.btn-fab, .btn.btn-just-icon {
  font-size: 30px;
  height: 51px;
  min-width: 51px;
  width: 51px;
  padding: 0;
  overflow: hidden;
  position: relative;
  line-height: 51px;
}
#banner-top {
  background: #616262;
  background: linear-gradient(0deg, rgba(97, 98, 98, 1) 0%, rgba(16, 16, 15, 1) 100%);
}
#autoForm strong {
  color: #000;
}
.social-area-one ul li {
  padding: 10px;
}