.otrostextinput.active{
	background-color: #E7D6E8 !important;
	font-family: "ITCAvantGardePro-Bold" !important;
}
.opacityif{
	text-decoration:none;
	opacity:.5;
}

.justifyleft {
    justify-content: left !important;
}

.advice{
	color: #E7D6E8 !important;
	font-family: "ITCAvantGardePro-Bold" !important;
	font-weight: bold !important;
}

.encuesta .pasos .paso.final .form-group input[type="email"] {
    margin-bottom: .5rem;
}
.encuesta .form-group input[type="email"] {
    display: block;
    border: 1px solid #E7D6E8;
    height: 34px;
    color: #ffffff;
    font-size: 14px;
    font-family: "ITCAvantGardePro-Bk";
    text-align: center;
    position: static;
    width: 100%;
    opacity: 1;
    background-color: transparent;
    color: #fff;
    outline: none;
}
.encuesta .form-group input[type="email"]::placeholder {
  color: #fff !important;
}

@media (min-width: 768px){
	.encuesta .form-group input[type="email"] {
	    font-size: 17px;
	}
}