﻿/* Works on Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: var(--colorDarkMode) var(--colorSecundarioCliente);
}

	/* Works on Chrome, Edge, and Safari */
	*::-webkit-scrollbar {
		height: 7px;
		width: 7px;
	}

	*::-webkit-scrollbar-track {
		background: var(--colorPrimarioCliente);
	}

	*::-webkit-scrollbar-thumb {
		background-color: var(--colorSecundarioCliente);
		border-radius: 7px;
		border: 1px solid var(--colorDarkMode);
	}


body, html {
	font-family: var(--fontFamilyBody);
	margin: 0;
	padding: 0;
}

.stretch {
	width: 100%;
	height: 100%;
}

.bodyLoginR {
	background: url(images/Background.png) no-repeat center fixed;
	background-color: black;
	background-position-y: top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bodyMaster_Hyundai {
	background-color: White !important;
	background: White url(images/FondoHyundai.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 95%;
	height: 95%;
	left: 0px;
	top: 0px;
	font-family: var(--fontFamilyBody);
	font-size: 13px;
	color: #766d53;
	margin: 0px;
}

.bodyMaster_ConsuAuto {
	background-color: White !important;
	background: White url(images/FondoConsuauto.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	font-family: var(--fontFamilyBody);
	font-size: 13px;
	color: #766d53;
	margin: 0px;
}

.bodyMaster {
	background-color: #0d1520 !important;
	background: White url(images/fondo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 95%;
	height: 95%;
	left: 0px;
	top: 0px;
	font-family: var(--fontFamilyBody);
	font-size: 13px;
	color: #766d53;
	margin: 0px;
}

body form {
	display: flex;
}

main {
	width: 100%;
	display: flex;
	padding-top: 55px;
}

.tableSiteMap {
	background-color: var(--colorDarkMode);
	color: White;
	/*height: 20px;*/
	display: flex;
	align-items: center;
	justify-content: start;
	padding: 10px 5px;
}

.Title {
	background-color: var(--colorSecundarioCliente);
	/*height: 50px;*/
	/*font-size: 20pt;*/
	font-size: 25px;
	color: var(--colorDarkMode);
	/*vertical-align: bottom;*/
	text-align: center;
	/*text-indent: 60px;*/
	font-weight: bold;
	padding-bottom: 10px;
	font-family: var(--fontFamilyTitle);
	text-transform: uppercase;
	margin: 0;
	padding: 8.5px;
}

.Content {
	background-color: var(--backgroundContent);
	height: 300px;
	vertical-align: top;
}

.ContentBottom {
	height: 0px;
	background-color: #4C8ECA;
}


.table {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



.MasterContentTable {
	background-image: url(images/textura.gif);
}

.MasterUpperBorderTD {
	background-color: White;
	background-position: top;
	background-repeat: no-repeat;
}

.MasterLeftUpperBorderTD {
	width: 50px;
	background-image: url(images/td_Lbgimg.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.MasterRightUpperBorderTD {
	width: 50px;
	background-image: url(images/td_Rbgimg.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.MasterLeftLowerBorderTD {
	width: 50px;
	background-image: url(images/td_LLbgimg.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.MasterRightLowerBorderTD {
	width: 50px;
	background-image: url(images/td_RLbgimg.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.MasterLeftUpperBorder {
	width: 50px;
	background-image: url(images/td_MLbgimg.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.MasterRightUpperBorder {
	width: 50px;
	background-image: url(images/td_MRbgimg.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.MasterLeftLowerBorder {
	width: 50px;
	background-image: url(images/td_MLLbgimg.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.MasterRightLowerBorder {
	width: 50px;
	background-image: url(images/td_MRLbgimg.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.MasterContentTD {
	background-color: White;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 8pt;
}

.MasterContentBorder {
	font-size: 8pt;
}


select {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	color: #003399;
	background-color: #efefef;
}

.tabclose {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.middletab {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

.endtab {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}


.txtbox {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	font-style: normal;
	color: #003399;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #efefef;
	border-top-color: Gray;
	border-right-color: Gray;
	border-bottom-color: Gray;
	border-left-color: Gray;
}


.tbxLogin {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 6px;
	font-size: 14px;
	line-height: 1.4285;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.buttonDet {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	font-style: normal;
	color: White;
	background-color: var(--colorPrimarioCliente);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: Gray;
	border-right-color: Gray;
	border-bottom-color: Gray;
	border-left-color: Gray;
}

.buttonSolicitar {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	font-style: normal;
	color: White;
	background-color: var(--colorPrimarioCliente);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: Gray;
	border-right-color: Gray;
	border-bottom-color: Gray;
	border-left-color: Gray;
}

.buttonContratar {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	font-style: normal;
	color: Maroon;
	background-color: var(--colorPrimarioCliente);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: Gray;
	border-right-color: Gray;
	border-bottom-color: Gray;
	border-left-color: Gray;
}



.button {
	font-family: var(--fontFamilyBody);
	font-size: 12pt;
	font-style: normal;
	color: White;
	background-color: var(--colorSecundarioCliente);
	border: 1px solid gray;
	border-radius: 5px;
	cursor: pointer;
	padding: 10px;
}

a {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	text-decoration: none;
	color: var(--colorSecundarioCliente);
}

	a:visited {
		color: var(--colorSecundarioCliente);
	}

	a:hover {
		color: var(--colorPrimarioCliente);
	}

h1 {
	font-family: var(--fontFamilyBody);
	font-size: 10pt;
	font-style: normal;
	color: White;
	text-align: left;
}

P {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	font-style: normal;
	color: #808080;
	font-weight: bold;
	text-align: left;
}

.label {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	font-style: normal;
	text-align: left;
}

ul {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	font-style: normal;
	text-align: left;
}

li {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	font-style: normal;
	text-align: left;
}


.lblGeneral {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	font-style: normal;
	text-align: left;
	color: white;
}

.radBtnList {
	font-family: var(--fontFamilyBody);
	font-size: 8pt;
	font-style: normal;
}

.printableTableTd {
	background-color: #FFFFFF;
}

.printableTableAlternateTD {
	background-color: #159EE8;
	background-image: url(as);
}

.modalPopup {
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	text-align: left;
	padding: 3px;
	width: 500px;
}

.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}



.Logo {
	background-image: url(images/Logo.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 500px;
}

#grid a {
	font-family: var(--fontFamilyTitle);
	font-size: 8pt;
	color: blue;
	text-decoration: underline;
}


.THMENU {
	border-bottom: 1px solid #CCCCCC;
	padding-left: 5px;
	background-color: var(--colorSecundarioCliente);
	color: White;
	background-position: left;
	font-weight: bold;
	font-family: var(--fontFamilyTitle);
	font-size: 11px;
	height: 20px;
	text-indent: 5px;
}

.TABLECONTROL {
	background-color: #E0E0E0;
}

.TDMENU4 {
	padding-left: 12px;
	color: Black;
	background-color: #E0E0E0;
	color: #003399;
	font-weight: bold;
	background-position: left;
	text-align: left;
	font-family: var(--fontFamilyBody);
	font-size: 12px;
	height: 20px;
	text-indent: 5px;
}

.logoSideNav {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	text-align: center;
}

.imgSideNav {
	align-items: center;
	border-width: 0px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	object-fit: contain;
	text-align: center;
	padding: 0;
	width: 240px;
}

.liUltimoAcceso {
	margin: 1rem 2rem;
	text-align: center;
	color: var(--colorDarkMode);
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	font-size: 9px;
}

.InfoLogin {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 0.2rem;
}

.lblUltimoAcceso {
	color: var(--colorDarkMode);
	font-weight: bold;
	text-align: center;
}

.LogOut {
	display: flex;
	align-items: center;
	justify-content: center;
}

	.LogOut .imgBLogOut {
		width: 18px;
	}

.logoSizeCliente {
	height: 55px;
	object-fit: contain;
	width: 80%;
}

.spanInsurance {
	color: var(--colorDarkMode);
	font-size: 18px;
	font-weight: bold;
}

.hrSideNav {
	border-color: var(--colorSecundarioCliente);
	margin: 0 auto;
	width: 60%;
}

.siteMapClass {
	color: var(--colorDarkMode);
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

	.siteMapClass span {
		background-color: var(--colorPrimarioCliente);
		clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%);
		font-size: 1.5rem;
		padding: 1rem 1.5rem;
	}

		.siteMapClass span:nth-child(2), .siteMapClass span:nth-child(3) {
			display: none !important;
		}

		.siteMapClass span:nth-child(4) {
			border-radius: 3px 0 0 3px;
			clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
			padding-left: 1rem;
		}

		.siteMapClass span a {
			font-size: 1.5rem;
			color: var(--colorDarkMode);
		}

			.siteMapClass span a:visited {
				color: var(--colorDarkMode);
			}

			.siteMapClass span a:hover {
				color: var(--colorDarkMode);
			}

.separatorSite {
	border-radius: 0 !important;
	clip-path: polygon(40% 0%, 60% 0%, 100% 50%, 60% 100%, 40% 100%, 75% 60%, 0% 60%, 0% 40%, 75% 40%) !important;
	color: var(--colorPrimarioCliente);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1rem !important;
	display: none;
}

.separatorCurrent {
	clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%) !important;
	color: var(--colorDarkMode);
	background-color: var(--colorSecundarioCliente) !important;
	padding: 1rem;
}

.siteMapClass span:nth-child(12) {
	border-radius: 0 3px 3px 0;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 5% 50%) !important;
	padding-right: 1rem;
}

/* ESTILOS DE LA NUEVA PAGINA DE LOGIN */
/* ================= PANEL IZQUIERDO LOGIN (IMAGEN Y BRANDING) ================= */
.left-pane {
	position: relative;
	display: flex;
	flex: 0 0 60%;
	min-height: 100vh;
	padding: 52px 58px;
	overflow: hidden;
	background-image: linear-gradient(90deg, rgba(5, 5, 5, 0.93) 0%, rgba(5, 5, 5, 0.57) 48%, rgba(5, 5, 5, 0.14) 100%), url(Images/Background.jpg);
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
}

	.left-pane::before {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 1;
		background: radial-gradient(circle at 22% 68%, color-mix(in srgb, var(--colorPrimarioCliente) 40%, Black), transparent 34%);
		pointer-events: none;
	}

	.left-pane::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
		height: 290px;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.84), transparent);
		pointer-events: none;
	}

.visual-content {
	display: flex;
	flex-direction: column;
	min-height: calc(100vh - 104px);
	position: relative;
	width: 100%;
	z-index: 2;
}

	.visual-content .logo-top {
		display: inline-flex;
		align-items: center;
		width: fit-content;
	}

.logo-top .logo-top-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 13px;
}

.logo-top-container .logo-img {
	display: block;
	width: 245px;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 5px 16px rgba(0, 0, 0, 0.28));
}

.logo-top-container .logo-top-backgroundImage {
	background: url(Images/LogoLoginSuperior.png) no-repeat;
	background-color: transparent;
	background-size: contain;
	display: block;
	filter: drop-shadow(0 5px 16px rgba(0, 0, 0, 0.28));
	height: var(--AlturaLogoSuperior);
	object-fit: contain;
	width: var(--AnchoLogoSuperior);
}

.logo-top-container .platform {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-top: 5px;
	padding-left: 3px;
	color: var(--colorWhite);
}

.platform .platform-line {
	display: block;
	width: 35px;
	height: 3px;
	border-radius: 10px;
	background: var(--colorPrimarioCliente);
}

.platform .platform-name {
	display: flex;
	align-items: center;
}

.platform-name strong {
	color: var(--colorWhite);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.8px;
}

.visual-content .hero-text {
	position: relative;
	z-index: 3;
	max-width: 590px;
	margin-top: auto;
	margin-bottom: 70px;
	color: var(--colorWhite);
}

	.visual-content .hero-text h2 {
		margin: 0;
		color: var(--colorWhite);
		font-size: clamp(48px, 5vw, 76px);
		font-weight: 750;
		line-height: 0.98;
		letter-spacing: -3px;
		text-shadow: 0 8px 30px rgba(0, 0, 0, 0.34);
	}

		.visual-content .hero-text h2 span {
			display: block;
			color: var(--colorPrimarioCliente);
		}

.hero-text .hero-text-line {
	width: 72px;
	height: 5px;
	margin: 28px 0 22px;
	border-radius: 10px;
	background: var(--colorPrimarioCliente);
}

.hero-text .hero-text-description {
	max-width: 500px;
	margin: 0;
	color: var(--colorWhite);
	font-size: 19px;
	font-weight: 400;
	line-height: 1.55;
}

.left-pane .logo-bottom {
	align-items: center;
	background: url(Images/LogoLoginInferior.png) no-repeat;
	background-color: transparent;
	background-size: contain;
	border: none;
	border-radius: 0;
	bottom: 18px;
	box-shadow: none;
	display: flex;
	filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.48));
	height: var(--AlturaLogoInferior);
	justify-content: center;
	margin: 0;
	opacity: 0.98;
	padding: 0;
	pointer-events: none;
	position: absolute;
	right: 18px;
	transform: none;
	width: var(--AnchoLogoInferior);
	z-index: 6;
}

.logo-bottom .logo-img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	object-fit: contain;
	object-position: center;
	filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.48));
	opacity: 0.98;
}

/* MEDIA QUERYS PARA ADAPTAR CONTENIDO */
@media (max-width: 768px) {
	.left-pane {
		display: none;
	}
}

@media (max-width: 1200px) {
	.left-pane {
		flex-basis: 54%;
		padding: 45px;
	}

	.visual-content .hero-text h2 {
		font-size: 56px;
	}

	.left-pane .logo-bottom {
		right: 14px;
		bottom: 14px;
		width: 205px;
		transform: none;
	}
}