*, *:before, *:after {
  box-sizing: border-box;
}

body {
  background: #F1F2F6;
  font-family: "Roboto";
  padding: 60px 20px;
	
}
@media (min-width: 600px) {
  body {
    padding: 60px;
  }
}

h1 {
  color: #006BB7;
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

.range-slider {
  margin: 60px 0 0 0%;
}

.range-slider {
  width: 100%;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #006BB7;
  cursor: pointer;
  transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #004d84;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #004d84;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #006BB7;
  cursor: pointer;
  transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #004d84;
}
.range-slider__range:active::-moz-range-thumb {
  background: #004d84;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #004d84;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #006BB7;
  padding: 5px 10px;
  margin-left: 8px;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #006BB7;
  border-bottom: 7px solid transparent;
  content: '';
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}


#resultado{
	font-size: 28pt;
		
}
	

.chocolate1 {
	
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); 
	border-radius: 10px; 
	margin: 3px; 
	padding: 20px 40px 20px 40px; 
	height: 110px;
	position: relative;
	
	
}


.chocolate2 {
	
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); 
	border-radius: 10px; 
	margin: 3px; 
	padding: 20px 40px 20px 40px; 
	height: 110px;
	position: relative;
	
	
}


.chocolate3 {
	
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); 
	border-radius: 10px; 
	margin: 3px; 
	padding: 20px 40px 20px 40px; 
	height: 110px;
	position: relative;
	
	
}


.chocolate4 {
	
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); 
	border-radius: 10px; 
	margin: 3px; 
	padding: 20px 40px 20px 40px; 
	height: 110px;
	position: relative;
	
	
}


.chocolate5 {
	
	background: #006BB7;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); 
	border-radius: 10px; 
	margin: 3px; 
	padding: 20px 40px 20px 40px; 
	height: 110px;
	position: relative;
	
	
}
@media (max-width: 450px){

	.chocolate4 {
		
		height: 120px;

	}
	
	.radio {
		
		display: inline-grid !important;
	}
	
	
	.radio .label {
		margin: 0 auto !important;
	}

	.ctrn {
	
		top: auto !important;
	
	}	
	
}




@media (max-width: 380px){

	.chocolate4 {
		
		height: 190px;

	}
	
	.radio {
		
		display: inline-grid !important;
	}
	
	
	.radio .label {
		margin: 0 auto !important;
	}

	.ctrn {
	
		top: auto !important;
	
	}	
	
	#resultado{
		font-size: 20px !important;
		
	}	
	
}



@media (max-width: 320px){
	#resultado{
		font-size: 15px !important;
		
	}
	
}




