@CHARSET "ISO-8859-1";

/* Front header */
.menuPrincipal {
	font-family: Inter;
	background-color: #0F2734;
	padding: 20px;
}

.ui-menu {
	width: 340px;
}

.ui-menuitem-link {
	color: white !important;
}

.loginLink, .registroLink {
	text-transform: none;
}

.bg-light {
	background-color: #F7F7F7 !important;
}

.btn-outline-success {
	color: #fff;
	background-color: #0F2734;
	background-image: none;
	border-color: #0F2734;
}

.containerFooter {
	background: #003A47 !important;
	color: white;
}

.containerFooter a:hover {
	text-decoration: none;
}

.containerFooterLink a {
	overflow: hidden;
	position: relative;
	display: inline-block;
}

.containerFooterLink a::before, .containerFooterLink a::after {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
}

.containerFooterLink a::before {
	background-color: #54b3d6;
	height: 2px;
	bottom: 0;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

.containerFooterLink a::after {
	content: attr(data-replace);
	height: 100%;
	top: 0;
	transform-origin: 100% 50%;
	transform: translate3d(200%, 0, 0);
	transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
	color: #54b3d6;
}

.containerFooterLink a:hover::before {
	transform-origin: 0% 50%;
	transform: scaleX(1);
}

.containerFooterLink a:hover::after {
	transform: translate3d(0, 0, 0);
}

.containerFooterLink a span {
	display: inline-block;
	transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

.containerFooterLink a:hover span {
	transform: translate3d(-200%, 0, 0);
}

.loginLink {
	background: #0F2734;
	color: white;
	border-radius: 5px;
	padding: 10px;
	font-size: small;
}

.divLoginLink a:hover {
	text-transform: none !important;
	text-decoration: none;
	background: #1BA5B8 !important;
	color: white;
}

.divLoginLink {
	min-width: 100px;
	text-align: right;
}

.menuHeader {
	max-width: 80px;
	background: transparent;
	border: 0px;
}

.tableRegistro table {
	margin-left: auto;
}
/*frontLayout*/
.contactM::after {
	content: "@vw.com.mx" !important;
}

#superContent {
	background: #F7F7F7;
}

#content, #superContent, #superPage {
	background: #F7F7F7;
}

.msgBienvenida, .msgQuienesSomos {
	width: 100%;
	background-color: #0F2734;
	color: white;
	text-transform: none;
	font-weight: normal !important;
	padding: 100px 0;
}

.msgBienvenida p, .msgQuienesSomos p {
	text-align: center;
	text-transform: none;
	font-weight: normal !important;
	font-family: Inter;
	font-weight: lighter;
	font-size: 20px;
	margin: auto;
	padding-bottom: 10px;
}

.msgBienvenida p {
	max-width: 600px;
}

.msgQuienesSomos {
	padding: 100px;
	text-align: left;
}

.msgQuienesSomos P {
	text-align: justify;
}

.msgBienvenida .title, .msgQuienesSomos .title {
	font-size: 30px;
	padding-bottom: 20px;
}

.msgQuienesSomos {
	background-color: #ABE848;
	color: #0F2734;
}

.imagenBienvenidaMundoVW, .seccion3MundoVW {
	padding-top: 0px;
}

.seccion3MundoVW {
	background: #0F2734;
	color: white;
}

img, img:hover, .post-centro, .post-centro:hover {
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

a:hover {
	text-decoration: none;
	color: #d33f8d;
}

a {
	color: #17AFC2;
}

.pnlPage {
	width: 100%;
	border: 0 !important;
}

.footer {
	background-color: #E5E6E8;
}

/*index*/
#content, #superContent, #superPage {
	background: #F7F7F7;
}

.registroLink {
	font-size: large;
}

.logosvw, .success {
	width: 100%;
}
/*footer*/
.text-center {
	color: white;
}

.divFooter {
	width: 100%;
}

.divFooterColumn, .divFooter td {
	width: 33% !important;
}

.rights {
	text-align: center !important;
}

/*Registro*/
.registroTitle {
	text-align: center;
	background: #F7F7F7;
}

.formConcesionarios {
	background-color: transparent;
}

#somPais {
	width:350px;
}

#customPanel {
	margin:10px 1px;
}

.genero {
	font-size: 13px;
}

. ui-selectonemenu-items-wrapper{
	max-height: 200px !important;
}