.strtoupper {
  text-transform: uppercase;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: var(--color-secondary-dark);
  border-color: var(--color-secondary-dark);
}
body {
  opacity: 1 !important;
}
header {
  background-color: #Fff;
}
.hero-static {
  background: none;
  padding: 10px 0;
}
#body img {
  height: auto !important;
}
img {
  max-width: 100%;
  display: inline-block;
}
a:hover {
  text-decoration: none;
  color: var(--color-secondary-dark);
}
a {
  color: var(--color-secondary-dark);
}
.img100 {
  width: 100%;
}
.parsley-errors-list {
  list-style: none;
  color: #F00;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}
.parsley-errors-list * {
  padding: 0;
  margin: 0;
}
.parsley-error {
  border: 2px solid #f00 !important;
}
.parsley-custom-error-message {
  color: #fff;
  background-color: #F00;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.copyright a {
  color: #FFF;
  text-decoration: dotted;
}
.fa-trophy,
.fa-award {
  color: #d4af37;
  font-size: 1.5em;
}
.fa-handshake {
  color: #50b300;
  font-size: 1.5em;
  cursor: pointer;
}
.fa-user-clock {
  color: #FF5E13;
  font-size: 1.2em;
}
.fa-exclamation-triangle {
  color: #f00;
  font-size: 1.2em;
  cursor: pointer;
}
.body_registro .bggray a {
  text-decoration: underline;
}
.body_registro .stepwizard-step p {
  margin-top: 10px;
}
.body_registro .stepwizard-row {
  display: table-row;
}
.body_registro .stepwizard {
  display: table;
  width: 100%;
  position: relative;
}
.body_registro .stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.body_registro .stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;
}
.body_registro .stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.body_registro .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #a0a0a0;
}
.body_registro .btn-circle.btn-primary {
  background: var(--color-secondary-dark);
}
.body_registro .setup-content {
  display: none;
}
.body_registro .setup-content.active {
  display: flex;
}
.body_registro .registro {
  display: none;
}
.body_registro .empresa {
  display: none;
}
.panel-heading {
  padding: 0;
  border: 0;
}
.panel-title > a,
.panel-title > a:active {
  display: block;
  padding: 15px;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none;
}
.panel-heading a:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  transition: all 0.5s;
}
.panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.modal {
  overflow-y: auto;
}
.faq .card {
  border: 0;
  margin-top: 15px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.06);
}
.faq .card-header {
  background-color: #FFF;
}
.faq button.yoyo {
  padding: 15px 10px ;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: var(--color-default);
  text-align: left;
  background: var(--color-white);
  box-shadow: none;
  border-radius: 5px;
}
#mapaConcurso {
  width: 100%;
  height: 60vh;
  background-color: #555;
}
#mapaRegistro {
  width: 100%;
  height: 400px;
  background-color: #555;
}
@media (max-width: 1024px) {
  .AnyTime-win {
    top: 0 !important;
    font-size: 16px !important;
  }
  .AnyTime-hdr {
    margin: 5px 10px !important;
    font-size: 16px;
  }
  .AnyTime-lbl {
    margin-top: 5px !important;
  }
  .AnyTime-x-btn {
    float: none !important;
  }
  .AnyTime-body {
    max-height: 80vh;
    position: relative;
    overflow-y: scroll;
    margin: auto;
  }
  .AnyTime-body .AnyTime-date,
  .AnyTime-body .AnyTime-time {
    float: none !important;
    margin: auto !important;
  }
}
/* ------------------------------------------------------------------------------
*
*  # Anytime picker
*
*  jQuery datepicker/timepicker and a Date/String parse/format utility
*
*  Version: 1.2
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.AnyTime-pkr {
  text-align: center;
  z-index: 9999;
}
.AnyTime-pkr * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.AnyTime-pkr .AnyTime-date {
  float: left;
}
.AnyTime-pkr .AnyTime-date + .AnyTime-time {
  margin-left: 50px;
  float: left;
}
.AnyTime-win {
  padding: 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 3px;
  z-index: 9999;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.AnyTime-cloak {
  position: absolute;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.AnyTime-hdr {
  font-size: 15px;
  margin: 15px 10px;
  line-height: 1;
}
.AnyTime-x-btn {
  font-size: 20px;
  cursor: pointer;
  float: right;
  border-radius: 2px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background-color: green;
  color: #FFF;
  font-weight: bold;
  padding: 5px 10px;
}
/*
  .AnyTime-x-btn:hover {
	opacity: 1;
	filter: alpha(opacity=100);
  }
  .AnyTime-x-btn:after {
	content: 'x';
	//font-family: 'icomoon';
	font-size: 16px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  */
.AnyTime-lbl {
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: 25px;
}
.AnyTime-lbl:first-child {
  margin-top: 7px;
}
.AnyTime-dom-btn-empty,
.AnyTime-min-ten-btn-empty,
.AnyTime-min-one-btn-empty,
.AnyTime-sec-ten-btn-empty,
.AnyTime-sec-one-btn-empty {
  background-color: #fafafa;
  border: 1px solid #fff;
  border-radius: 3px;
}
.AnyTime-yrs .AnyTime-cur-btn,
.AnyTime-yrs .AnyTime-cur-btn:hover {
  background-color: #F44336;
  color: #fff;
}
.AnyTime-mons .AnyTime-cur-btn,
.AnyTime-mons .AnyTime-cur-btn:hover {
  background-color: #26A69A;
  color: #fff;
}
.AnyTime-time .AnyTime-cur-btn,
.AnyTime-time .AnyTime-cur-btn:hover {
  background-color: #607D8B;
  color: #fff;
}
.AnyTime-dom-table .AnyTime-cur-btn,
.AnyTime-body-yr-selector .AnyTime-cur-btn,
.AnyTime-dom-table .AnyTime-cur-btn:hover,
.AnyTime-body-yr-selector .AnyTime-cur-btn:hover {
  background-color: #2196F3;
  color: #fff;
}
.AnyTime-yrs-past-btn,
.AnyTime-yrs-ahead-btn {
  display: inline-block;
}
.AnyTime-yr-prior-btn,
.AnyTime-yr-cur-btn,
.AnyTime-yr-next-btn {
  display: inline-block;
  min-width: 50px;
}
.AnyTime-mons:after {
  content: "";
  display: table;
  clear: both;
}
.AnyTime-dom-table {
  width: 100%;
}
.AnyTime-pkr th.AnyTime-dow {
  color: #999999;
  font-size: 12px;
  padding: 7px;
  font-weight: 400;
}
.AnyTime-mon-btn {
  float: left;
}
.AnyTime-mon7-btn {
  clear: left;
}
.AnyTime-dom-btn:hover {
  background-color: #f5f5f5;
}
.AnyTime-time,
.AnyTime-hrs-am,
.AnyTime-hrs-pm,
.AnyTime-mins-tens,
.AnyTime-mins-ones,
.AnyTime-secs-tens,
.AnyTime-secs-ones,
.AnyTime-hrs,
.AnyTime-mins,
.AnyTime-secs,
.AnyTime-offs {
  display: inline-block;
}
.AnyTime-btn {
  padding: 7px 12px;
  cursor: pointer;
  border-radius: 2px;
}
.AnyTime-btn:hover {
  background-color: #f5f5f5;
}
.AnyTime-hr-btn,
.AnyTime-min-ten-btn,
.AnyTime-min-one-btn,
.AnyTime-sec-ten-btn,
.AnyTime-sec-one-btn {
  min-width: 40px;
}
.AnyTime-hrs-pm,
.AnyTime-mins-ones,
.AnyTime-secs-ones {
  margin-left: 2px;
}
.AnyTime-mins-tens,
.AnyTime-secs-tens {
  margin-left: 20px;
}
.AnyTime-off-cur-btn {
  display: inline-block;
  overflow: hidden;
}
.AnyTime-off-select-btn {
  display: inline-block;
  vertical-align: top;
}
.AnyTime-off-selector {
  margin: 10px;
  position: absolute;
}
.AnyTime-body-off-selector {
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
}
.AnyTime-off-off-btn {
  text-align: left;
}
.AnyTime-yr-selector {
  position: absolute;
  width: 90%;
}
.AnyTime-body-yr-selector {
  margin: 0;
}
.AnyTime-yr-mil,
.AnyTime-yr-cent,
.AnyTime-yr-dec,
.AnyTime-yr-yr,
.AnyTime-yr-era {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.AnyTime-era-btn {
  margin-left: 10px;
}
