.modal-warning .modal-content {
	background-color: #ffc107;
	z-index: 10;
}

.modal-warning-agotado .modal-content {
	background-color:#4C67BA;

}


.modal-center{
	z-index:
	padding-top: 10%;
}

.modal-error .modal-content {
	background-color: #b53333;
}

.modal-success .modal-content {
	background-color: #15A2E6;
}

.modal-marca .modal-content {
	background-color: #ffffff;
	z-index: -2;
}


.modal-error .modal-custom p,
.modal-error .modal-custom a,
.modal-error .modal-custom h3,
.modal-success .modal-custom p,
.modal-success .modal-custom a,
.modal-success .modal-custom h3 {
	color: #fff;
}

.modal-warning-agotado .modal-custom h3,
.modal-warning-agotado .modal-custom p,
.modal-warning-agotado .modal-custom a
{
	color:white;
}




.modal-custom h3 {
	color: #00338D;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: Lato;
}

.modal-custom h4 {
	color: #00338D;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: Lato;
}

.modal-custom img {
	max-width: 80px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.modal-custom p.descripcion {
	width: 80%;
	margin: 0 auto;
}



.modal-custom p {
	margin: 0px;
	color: #1C4482;
	font-size: 14px;
	opacity:.7;
	font-family: Lato-Regular;
}

.modal-custom p.code-error-1, .modal-warning p.code-error-2 {
	font-size: 14px;
}

.modal-custom a {
	color: #1C4482;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.modal-custom .btn-close {
	font-size: 14px;
	color: #00338d;
	min-width: 70%;
	max-width: 70%;
	height: 3.5rem;
	font-family: TelcelNova-Media;
}