.survey-body {
  font-family: "Poppins", "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0px !important;
}

.survey-content {
  padding-left: 5%;
  padding-right: 5%;
}

.header-image {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.footer-image {
  height: auto;
  width: 100%;
  padding-top: 1%;
}

.footer-content {
  height: auto;
  width: 100%;
  padding-top: 1%;
}

.survey-header {
  padding-top: "3%";
  background-image: "https://www.contacto.izzi.mx/visual/encuesta/izzi_troublecall_Header.png";
}

.survey-title {
  padding-left: 10%;
  width: 100%;
  font-size: 35px;
  color: rgb(26, 179, 148);
}

.survey-page {
  margin-top: 0%;
  margin-right: 5%;
  margin-left: 5%;
}

.sv-question {
  font-size: 32px;
  font-family: "Poppins";
  margin-bottom: 2%;
}

.sv-title {
  font-size: 32px;
  font-family: "Poppins";
  margin-bottom: 2%;
}

.sv-question__title {
  font-size: 32px;
  font-family: "Poppins";
  margin-bottom: 2%;
}

.survey-question-row {
  padding-bottom: 1.5em;
}

.survey-radiogroup-item {
  width: 90% !important;
  margin-left: 10%;
}

.survey-radiogroup-control-label {
  font-size: 25px;
  font-weight: bold;
}

.survey-rating-item {
  padding-left: 3%;
}

.survey-rating-item-text {
  color: black;
  background: rgb(255, 222, 51);
  border-color: rgb(255, 222, 51);
  width: 3.5em;
  font-weight: bold;
  border-radius: 50%;
  height: 2.5em;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 1.13;
  cursor: pointer;
  padding-top: 2%;
}

.sv-item__control-label {
  margin-left: 2%;
  font-size: 20px !important;
}

.sv-rating__min-text {
  padding-right: 2%;
}

.sv-rating__min-text span {
  font-weight: bold;
}

.sv-rating__max-text span {
  font-weight: bold;
}

.survey-rating-item-selected .survey-rating-item-text {
  background-color: rgb(26, 179, 148);
  color: rgb(255, 255, 255);
  border-color: rgb(26, 179, 148);
}

.survey-comment-area {
  width: 90%;
  border-radius: 10px;
}

.warning-modal {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.warning-modal h1,
h2,
h3,
h4 {
  font-weight: normal;
}

.modal-close-button {
  display: block;
  width: 20%;
  height: 5%;
  background: black;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  color: white;
  font-weight: normal;
  text-decoration: none;
  float: right;
}

.modal-close-button:hover {
  background-color: #01b1c9;
}

.modal a.close-modal {
  display: none;
}

.sv-question__num {
  display: none;
}

.sv-row:not(:last-child) {
  padding-bottom: 1em;
}

.sv-rating__item {
  --israting: 2;
  margin-right: 7px;
}

/*
.sv-rating__item-text {
  border-radius: 5px;
  font-size: 7px;
}
*/

.sv-rating__item--selected input:focus {
  outline: red !important;
}

.sv-rating__min-text {
  margin-right: 0px !important;
}

/*.sv-footer__prev-btn {
  display: none !important;
}*/

.sv-footer__complete-btn {
  float: right;
  /*margin-left: 45%;*/
}

.not-available {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #004b8d
}

.not-available h1 {
  text-align: center;
}

.footer {
  bottom: 0;
  width: 100%;
  padding-bottom: 0px;
  padding-top: 20px;
  background-size: cover;
  position: relative;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sv-completedpage {
  padding-top: 0px;
  height: 13em;
  background-color: white !important;
}

.sv-completedpage p {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}

.sv-radio__decorator {
  border: none;
}

input[type="radio" i] {
  border: none;
}

div#wrapperLogo {
  height: 120px;
  /* height of the background image? */
  background: url('https://profuturo.limetropy.com/survey/assets/img/logos/logo-profuturo.png') no-repeat 0 0;
  text-align: center;
  background-position: center;
  margin-top: 20%;
}

.sv-completedpage:before {
  background-image: none !important;
  height: 10px !important;
}

/*.sv-progress {
  bottom: 2%;
  position: relative;
}

.sv-footer {
  bottom: 0;
  position: relative;
  width: 80%;
}*/

@media (min-width: 320px) and (max-width: 600px) {

	.sv-rating__item-text {
	  border-radius: 5px;
	  font-size: 7px !important;
	}

	.sv-item__control-label {
    font-family: "Poppins";
	  margin-left: 2%;
	  font-size: 16px !important;
	}
	
	.sv-question__title{
		font-size: 16px !important;
	}

}

@media (min-width: 601px) {

	.sv-rating__item-text {
	  border-radius: 5px;
	  font-size: calc(16 * var(--israting)) px !important;
	}
}