/* Id: 7.1670.1701361890
 * Generated: 12/12/2023 21:31:58
 */
    .flutuante {
   position: fixed;
   bottom: 100px;
   right: 5%;
   z-index: 9999;
   background-color: #fff;
   border: 1px solid #ccc;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
   
   .fechar {
		position: absolute;
      	top: 3px;
      	right: 3px;
      	width: 26px;
      	height: 25px;
      	background-color: transparent;
      	border: solid thin;
      	font-size: 16px;
      	cursor: pointer;
      	padding: 0;
      	margin: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
		text-shadow: 1px 1px 2px black, 0 0 1em rgba(0, 0, 0, 0.5), 0 0 0.2em rgba(0, 0, 0, 0.5);
    	min-width: 1px;
    	min-height: 1px;
	}
}
@media (max-width: 500px){
	video_slayer{
		iframe {
			max-width: 320px;
    		max-height: 181px;
  		}
	}
}


      