/* System TEC */
/*****************/
/* 404 */
.bg-page404 { background-position: center center; background-repeat: no-repeat; background-color: #fafafa; background-size: cover; }

.page404 { background-color: transparent; }

.page404 .content__404 { min-height: 80vh; }

.system-icono { width: 100px; height: 100px; margin-bottom: 25px; }

@media screen and (max-width: 575px) { .system-icono { width: 70px; height: 70px; } }

.btn-404 { margin-top: 25px; border: solid 2px #0039a6; background-color: #0039a6; color: #fafafa; border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px; }

.btn-404:hover, .btn-404:focus { color: #fafafa; text-decoration: none; border: solid 2px #212121; background-color: #212121; }
