<html lang="es">

<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Error 404 - Tracklink</title>
    <link rel="shortcut icon" type="img/x-icon" href="img/favicon.ico" />
    <link rel="stylesheet"  href="css/bootstrap.min.css">
    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.0/css/all.css" integrity="sha384-aOkxzJ5uQz7WBObEZcHvV5JvRW3TUc2rNPA7pe3AwnsUohiw1Vj2Rgx2KSOkF5+h" crossorigin="anonymous">
    <!-- jQuery library -->
    <script src="js/jquery.min.js"></script>
    <!-- Latest compiled JavaScript -->
    <script src="js/bootstrap.min.js"></script>

    <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap" rel="stylesheet">

    <style>
        *{ font-family: 'Montserrat', sans-serif; }
        .container{max-width: 900px;}
        .bg-lightblue{background: #40c0f0;}
        .text-lightblue{color: #40c0f0;}
        .bg-blackblue{background: #1e2f41;}
        .text-blackblue{color: #1e2f41;}
        h1,h2{font-size: 24px; font-weight: 500;}
        h3{font-size: 19px; font-weight: 600;}
        input{font-size: 19px; font-weight: 400;}
        .form-check{padding: 10px 35px !important;}
        .form-check p{font-size: 13px;}
        .actualizar p{font-size: 13px;}
        .descripcion{font-size: 17px;}
        .recuerde p{font-size: 11px;}
        .pie p{font-size: 13px; font-weight: 500;}
        .pie a{padding: 0; width: 30px; height: 30px; font-size: 16px; line-height: 30px; color: grey; margin-right: 5px;}
    </style>

</head>
<body>
<div class="container-fluid">

    <div class="container">
        <!--/////-->
        <div class="row justify-content-md-end justify-content-center just py-5 border-bottom border-secondary">
            <img src="img/new_logo.png"  alt="" style="width: 250px">
        </div>
        <!--/////-->
        <div class="row pt-5 align-items-center justify-content-center pb-5 border-bottom border-secondary">
            <h1><span class="text-lightblue display-1">404</span> Página no encontrada</h1>
            <h3>La Url de página que has solicitado no es correcta.</h3>
        </div>
        <div class="row pt-5 align-items-center justify-content-center">
            <h5><a href="http://www.tracklink.pe/" class="text-lightblue">ir a Tracklink</a></h5>
        </div>
        <div class="row pt-5 pb-3 pie">
            <div class="col-md-6">
                <p>Tracklink , Calle Ricardo Angulo Nº 762, urbanización Corpac, San Isidro, Lima - Perú Telefono (01) 630-7575</p>
            </div>
            <div class="col-md-6">
                <div class="row justify-content-md-end justify-content-center mt-2 mt-md-0 mb-2 mb-md-0">
                    <a href="http://www.facebook.com/tracklinkperu/"  target="_blank" class="btn border border-secondary"><i class="fab fa-facebook-f"  style="line-height: 2"></i></a>
                    <a href="http://www.instagram.com/tracklinkperu/" target="_blank" class="btn border border-secondary"><i class="fab fa-instagram"  style="line-height: 2"></i></a>
                    <a href="http://twitter.com/tracklinkperu" target="_blank" class="btn border border-secondary"><i class="fab fa-twitter"  style="line-height: 2"></i></a>
                    <a href="http://www.linkedin.com/company/tracklinkperu" target="_blank" class="btn border border-secondary"><i class="fab fa-linkedin-in"  style="line-height: 2"></i></a>
                </div>
            </div>
        </div>
        <!--/////-->
    </div>

</div>
</body>
</html>