/*
Theme Name: OC Forwarding
Theme URI: templatev1.sandia.pe
Author: Randol
Author URI: randol@circular.ws
Description: Template desarrollado a medida para el cliente "OC Forwarding".
Version: 1.0
License: Premium
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ocforwarding
*/

/* 404 page layout */
body.error404 .main-header__all {
	top: 0;
	height: 86px;
	background-color: #076f9d;
	box-shadow: 0 8px 24px rgba(4, 62, 79, 0.08);
}

body.error404 .main-header__logo {
	width: 300px;
}

body.error404 .main-content {
	overflow: visible;
}

body.error404 .message-g {
	background: #fff;
	padding: 160px 0 72px;
}

body.error404 .message-g__container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
}

body.error404 .message-g__image {
	width: 170px;
	max-width: 42vw;
}

body.error404 .message-g__image img {
	display: block;
	width: 100%;
	height: auto;
}

body.error404 .message-g__title h1 {
	margin: 0;
	color: #003d4d;
	font-size: clamp(48px, 7vw, 96px);
	line-height: 1;
	font-weight: 500;
}

body.error404 .message-g__text {
	max-width: 880px;
}

body.error404 .message-g__text p {
	margin: 0;
	color: #003d4d;
	font-size: clamp(18px, 2vw, 26px);
	line-height: 1.45;
}

body.error404 .message-g__button {
	margin-top: 18px;
}

body.error404 .message-g__button a {
	display: inline-flex;
	color: #003d4d;
	font-family: "WorkSans-Bold", sans-serif;
	font-size: 18px;
	letter-spacing: 0.04em;
	text-decoration: underline;
	text-underline-offset: 6px;
}

@media (max-width: 1024px) {
	body.error404 .main-header__all {
		height: 72px;
	}

	body.error404 .main-header__logo {
		width: 240px;
	}

	body.error404 .message-g {
		padding-top: 128px;
	}
}

@media (max-width: 767px) {
	body.error404 .message-g {
		padding: 112px 0 48px;
	}

	body.error404 .message-g__image {
		width: 128px;
	}
}
