@font-face {
    font-family: 'Charter';
    src: url('fonts/Charter-Roman.woff2') format('woff2'),
        url('fonts/Charter-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Charter';
    src: url('fonts/Charter-Bold.woff2') format('woff2'),
        url('fonts/Charter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



* {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;

}

h1, h2, h3, h4, h5, h6 {
  font-family: "Charter", sans-serif;
}


h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
  font-family: "Charter", sans-serif;
}

.first-section-challenge {
	background: url('img/fondo-challenge.jpg')100% 100% no-repeat;
	background-size: cover;
	background-position-y: -130px;
	color: #fff;
	min-height: 400px;
	height: 100vh;
	padding-top: 40px;
	margin-bottom: -20px;
}

.grid-intro-challenge {
	padding-top: 50px;
}

.title-intro {
	font-weight: bold;
	color: #fff;
	line-height: 51px;
}

.title-intro span {
	font-family: "Charter", sans-serif;
	font-weight: bold;
	color: #128f88;
}

.intro-box p{
	font-size: 20px;
}

.button-test {
  background: #00796b;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.centered {
  margin: 0 auto;
  display: block;
}

.logo-contianer{
	max-width: 350px;
	margin: 0 auto;
	display: block;
	margin-top: -30px;
	margin-bottom: 30px;
}


/*agregado*/

.first-questions,
.second-questions {
  background: #e5eaee;
  min-height: 100vh;
  padding: 50px 0;
  color: #27436D;
}

.challenge-question-container {
  max-width: 620px;
  margin: 0 auto;
}

.question-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  overflow: hidden;
}

.question-header {
  background: #2d2b63;
  color: #fff;
  text-align: center;
  padding: 18px 20px;
}

.question-header h4 {
  color: #fff;
  margin: 0;
  font-weight: bold;
}

.question-body {
  padding: 35px;
}

.question-body h5 {
  color: #27436D;
  font-weight: bold;
  margin-bottom: 15px;
}

.question-body p {
  color: #3B3838;
  font-size: 16px;
  margin-bottom: 25px;
}

.question-option {
  position: relative;
  margin-bottom: 12px;
}

.question-option input {
  display: none;
}

.question-option label {
  display: block;
  border: 1px solid #d7dce2;
  border-radius: 6px;
  padding: 15px 15px 15px 50px;
  background: #fff;
  color: #27436D;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s ease;
}

.question-option label:before {
  content: "";
  width: 17px;
  height: 17px;
  border: 2px solid #aeb7c2;
  border-radius: 50%;
  position: absolute;
  left: 18px;
  top: 18px;
}

.question-option input:checked + label {
  background: #eefafa;
  border-color: #128f88;
}

.question-option input:checked + label:before {
  border-color: #128f88;
  background: radial-gradient(circle, #128f88 45%, transparent 48%);
}

.button-question {
  background: #00796b;
  color: #fff;
  font-weight: 600;
  padding: 13px 40px;
  border-radius: 5px;
  margin-top: 20px;
}

.button-question:hover,
.button-question:focus {
  background: #128f88;
  color: #fff;
}

.button-back {
  background: transparent;
  color: #00796b;
  border: 1px solid #00796b;
  font-weight: 600;
  padding: 13px 35px;
  border-radius: 5px;
  margin-top: 20px;
  margin-right: 10px;
}

.button-back:hover {
  background: #00796b;
  color: #fff;
}

.steps-indicator {
  text-align: center;
  margin-bottom: 25px;
}

.step-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #d8dde3;
  color: #7F7F80;
  border-radius: 50%;
  font-size: 13px;
  font-weight: bold;
  margin: 0 6px;
}

.step-dot.active {
  background: #128f88;
  color: #fff;
}

.first-section-challenge,
.first-questions,
.second-questions {
  transition: all .45s ease;
}

.hide {
  display: none;
}

.question-error {
  background: #fff3f3;
  color: #b00020;
  border-left: 4px solid #b00020;
  padding: 10px 15px;
  margin-top: 18px;
  font-weight: 600;
  border-radius: 4px;
}

.form-challenge {
  background: #e5eaee;
  min-height: 100vh;
  padding: 50px 0;
  color: #27436D;
}

.form-challenge label {
  color: #27436D;
  font-weight: 600;
  margin-bottom: 14px;
}

.form-challenge input,
.form-challenge select {
  border-radius: 6px;
  border: 1px solid #d7dce2;
  box-shadow: none;
  height: 46px;
  margin-top: 6px;
}

.privacy-text {
  font-size: 13px;
  color: #7F7F80;
  margin-top: 15px;
}

.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
  border: 2px solid #00CC00 !important;
}

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
  border: 2px solid #CC0000 !important;
}

.swal2-popup {
  border-radius: 14px;
}

.swal2-title {
  font-family: "Charter", sans-serif;
  font-weight: bold;
}

.roulette-challenge {
  background: #e5eaee;
  min-height: 100vh;
  padding: 50px 0;
}

.roulette-wrapper {
  position: relative;
  width: 620px;
  max-width: 100%;
  margin: 30px auto;
}

#rouletteCanvas {
  width: 100%;
  height: auto;
  transition: transform 5s cubic-bezier(.12,.72,.18,1);
}

.roulette-pointer {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 32px solid #ef9237;
}

#spin-roulette:disabled {
  opacity: .7;
  cursor: not-allowed;
}

@media screen and (max-width: 640px) {
  .question-body {
    padding: 25px 20px;
  }

  .first-questions,
  .second-questions {
    padding: 30px 0;
  }
}





