.section-header .logo{
    width: 100px !important;
}
.logo-nav{
    margin-top: 5px !important;
    width: 100px !important;
}

.younoodle iframe{
    width: 100% !important;
}
.respuesta{
    font-size: 1.3em !important;
}
.colorRosaTocToc{
	background: #ff6680;
}
label{
	color: #ff6680;
}
.textareaTocToc {
	width: 100% !important;
  	resize: none !important;
}
input[type=number]{ 
  -webkit-appearance: textfield !important;
  -moz-appearance: textfield !important;
  -o-appearance: textfield !important;
  appearance: textfield !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none !important;
	margin: 0;
}