#medico-intersticial {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
display: none;
justify-content: center;
align-items: center;
z-index: 99999;
text-align: center;
flex-direction: column;
padding: 20px;	
}

#medico-intersticial > div {
background: white; 
color: black;
width: 80%; 
height: auto; 
padding: 50px 20px 75px;
}

#btn-si-medico {
padding: 10px 20px; 
margin-right: 10px; 
color: #FFFFFF !important; 
border-width: 1px !important; 
background-color: #f43c2d;
cursor: pointer;
}

#btn-no-medico {
padding: 10px 20px;
cursor: pointer;	
}

#botones-medico {
margin-top: 45px;
}

#top-header {
z-index: 9998 !important;	
}

@media screen and (max-width: 768px) { 
	#medico-intersticial > div {
	width: 100%;	
	}
	#btn-si-medico, #btn-no-medico{
	width: auto;
	display: block;
	margin: 5px 10px;
	}
	
}
