.msgMensaje {
	font-family: Roboto;
	font-weight: 400;
	font-size: 18px;
	color: #3F3E3E;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 32px;
    padding-right: 32px;
}

.msgMensaje1 {
	font-family: Roboto;
	font-weight: 400;
	font-size: 18px;
	color: #3F3E3E;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 10px;
    padding-right: 10px;
}

.msgSubtitulo {
	font-family: Roboto;
	font-weight: 700;
	font-size: 27px;
	color: #3F3E3E;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 20px;
}

.msgSubtitulo1 {
	font-family: Roboto;
	font-weight: 700;
	font-size: 27px;
	color: #3F3E3E;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 20px;
	padding-left: 5px;
    padding-right: 5px;
}

.msgIcono img {
	width: 100px;
	height: 100px;
	margin-top: 10px;
	padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 32px;
}


.modal-content {
	width: 400px;
	margin-top: 40%;
	margin-left: auto;
	margin-right: auto;
}

.modal-header {
	padding: 0px;
	border-bottom: 0px solid #e5e5e5;
}

.close {
	float: right;
	color: #77A137;
	font-size: 30px;
	opacity: 1;
	font-weight: 400;
}

.btn-mensaje {
	width: 75%;
	height: 30px;
	background: #77A137;
	color: #FFFFFF;
	font-family: Roboto;
	font-weight: 500;
	font-size: 14px;
	border-radius: 10px;
}

.btn-mensaje2 {
	width:  75%;
	height: 30px;
	background: #FFFFFF;
	color: #3F3E3E;
	font-family: Roboto;
	font-weight: 500;
	font-size: 14px;
	border-radius: 10px;
	border: 1px solid #77A137;
}

.btn-mensaje3 {
	width:  75%;
	height: 30px;
	background: #77A137;
	color: #FFFFFF;
	font-family: Roboto;
	font-weight: 500;
	font-size: 14px;
	border-radius: 10px;
}

.modal-footer {
    padding: 0px;
    text-align: center;
    border-top: 0px solid #e5e5e5;
    margin-bottom: 32px;
}