/* COTIZACIONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN */#widget{ width: 100%;	     background: rgba(0,0,0,.8);	     position: fixed;	     top: 0;	     z-index: 18;	     height: 100vh;}.widget-centro{  position: absolute;	             top: 50%;	             left: 50%;			     transform: translateY(-50%)				 translateX(-50%)}			.widget-cerrar{ width: 50px;				height: 50px;				background:#00f20b;				position: absolute;				top: -10px;				right:-10px;				cursor: pointer;}.widget-cerrar span{ color: #fff;			         position: absolute;			         top: 50%;			         left: 50%;			         transform: translateX(-50%)			         translateY(-50%);}.widget-cerrar:hover{ background: #f12 }			         @media screen and (max-width: 600px){#whatapp-people-widget{ width: 100% }.widget-centro{  width: 100%}.widget-cerrar{ top: 20px;			    right:30px;}}