body, html {
  max-width: 100%; 
  overflow-x: hidden !important;
}
body {
	/* margin: 0;
	padding: 0; */
	font-family: 'BasisGrotesque-Regular', Verdana, sans-serif;
	/* background: #FFF; */
	/* font-size:12px;
	color: #000; */
}
img{
	border: 0;
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.fondo01{
	background: #FFF;	
}
.fondo02{
	background: #FDFEFB;	
}
.fondo03{
	background: #F9F9F9;
}
.fondo04{
	background: #FAFAFB;
}
#debug{
	display: block;
	width: 150px;
	height: 150px;
	position: fixed;
	top: 0;
	left: 0;
	font-size: 14px;
	background: #CCC;
	color: #000;
	z-index: 99999;
	padding: 5px;
}
.fondoZ {
  display: block;
  position: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.65); */
  z-index: 80;
}

/** Home **/
.header{
	display: block;
	position: fixed;
	width: 100%;
	height: 57px;
	z-index: 999;
	/* background: #000; */
}
.logo{
	display: inline-block;
	width: 147px;
	margin-top: 18px;
	margin-left: 40px;
}
.logo3{
	display: inline-block;
	width: 40px;
	margin-top: 0px;
	margin-left: 0px;
}
.box-515{
	margin: auto;
	width: 100%;
	max-width: 515px;
}
.box-780{
	margin: auto;
	width: 100%;
	max-width: 780px;
}
.box-1200{
	margin: auto;
	width: 100%;
	max-width: 1200px;
}
.box-1280{
	margin: auto;
	width: 100%;
	max-width: 1280px;
}
.box-1320{
	margin: auto;
	width: 100%;
	max-width: 1320px;
}
.box-1380{
	margin: auto;
	width: 100%;
	max-width: 1380px;
}
.box-1400{
	margin: auto;
	width: 100%;
	max-width: 1400px;
}
.box-1920{
	margin: auto;
	width: 100%;
	max-width: 1920px;
}
.barra01{
	border-top: 1px solid #F2F2F2;
}
.margenTop{
	padding-top: 60px;
}
.cajaDesk{
	color: #000;
}
.cajaMovil{
	display: none;
}

.mm a{
	display: block;
	font-family: 'BasisGrotesque-Regular', Verdana, sans-serif;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.mm a:hover{
	display: block;
	font-family: 'BasisGrotesque-Regular', Verdana, sans-serif;
	font-size: 18px;
	color: #A3CE4D;
	text-decoration: none;
	text-align: center;
}


nav {
	display: flex;
	justify-content: center; /* Centra los elementos horizontalmente */
	/* margin-top: 7px; */
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: transparent; /* Fondo del menú transparente */
	display: flex; /* Aplicar flexbox al menú */
}

nav ul.menu > li,
nav ul.menu2 > li {
	position: relative;
	padding-bottom: 0px; /* Padding inferior de 10px */
	margin-left: 20px;
	margin-right: 20px;
}

nav ul.menu > li > a {
	display: block;
	font-family: 'BasisGrotesque-Regular', Verdana, sans-serif;
	padding: 17px 5px 15px 5px;
	color: #fff; /* Texto en color blanco */
	text-decoration: none;
	position: relative;
	/* background: #000; */
}
nav ul.menu2 > li > a {
	display: block;
	font-family: 'BasisGrotesque-Regular', Verdana, sans-serif;
	padding: 17px 5px 15px 5px;
	color: #000; /* Texto en color blanco */
	text-decoration: none;
	position: relative;
	/* background: #000; */
}
nav ul.menu > li > a:hover,
nav ul.menu2 > li > a:hover{
	color: #D8D8D8;
}


/* Animación del border-bottom */
nav ul.menu > li > a::after,
nav ul.menu2 > li > a::after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #A4CE4D; /* Color del borde */
	transition: all 0.3s ease-in-out;
	transform: translateX(-50%);
}

nav ul.menu > li > a:hover::after,
nav ul.menu2 > li > a:hover::after {
	width: 100%; /* El borde se expande desde el centro hacia los lados */
}

nav ul.submenu {
	display: none;
	position: absolute;
	top: 105%;
	/* left: -30px; */
	font-family: 'BasisGrotesque-Regular', Verdana, sans-serif;
	font-size: 14px;
	/* background: rgba(0, 0, 0, 0.8); Fondo del submenú semi-transparente */
	background: #FFF;
	border-radius: 5px;
	padding: 0;
	width: 135px;
}

nav ul.submenu li {
	display: block;
}

nav ul.submenu li a {
	padding: 10px 10px;
	color: #000;
	text-decoration: none;
	display: block;
}
nav ul.submenu li a:hover{
	color: #9E9E9E;
}

nav ul.submenu li a:hover {
	background: rgba(255, 255, 255, 0.1); /* Efecto hover en submenú */
}
.submenu01{
	left: 2px;
}
.submenu02{
	left: -28px;
}
.linksHeader a{
	text-decoration: none;
	font-family: 'BasisGrotesque-Regular', Verdana, sans-serif;
	font-size: 16px;
	color: #FFF;
}
.linksHeader a:hover{
	text-decoration: none;
	font-family: 'BasisGrotesque-Regular', Verdana, sans-serif;
	font-size: 16px;
	color: #D8D8D8;
}

/** Hacka para camviar el ícono en el Acordeón **/
.uk-accordion li .uk-accordion-title:before {
	background-image: none !important;
	content: url('data:image/svg+xml; base64, PHN2ZwogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKPgogIDxwYXRoCiAgICBkPSJNNi4zNDMxNyA3Ljc1NzMyTDQuOTI4OTYgOS4xNzE1NEwxMiAxNi4yNDI2TDE5LjA3MTEgOS4xNzE1N0wxNy42NTY5IDcuNzU3MzVMMTIgMTMuNDE0Mkw2LjM0MzE3IDcuNzU3MzJaIgogICAgZmlsbD0iY3VycmVudENvbG9yIgogIC8+Cjwvc3ZnPg==') !important;
}
.uk-accordion li.uk-open .uk-accordion-title:before {
	background-image: none !important;
	content: url('data:image/svg+xml; base64, PHN2ZwogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKPgogIDxwYXRoCiAgICBkPSJNMTcuNjU2OSAxNi4yNDI3TDE5LjA3MTEgMTQuODI4NUwxMi4wMDAxIDcuNzU3MzlMNC45Mjg5NiAxNC44Mjg1TDYuMzQzMTcgMTYuMjQyN0wxMi4wMDAxIDEwLjU4NThMMTcuNjU2OSAxNi4yNDI3WiIKICAgIGZpbGw9ImN1cnJlbnRDb2xvciIKICAvPgo8L3N2Zz4=') !important;
}

.subMovil a{
	display: block;
	font-family: 'BasisGrotesque-Regular', Verdana, sans-serif;
	font-size: 18px;
	color: #000 !important;
	text-decoration: none;
	text-align: center;
}
.subMovil a:hover{
	display: block;
	font-family: 'BasisGrotesque-Regular', Verdana, sans-serif;
	font-size: 18px;
	color: #A4CE4D !important;
	text-decoration: none;
	text-align: center;
}

#cajaMenu.scrolled {
	background: #FFF;
	border-bottom: 1px solid #F4F4F4;
	height: 57px;
}


/* Estilos básicos para el botón */
.boton {
	position: relative;
	display: inline-block;
	padding: 3px 20px;
	font-family: 'BasisGrotesque-Regular', Verdana, sans-serif;
	font-size: 14px;
	color: white;
	background-color: transparent;
	border: 1px solid white;
	border-radius: 5px;
	cursor: pointer;
	overflow: hidden;
	transition: color 0.3s ease;
	margin-top: 5px;
}

/* Efecto de fondo que se llena */
.boton::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #A3CE4C; /* Verde claro */
	transition: left 0.5s ease;
	z-index: 0; /* Asegura que esté detrás del texto */
}

/* Efecto hover */
.boton:hover::before {
	left: 0;
}

/* Cambio de color del texto al hacer hover */
.boton:hover {
	color: #FFF;
	border: 1px solid #A3CE4C;
}

/* Asegura que el texto del botón esté por encima del pseudo-elemento */
.boton span {
	position: relative;
	z-index: 1;
}

.boton2 {
	position: relative;
	display: inline-block;
	padding: 3px 20px;
	font-family: 'BasisGrotesque-Regular', Verdana, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 5px;
	cursor: pointer;
	overflow: hidden;
	transition: color 0.3s ease;
	margin-top: 5px;
}

/* Efecto de fondo que se llena */
.boton2::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #A3CE4C;
	transition: left 0.5s ease ;
	z-index: 0; /* Asegura que esté detrás del texto */
}

/* Efecto hover */
.boton2:hover::before {
	left: 0;
}

/* Cambio de color del texto al hacer hover */
.boton2:hover {
	color: #FFF;
	border: 1px solid #A3CE4C;
}

/* Asegura que el texto del botón esté por encima del pseudo-elemento */
.boton2 span {
	position: relative;
	z-index: 2;
}

.cajaMas{
	width: 100%;
	max-width: 250px !important;
	/* background: blue; */
}
.cajaMas a{
	text-decoration: none;
}
.cajaMas a:hover{
	text-decoration: none;
}
.cajaMas h2{
	margin: 0;padding: 0;
	font-family: 'BasisGrotesque-Regular', Verdana, sans-serif;
	font-size: 20px;
	color: #000;
}
.cajaMasLink h2 {
	display: flex;
	align-items: center;
}
.icono-flecha {
	
	transition: margin-left 0.3s ease; /* Transición suave para el margen */
}




a.iconosTop{
	color: #FFF;
	text-decoration: none;
}
a.iconosTop2{
	color: #000;
	text-decoration: none;
}
a.iconosTop:hover, a.iconosTop2:hover{
	color: #9E9E9E;
	text-decoration: none;
}

/** 360 **/
.n2-widget-html{
	font-family: 'BasisGrotesque-Regular' !important;
	color: #000 !important;
	font-size: 22px !important;
}

/** sección **/
.contenedor {
	display: flex;
	width: 100%; /* Ancho relativo al contenedor padre */
	height: 50vh; /* Altura relativa al viewport */
	max-width: 1320px; /* Máximo ancho para pantallas grandes */
	margin: 0 auto;
	overflow: hidden;
}

.contenedor div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	color: white;
	font-size: 24px;
	transition: all 0.5s ease;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.div1 {
	width: 60%;
	background-image: url('../../../images/seccion/xpeng-01.jpg');
	border: 2px solid white;
}

.div2 {
	width: 20%;
	background-image: url('../../../images/seccion/xpeng-02.jpg');
	border: 2px solid white;
}

.div3 {
	width: 20%;
	background-image: url('../../../images/seccion/xpeng-03.jpg');
	border: 2px solid white;
}

.contenedor div .texto {
	/* background: rgba(0, 0, 0, 0.5); */
	padding: 15px;
	margin: 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.contenedor div .titulo {
	font-family: 'BasisGrotesque-Bold';
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0; /* Elimina el margen inferior */
}

.contenedor div .descripcion {
	font-family: 'BasisGrotesque-Regular';
	font-size: 14px;
	opacity: 0;
	transform: translateY(100%); /* Oculta el texto fuera de la vista */
	transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Estado inicial: div1 muestra título y texto */
.div1 .descripcion {
	opacity: 1;
	transform: translateY(0);
}

/* Al hacer hover, muestra el texto en el div activo */
.contenedor div:hover .descripcion {
	opacity: 1;
	transform: translateY(0); /* Muestra el texto */
}

/* Estilos responsivos para pantallas pequeñas */
@media (max-width: 768px) {
	.contenedor {
			flex-direction: column; /* Cambia a disposición vertical */
			height: auto; /* Altura automática */
	}

	.contenedor div {
			width: 100% !important; /* Ocupa el 100% del ancho */
			height: 200px; /* Altura fija para cada div */
			
	}

	.contenedor div .titulo {
			font-size: 18px;
			margin-top: 110px;
	}

	.contenedor div .descripcion {
			font-size: 14px;
	}
}

.cajaOpacidad{
	opacity: 0.3;
}
.cajaNoOpacidad{
	opacity: 1.0 !important; 
}

/** News **/
.newsHomeTitulo h2{
	font-family: 'BasisGrotesque-Regular';
	font-size: 32px;
	color: #000;
}
.newsHomeTitulo h3{
	font-family: 'BasisGrotesque-Regular';
	font-size: 16px;
	color: #000;
}
.newsHome, .newsHome:hover{
	text-decoration: none;
}
a.newsHome:hover h2{
	color: #6C6C75;
}
.newsHome h2{
	font-family: 'BasisGrotesque-Regular';
	font-size: 14px;
	color: #000;
}
/* .newsHome div h2:hover{
	text-decoration: none;
	color: #F00;
} */

.noticias, .noticias:hover{
	text-decoration: none;
}
a.noticias:hover h2{
	/* color: #6C6C75; */
}
.noticias h2{
	font-family: 'BasisGrotesque-Regular';
	font-size: 19.475px;
	color: #000;
}
.noticias h3{
	font-family: 'BasisGrotesque-Regular';
	font-size: 16px;
	color: #84848c;
}
.noticias h4{
	font-family: 'BasisGrotesque-Regular';
	font-size: 14px;
	color: #666;
}

.noticia h1{
	font-family: 'BasisGrotesque-Regular';
	font-size: 25.9667px;
	color: #000;
}
.noticia h2{
	font-family: 'BasisGrotesque-Regular';
	font-size: 16px;
	color: #84848c;
}
.noticia div{
	font-family: 'BasisGrotesque-Regular';
	font-size: 16px;
	color: #000;
}
.noticia div strong, .noticia div b{
	font-family: 'BasisGrotesque-Bold';
}
.noticia a{
	font-family: 'BasisGrotesque-Bold';
	color: #000;
	text-decoration: none;
}
.noticia a:hover{
	color: #84848c;
	text-decoration: none;
}
.noticia img{
	width: 100%;
}

/** modelos **/
.modelosInfoBox{
	display: block;
	position: relative;
	margin-top: -100px;
	z-index: 99999;
}
.modelosInfoBox2{
	display: block;
	position: relative;
	margin-top: 50px;
	z-index: 99999;
}
.modelosInfo h2{
	font-family: 'BasisGrotesque-Regular';
	font-size: 16px;
	color: #FFF;
	letter-spacing: 1px;
}
.modelosInfo h3{
	font-family: 'BasisGrotesque-Regular';
	font-size: 14px;
	color: #FFF;
	letter-spacing: 1px;
}

.colores h2{
	font-family: 'BasisGrotesque-Regular';
	font-size: 20px;
	color: #000;
	letter-spacing: 1px;
}
.cajaImagenes{
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 910px;
	height: 400px;
	/* background: #CCC; */
}
.coloresImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* height: 400px; */
}

.divColor0 { z-index: 0; }
.divColor1 { z-index: 1; }
.divColor2 { z-index: 2; }
.divColor3 { z-index: 3; }
.divColor4 { z-index: 4; }
.divColor5 { z-index: 5; }
.divColor6 { z-index: 6; }

.coloresTextos{
	display: inline-block;
	font-family: 'BasisGrotesque-Regular';
	font-size: 14px;
	color: #000;
	padding: 5px 10px;
	margin-right: 15px;
	background: #FFF;
	border-radius: 15px;
}
.coloresTextos:hover, .coloresTextosActiva{
	display: inline-block;
	font-family: 'BasisGrotesque-Regular';
	font-size: 14px;
	color: #000;
	padding: 5px 10px;
	margin-right: 15px;
	background: #F1F1F1;
	border-radius: 15px;
	cursor: pointer;
}
.coloresTextos img{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
}

/** info **/

.info h2{
	font-family: 'BasisGrotesque-Bold';
	font-size: 22px;
	color: #000;
}
.info h3{
	margin: 0;padding: 0;
	font-family: 'BasisGrotesque-Regular';
	font-size: 18px;
	color: #666;
}
.info p{
	font-family: 'BasisGrotesque-Regular';
	font-size: 16px;
	color: #666;
}

/** info adicional **/
.infoAdicional h2{
	font-family: 'BasisGrotesque-Regular';
	font-size: 24px;
	color: #000;
}
.infoAdicional p{
	font-family: 'BasisGrotesque-Regular';
	font-size: 14px;
	color: #666;
}

.applicaciones h2{
	font-family: 'BasisGrotesque-Regular';
	font-size: 28px;
	color: #000;
}
.applicaciones h3{
	font-family: 'BasisGrotesque-Regular';
	font-size: 16px;
	color: #000;
}
.applicacionesIco{
	display: inline-block;
	height: 56px;
}

.masDetalles{
	font-family: 'BasisGrotesque-Regular';
	font-size: 12px;
	color: #999;
}
.masDetalles a{
	font-family: 'BasisGrotesque-Regular';
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
.masDetalles a:hover{
	color: #000;
	text-decoration: none;
}

/** reporte **/
.reporte h3{
	font-family: 'BasisGrotesque-Regular';
	font-size: 16px;
	color: #6C6D76;
}
.reporteNombre{
	display: inline-block;
	width: 100%;
	font-family: 'BasisGrotesque-Regular';
	font-size: 16px;
	color: #000;
	cursor: pointer;
}
.reporteIcono{
	display: inline-block;
	text-align: right;
	width: 25px;
}

/** charging **/
.charging h3{
	margin: 0;padding: 0;
	font-family: 'BasisGrotesque-Regular';
	font-size: 20px;
	color: #666;
}
.charging h2{
	margin: 0;padding: 0;
	font-family: 'BasisGrotesque-Regular';
	font-size: 32px;
	color: #000;
}
.charging p{
	margin: 0;padding: 0;
	font-family: 'BasisGrotesque-Regular';
	font-size: 16px;
	color: #666;
}
.charging b, .charging strong{
	font-family: 'BasisGrotesque-Bold';
}


/** politicas **/
.politicas {
	margin: 0;padding: 0;
	font-family: 'BasisGrotesque-Regular';
	font-size: 16px;
	color: #000;
}
.politicas h1{
	margin: 0;padding: 0;
	font-family: 'BasisGrotesque-Bold';
	font-size: 20px;
	color: #000;
}
.politicas h2{
	margin: 0;padding: 0;
	font-family: 'BasisGrotesque-Bold';
	font-size: 18px;
	color: #000;
}
.politicas strong, .politicas b{
	font-family: 'BasisGrotesque-Bold';
}
.politicas a{
	margin: 0;padding: 0;
	color: #000;
	text-decoration: none;
}
.politicas a:hover{
	margin: 0;padding: 0;
	color: #A3CE4D;
	text-decoration: none;
}

/** Newsletter **/
h2.newssletter-titulo{
	margin: 0;padding: 0;
	font-family: 'BasisGrotesque-Bold';
	color: #000;
	font-size: 18px;
}
.rsform-block-footer1{
	font-family: 'BasisGrotesque-Regular' !important;
	font-size: 10px !important;
	color: #666 !important;
}
.rsform-block-footer1 a{
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
.rsform-block-footer1 a:hover{
	color: #A3CE4D;
	text-decoration: none;
}
#SUSCRIBIR{
	background: #000;
	border: 0;
	border: 1px solid #000;
	color: #FFF;
	font-family: 'BasisGrotesque-Regular';
	font-size: 14px;
	border-radius: 5px;
	padding: 5px 20px;

}
#SUSCRIBIR:hover{
	background: #A3CE4D;
	border: 0;
	border: 1px solid #A3CE4D;
	color: #FFF;
	font-family: 'BasisGrotesque-Regular';
	font-size: 14px;
	border-radius: 5px;
	padding: 5px 20px;
}
.textoForm{
	font-family: 'BasisGrotesque-Regular';
	font-size: 14px;
}
.textoForm a{
	font-family: 'BasisGrotesque-Bold';
	color: #000;
	text-decoration: none;
}
.textoForm a:hover{
	font-family: 'BasisGrotesque-Bold';
	color: #696969;
	text-decoration: none;
}

.centrado-vertical{
	display: flex;
  align-items: center;
  justify-content: center;
}
.acercaTexto{
	font-family: 'BasisGrotesque-Regular';
	font-size: 16px;
	color: #000;
}
.acercaTexto h2{
	padding: 0;margin: 0;
	font-family: 'BasisGrotesque-Regular';
	font-size: 32px;
	color: #000;
}
.acercaTexto h3{
	padding: 0;margin: 0;
	font-family: 'BasisGrotesque-Regular';
	font-size: 15px;
	color: rgba(0, 0, 0, .6);
}
.acercaTexto b, .acercaTexto strong{
	font-family: 'BasisGrotesque-Bold';
}

/** efecto imagen **/
.image-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.image-wrapper,
.image-wrapper02 {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.image-wrapper img,
.image-wrapper02 img{
  width: 100%;
  height: auto;
  display: block;
}

.text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
	max-width: 250px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px 20px;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
	font-family: 'BasisGrotesque-Regular';
}
.text-overlay h2{
	padding: 0;margin: 0;
	font-size: 20px;
	color: #FFF;
}
.text-overlay h3{
	padding: 0;margin: 0;
	margin-top: 10px;
	font-size: 12px;
	color: #FFF;
}
.text-overlay h2 span{
	display: inline-block;
	width: 3px;
	height: 15px;
	background: #A4CE4D;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 20px;
  color: #FFF;
}

.image-wrapper:hover .text-overlay {
  opacity: 0;
}

.image-wrapper:hover .overlay {
  opacity: 1;
}

/** prueba de manejo **/
.prueba h2{
	margin: 0;padding: 0;
	font-family: 'BasisGrotesque-Bold';
	font-size: clamp(16px, 8vw, 24px);
	color: #000;
}

.prueba h3{
	margin: 0;padding: 0;
	font-family: 'BasisGrotesque-Regular';
	font-size: clamp(14px, 8vw, 16px);
	color: #000;
}

/** Equipo **/
.equipoNombre{
	border-left: 3px solid #A4CE4D;
	
}


/** Configurador **/
.confTitulo{
	font-family: 'BasisGrotesque-Bold';
	font-size: clamp(14px, 8vw, 18px) !important;
}

.confCaja{
	outline: 1px solid #B5B5BA;
	border-radius: 10px;
	padding: 10px;
	cursor: pointer;
}
.confCaja-activo{
	outline: 2px solid #000;
}
.confCaja h2{
	margin: 0;padding: 0;
	font-family: 'BasisGrotesque-Bold';
	font-size: clamp(14px, 8vw, 14px);
}
.confCaja h3{
	margin: 0;padding: 0;
	font-family: 'BasisGrotesque-Regular';
	font-size: clamp(13px, 8vw, 13px);
}
.confThumb{
	width: 100%;
	max-width: 165px;
}
.confTexto{
	vertical-align: top;
}

.confCajaColor{
	width: 60px;
	outline: 1px solid #FFF;
	border-radius: 50px;
	padding: 5px;
	cursor: pointer;
}
.confCajaColor-activo{
	outline: 2px solid #000;
}
.confColorNombre{
	position: absolute;
	width: 100px;
	margin-left: -25px;
	margin-top: 10px;
	font-family: 'BasisGrotesque-Regular';
	font-size: clamp(12px, 8vw, 12px);
	color: #B5B5BA;
	text-align: center;
}
.confBoton, .confBotonEnviar{
	padding: 10px 25px;
	color: #FFF;
	background: #000;
	font-family: 'BasisGrotesque-Regular';
	font-size: 16px;
	text-decoration: none;
}
.confBoton:hover, .confBotonEnviar:hover{
	padding: 10px 25px;
	color: #FFF;
	background: #4E4F56;
	font-family: 'BasisGrotesque-Regular';
	font-size: 16px;
	text-decoration: none;
}
.marginBoton{
	margin-top: -50px;
}
.resultados h1{
	margin: 0;padding: 0;
	font-family: 'BasisGrotesque-Bold';
	font-size: clamp(14px, 8vw, 28px);
}
.resultados h2{
	margin: 0;padding: 0;
	font-family: 'BasisGrotesque-Bold';
	font-size: clamp(14px, 8vw, 18px);
}
.resultados h3{
	margin: 0;padding: 0;
	font-family: 'BasisGrotesque-Regular';
	font-size: clamp(12px, 8vw, 14px);
}
.confInput{
	outline: 1px solid #000;
}


/** Footer **/
.footer h2{
	font-family: 'BasisGrotesque-Regular';
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
	
}
ul.menuFooter{
	list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.menuFooter li a{
	color: #666666;
	font-size: 14px;
}

.policy{
	display: inline-block;
	width: auto;
	font-family: 'BasisGrotesque-Regular';
	font-size: 12px;
}
.policy a{
	color: #666;
	text-decoration: none;
}
.policy a:hover{
	color: #84848c;
	text-decoration: none;
}
.policyLine{
	display: inline-block;
}
img.footerRedes{
	width: 20px;
	height: 20px;
}

.footerCopy{
	font-family: 'BasisGrotesque-Regular';
	font-size: 10px;
	color: #B2B2B2;
}
.footerCopy2{
	display: inline-block;
	font-family: 'BasisGrotesque-Regular';
	font-size: 12px;
	
}
.footerCopy2 a{
	color: #000;
	text-decoration: none;
}
.footerCopy2 a:hover{
	color: #84848c;
	text-decoration: none;
}

/*****************************/
/** Limpia margin y padding **/
/*****************************/
.newsHomeTitulo h2,.newsHomeTitulo h3,.noticias h2,.noticias h3,.noticia h1,.noticia h2,.footer h2,.modelosInfo h2,
.modelosInfo h3,.info h2,.info p,.infoAdicional h2,.infoAdicional p,.applicaciones h2,.applicaciones h3,.reporte h3{
	margin: 0;padding: 0;
}




/* Large desktop */
@media (min-width: 1200px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}
@media (max-width: 960px) {
	.cajaDesk{
		display: none;
	}
	.cajaMovil{
		display: block;
	}
	.logo2{
		display: inline-block;
		width: 40px;
		margin-top: 13px;
		margin-left: 10px;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {


	.policy{
		font-size: 14px;
	}
	img.footerRedes{
		width: 26px;
		height: 26px;
	}
	.footerCopy{
		font-size: 12px;
	}
	.footerCopy2{
		font-size: 14px;
	}

}

/* Landscape phones and down */
@media (max-width: 500px) {
	.cajaImagenes{
		height: 200px;
		/* background: #CCC; */
	}
	.image-wrapper, .image-wrapper02 {
		margin: 0 20px;
	}

}





