.bg-404{
    background: #f3f3f3 url('../media/18091/mopc-p-n-f.png') no-repeat 0 0;
    background-size: cover;
    position: relative;
    height: 100vh;
    min-height: 600px;
    margin-top: -30px;
}

.back-home-404 {
    background: #06ada6;
    display: block;
    text-align: center;
    padding: 10px 15px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Arial, Helvetica;
    font-weight: 400;
    letter-spacing: 1px;
    box-shadow: 0px 2px 5px rgba(64, 73, 97, 0.35);
}
.enlaces-404{
overflow: hidden;
    position: absolute;
    z-index: 555;
    width: 100%;
    margin: 0;
	padding:10px 15px;
	    background-color: rgba(247, 247, 247, 0.9);
    box-shadow: 0px 4px 10px 0px rgba(83, 104, 138, 0.45);
	line-height:1;
	font-size: 22px;
    line-height: 1;
    font-weight: 600;
}
.enlaces-404 .container{ padding:0 15px;}
.enlaces-404 a{
    display: inline-block;
    background: #dd6f00;
    padding: 8px 25px;
    color: #FFF;
    font-size: 14px;
    border-radius: 50px;
    vertical-align: middle;
	margin:2px;
}
.enlaces-404 a:hover{
	text-decoration:none;
}
@media (max-width: 915px) {
.enlaces-404{
	text-align:center;
	padding-left:0;
	padding-right:0;
}
}
@media (max-width: 480px) {
    .bg-404 {
        background: #f3f3f3 url('../media/18092/mopc-p-n-f-02.png') no-repeat 0 0;
        background-size: cover;
        margin-top: -140px;
        z-index: 0;
    }
	.enlaces-404{
		font-size: 14px;
	}
	.enlaces-404 a{
		font-size: 12px;
	}
	
}
