@media (min-width: 900px) {
		
	.modal-encuestas-2-show{

		display: block !important;
		position: fixed; 
		z-index: 101; /* Sit on top */
		padding-top: 5%; /* Location of the box */
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 5%;
		left: 0;
		top: 0%;
		width: 100%; /* Full width */
		height: 100%;  /*Full height */
		overflow: auto; /* Enable scroll if needed */	  
		background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
	}
	
	.modal-encuesta-content{
	    height: 100%;
        width: 70%;
		padding-left: 25%;
	}

	
}


@media (max-width: 899px) {
	
	.modal-encuestas-2-show{

		display: block !important;
		position: fixed; 
		z-index: 101; /* Sit on top */
		padding-top: 5%; /* Location of the box */
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 5%;
		left: 0;
		top: 0%;
		width: 100%; /* Full width */
		height: 100%;  /*Full height */
		overflow: auto; /* Enable scroll if needed */	  
		background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
	}
	
	.modal-encuesta-content{
	    height: 80%;
        width: 100%;
		padding-top: 10%;
	}
}


.modal-encuestas-2-hide{
	display: none;
}


.header-modal-enc{
	background: #343a40;
    text-align: end;
    font-size: larger;
}
/*
.pantalla-semitransparente-azul{	
	background-color: rgba(0, 0, 0, 0) !important;
}
*/