/* 64ac15 */
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  padding: 1em;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #b9b9b9;
  background-color: #e3e3e3;
}
h1,h4 {
  color: #00788A;
}
input,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
select option,
select {
  width: 100%;
  padding: 1em;
  line-height: 1.4;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background-position: calc(100% - 20px) center;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
input:focus {
  outline: 0;
  border-color: #27603c;
}
input:focus + .input-icon i {
  color: #0d4c20;
}
input:focus + .input-icon:after {
  border-right-color: #00788A;
}
input[type="radio"] {
  opacity: 0;
  position: absolute;
}
input[type="radio"] + label,
select {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
  width: 50%;
  text-align: center;
  float: left;
  border-radius: 0;
}
input[type="radio"] + label:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
input[type="radio"] + label:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
input[type="radio"] + label i {
  padding-right: 0.4em;
}
input[type="radio"]:checked + label,
input:checked + label:before,
select:focus,
select:active {
  background-color: #00788A;
  color: #fff;
  border-color: #00788A;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding-left: 1.6em;
}
input[type="checkbox"] + label:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  padding: 0;
  content: "";
}
input[type="checkbox"] + label:after {
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  font-size: 0.8em;
  color: #fff;
  opacity: 0;
  font-family: FontAwesome;
  content: "\f00c";
}
input:checked + label:after {
  opacity: 1;
}
select {
  height: 3.4em;
  line-height: 2;
  color: #000000;
  width: 100%;
}
select:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
select:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
select:focus,
select:active {
  outline: 0;
}
select option {
  background-color: #00788A;
}
.input-group {
  margin-bottom: 1em;
  zoom: 1;
}
.input-group:before,
.input-group:after {
  content: "";
  display: table;
}
.input-group:after {
  clear: both;
}
.input-group-icon {
  position: relative;
}
.input-group-icon input {
  padding-left: 4.4em;
}
.input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4em;
  text-align: center;
  pointer-events: none;
}
.input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.input-group-icon .input-icon i {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.container {
  max-width: 38em;
  padding: 1em 3em 2em 3em;
  margin: 0em auto;
  background-color: #fff;
  border-radius: 4.2px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
}
.row {
  zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.col-half {
  padding-right: 10px;
  float: left;
  width: 50%;
}
.col-half:last-of-type {
  padding-right: 0;
}
.col-third {
  padding-right: 10px;
  float: left;
  width: 33.33333333%;
}
.col-third:last-of-type {
  padding-right: 0;
}
button {
	width: 100%;
	height: 50px;
	background: #00788A;
	border: none;
	margin-top: 10px;
	color: white;
	font-size: 15px;
}
.result-score {
	color: white;
	width: 100%;
	margin-top: 12px;
	padding: 15px;
}
button:disabled {
  background-color: #ccc; /* Gray background for disabled state */
  color: #666; /* Dimmed text color */
  cursor: not-allowed; /* Cursor changes to show it's not clickable */
  opacity: 0.7; /* Slightly faded appearance */
}
.logo-container {
	text-align: center;
	margin-bottom: 20px;
}

/* Style the logo image */
.logo {
	max-width: 200px; /* Adjust as needed */
	height: auto; /* Maintain aspect ratio */
}
@media only screen and (max-width: 540px) {
  .col-half {
	width: 100%;
	padding-right: 0;
  }
}


.thermometer-container {
  width: 100%;
  max-width: 400px;
  height: 30px;
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(to right,
  #F19BB4 0%,      /* Bajo */
  #F19BB4 43.625%, /* Hasta 3.49/8 */
  #F5E399 43.625%, /* Medio */
  #F5E399 52.875%, /* Hasta 4.23/8 */
  #B7EED1 52.875%, /* Alto */
  #B7EED1 100%);
  margin: 20px auto;
  position: relative;
}

.indicator {
  height: 100%;
  width: 2px;
  background-color: #000;
  position: absolute;
  top: 0;
}
