
/*  */
.iconoencuesta {
	position:fixed;
	width:60px;
	height:60px;
	bottom:45px;
	top: 20%;
	/* right:; */
  
	background-color:#94bb20;
	color:#FFF;
	border-radius:0 50px 50px 0;
	text-align:center;
	font-size:2.3em;
	z-index:100;

	opacity:1;
	/* transition: opacity .7s; */
  }
	/* #encuesta_satisfaccion.fade {
	  opacity:0;
    } */
    .iconoencuesta2 {
        position:fixed;
        width:90%;
        height:60px;
        bottom:45px;
        top: 20%;
        
        background-color:#94bb20;
        color:#FFF;
        border-radius:0 50px 0 0;
        text-align:center;
        font-size:2.5em;
        z-index:100;
    
        opacity:1;
        display: none;
        /* transition: opacity .7s; */
      }
        /* #encuesta_satisfaccion.fade {
          opacity:0;
        } */
.sidebarEncuesta {
    position: fixed;
    color: black;
    height: 50%;
        /* top: 26%; */
		/* width: 500px; */
		width: 0;
    margin-top: 0;
    /* right: 0; */
    left: 0;
    z-index: 1;
		font-size: .8em;
    background-color: rgba(247, 247, 247, 0.966);
		/* border-color: #d43742; */
    border-bottom: olive;

    overflow-x: hidden;
    transition: 0.3s;
    padding: .1rem 0;
    border-radius: 0 0 50px 0;
    /* box-sizing:border-box; */

}
    div.sidebarEncuesta form {
        margin: 2em 1em 2em 1em;
    }
    div.sidebarEncuesta form div{
        font-size: 1.2em;
        text-align: center;
    }
    .mensajeEncuesta::placeholder {
      color: black;
      opacity: 0.97; /* Firefox */
    }