
@media (max-width:767px) {
	
}
@media (max-width:480px) {
	.container {
		width: 100%;
    margin: 0 !important;
	}
	img.close-modal-overlay {
		width: 60px;
	}
	.boton-zen {
		padding: 5px 12px;
		margin-top: 0px;
		font-size: 10px;
	}
	.barra-progrecion {
		width: 60%;
		left: 20%;
		top: 13px;
	}
	#myModal .modal-body {
		padding: 15px 0px;
		min-height: 240px;
	}
	.overlay p {
		font-size: 15px;
	}
	.modal-header h2 {
		font-size: 12px;
	}
	.numero-pasos {
		padding-top: 5px;
		width: 30px;
		height: 30px;
	}
	.tooltip-zb .tooltiptext {
		width: 320px;
	}
	.tooltiptext h4 {
		font-size: 12px;
	}
	.tooltiptext span {
		font-size: 10px;
		line-height: 10px;
	}
	.row.gris {
		padding: 20px 10px 10px;
		background: #f3f3f3;
		margin-bottom:1px;
		border: 1px solid #b2b2c7;
	}
	#myModal .overlay .modal-body {
		padding-top: 0px;
	}
	.fondo-rojo img {
		margin-bottom: -75px;
		width: 130px;
	}
	.overlay .modal-header {
		background-position: center center;
		background-size: auto 100%;
		min-height:175px;
	}
	.overlay h1 {
		padding-top: 0;
		font-size: 30px;
	}
	.overlay p span {
		display: none;
	}	
	.overlay .boton-rojo {
		font-size: 15px;
	}
	.texto-aprobacion {
		font-size: 13px;
	}
	.titulo-aprbado {
		font-size: 22px;
	} 
	/* MODAL */
	.modal-information {
    width: 100%;
    height: 90%;
	}
	.modal-body {
		max-height: unset;
		height: 80%;
	}
	.cedulas img{
		width: 60%;
	}
	.cedulas span{
		width: 100%;
		display: block;
	}
}
@media (max-width:376px) {
	.barra-progrecion {
		width: 50%;
		left: 25%;
		top: 13px;
	}
	.tooltip-zb .tooltiptext {
		width: 280px;
	}
}
@media (max-width:321px) {
	.tooltip-zb .tooltiptext {
		width: 220px;
	}
}