@media screen and (max-width:992px) {
	#logoNav {
		display: none;
	}
}

p {
	font-size: 18px;
}

.btn-open-modal{
	border:none;
	background:#f5f5f5;
	font-size:22px;
	cursor:pointer;
	border-radius: 10px;
}


.btn-open-modal:hover{
	color:#FFF;
	background-color: #7FBC4E;
}

.modal-largo{
	border-bottom: solid 2px;
	border-bottom-style: dashed;
	padding:15px 0px 0px 0px;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
}

.modal-titulo{
	font-weight: bold;
	color:#1C8022;
}

.modal-divuno{
	float:left;width: 10%;
	margin-top:2%
}


.modal-divdos{
	float:left;
	width: 90%;
}

.divdos-titulo{
	font-size:21px; 
	font-weight:bold;
	color:#375621;
}

.modal-text{
	font-size: 17px;
}

.img-calendar{
	style="width: 30px;
}