/*
==============================
Page: 404
==============================
*/

.error-404 .btn {
	min-width:300px;
	color : #003F87;
}
.error-404 .btn-hover-contacto {
	min-width:300px;
	color : #fff;
}
html body .border-radius{
	border-radius : 15px;
}
.error-404 .btn.border-black.color-black:hover {
	border-color:#D61D1E;
	background-color:#D61D1E !important;
	color:#fff;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.error-404 .bg-image-regular,
.gracias .bg-image-regular {
	height:45vh;
}
.title-error{
	font-family: 'Bitter';
	font-size: 52px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 38px;
	color: #003D8C;	
	text-align: center;
}

@media (min-width:992px){
	.error-404 .btn-hover-contacto {
		min-width:300px;
		color : #003F87;
	}
	/* hover */
	.btn-hover:hover{
		background-color : #0072CE;
		transition : .9s;
		color : #fff;
		border-color : #0072CE;
	}
	.btn-hover-contacto:hover{
		background-color : #fff;
		color : #0072CE;
		border-color : #0072CE;
		border-width: 2px;
  		border-style: solid;
		transition : .9s;
	}
	.title-error{
		font-family: 'Bitter';
		font-size: 52px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 38px;
		color: #003D8C;	
		text-align: center;
	}
	.content-error p{
		color: #000;				
		letter-spacing: 0;
		line-height: 21px;			
	}
	.error-404 .btn{			
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 18px;	
	}
}

@media (min-width:768px) {
	.error-404 .bg-image-regular,
	.gracias .bg-image-regular {
		height:55vh;
	}
}
