@charset "utf-8";
/* CSS Document */

/* PAGE & INPUT STYLING */

.upform input[type="radio"].toggle {
  display: none;
}
.upform input[type="radio"].toggle + label {
  cursor: pointer;
}
.upform input[type="radio"].toggle + label:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: left 100ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 100ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: -1;
}
.upform .btn-label {
  border: 1px solid #e36886;
  border-radius: 3px;
  color: #e36886;
  padding: 10px;
  position: relative;
  width: 100%;
  background-color: #fff;
}
.upform .btn-label:hover {
  background-color:#e36886;
  color:#fff;
}
.upform .btn-label > span {
  float: left;
  text-align: center;
  width: 100%;
  padding-top: 10px;
  font-size: 16px;
}

.upform .input-block{
	display:none;
}
.upform .input-block.active{
	display:block !important;
}
.img-responsive{
	max-width:100%;
}
.input-block > h2 {
  padding-bottom: 20px;
}
.upform{
    padding-bottom: 24px;
	padding-left: 0px;
    padding-right: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
}
.upform .h4{
	margin-bottom:0px;
}
.upform .input-control{
	padding-top:15px;
}
.upform .rotulo-cual {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -1px;
	line-height: 1;
}
.upform small{
    color: #ababab;
    text-transform: uppercase;
}
.formulario-medidas #boton_aceptar{
	display:none;
	text-align:center;
	padding-top:15px;	
}
/* MD */
@media (min-width: 768px) {
	.upform .rotulo-cual {
    	font-size: 22px;
	}
	.upform .btn-label>span {
		font-size: 14px;
	}
	.upform{
		padding-top: 45px;
    	padding-bottom: 70px;
	}
}
/* LG */
@media (min-width: 992px) {
	.upform .btn-label>span {
		font-size: 21px;
	}
}
/* UPFORM STYLE ENDS*/
