﻿
/******************/
/* FUENTES (FREE) */
/******************/

/* barlow*/
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  src: url('../../fonts/free/barlow/barlow-v4-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Barlow Light'), local('Barlow-Light'),
       url('../../fonts/free/barlow/barlow-v4-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/free/barlow/barlow-v4-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/free/barlow/barlow-v4-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/free/barlow/barlow-v4-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/free/barlow/barlow-v4-latin-300.svg#Barlow') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/free/barlow/barlow-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Barlow Regular'), local('Barlow-Regular'),
       url('../../fonts/free/barlow/barlow-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/free/barlow/barlow-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/free/barlow/barlow-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/free/barlow/barlow-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/free/barlow/barlow-v4-latin-regular.svg#Barlow') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: url('../../fonts/free/barlow/barlow-v4-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Barlow SemiBold'), local('Barlow-SemiBold'),
       url('../../fonts/free/barlow/barlow-v4-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/free/barlow/barlow-v4-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/free/barlow/barlow-v4-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/free/barlow/barlow-v4-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/free/barlow/barlow-v4-latin-600.svg#Barlow') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/free/barlow/barlow-v4-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Barlow Bold'), local('Barlow-Bold'),
       url('../../fonts/free/barlow/barlow-v4-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/free/barlow/barlow-v4-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/free/barlow/barlow-v4-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/free/barlow/barlow-v4-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/free/barlow/barlow-v4-latin-700.svg#Barlow') format('svg'); /* Legacy iOS */
}



/* ==========================================================================
   $GENERAL
   ========================================================================== */


body {
	background-color: #FAFAFA;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

a,
a:visited {
	color: #0088cc;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}



.input_total {
	margin: 0;
}

	.input_total .input_fondo { float: none; }

		.input_total .input_fondo input {
			font-family: 'Open Sans', Helvetica, Arial, sans-serif;
			font-size: 1.7em;
			box-sizing: border-box;
			height: 48px;
			margin: 0 0 16px;
			padding: 10px 18px;
			border: solid 1px #cccccc;
			border-radius: 4px;
			-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
					transition: border linear 0.2s, box-shadow linear 0.2s;
			-webkit-appearance: none;
					appearance: none;
		}

		.input_total .input_fondo input:focus {
			border-color: rgba(82, 168, 236, 0.8)!important;
			outline: 0;
			-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
					box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
		}


.boton_total_25 {

}
	.boton_izda_25,
	.boton_dcha_25 {
		display: none;
	}

	.boton_fondo_25,
	.boton_total_25_hover .boton_fondo_25 {
		background: none;
		height: auto;
	}

		.boton_fondo_25 input,
		.boton_total_25_hover .boton_fondo_25 input {
			font-family: 'Open Sans', Helvetica, Arial, sans-serif;
			font-size: 1.8em;
			box-sizing: border-box;
			background-color: #000000;
			color: #FFFFFF;
			height: 42px;
			margin: 0 0 16px;
			padding: 8px 18px;
			border-radius: 4px;
			transition: background-color 0.1s ease-in;
		}

		.boton_total_25_hover .boton_fondo_25 input { background-color: #666666; }





/* ==========================================================================
   $LAYOUT
   ========================================================================== */

#webcontainer {
	background-size: 1920px auto;
	position: relative;
	overflow: hidden;
}

	#cabecera {
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
		position: relative;
		z-index: 100;
		display: inline-block;
		overflow: visible;
	}

		#cabecera #cab_banner {
			width: 100%;
			margin: 0 auto;
			height: 336px!important;
			display: table;
			overflow-x: visible;
		}

			#cabecera #cab_banner_total {
				position: absolute;
				right: 275px;
			}

				#slider {
					position: absolute!important;
					left: auto!important;
					right: 0px!important;
				}

					#slider li {
						left: auto!important;
						right: 0!important;
					}



				#cab_banner #cab_banner_center #slider-panel {
					width: 322px;
					right: 0;
				}

					#cabecera #cab_banner #slider li img { height: 100%; }

				#slider-nav-wrap {
					width: auto;
					float: none;
					top: 306px;
					left: 56px;
				}

					#slider-nav-wrap ul {
						width: auto;
						margin: 0;
					}

						#slider-nav-wrap ul li {
							margin: 0 0 0 10px;
						}
						#slider-nav-wrap ul li:first-child { margin-left: 0; }

							#slider-nav-wrap ul li a {
								background-color: rgba(255,255,255, 0.15);
								width: 30px;
								height: 4px;
								background-image: none;
							}

							#slider-nav-wrap ul li.activeSlide a {
								background: #ED2F24;
							}



		#cabecera_wrapper {
			width: auto;
			padding: 0 56px;
		}

			#buscador_responsive { display: none!important; }

			#cabecera #logo {
				width: auto;
				height: 75px;
				padding: 18px 0 19px;
			}

			#cabecera #contenidocabecera_sinLogoKB {
				width: auto!important;
				height: 112px;
			}

				#cabecera #cab_enlaces {
					background: none;
					width: auto;
					float: none;
					height: 50px;
					margin: 0;
					padding: 0;
				}

					#cabecera #cab_enlaces ul#idiomas {
						height: 50px;
						margin: 0 10px 0!important;
					}

						#cabecera #cab_enlaces li {
							height: 50px;
							padding: 0;
						}

						#cabecera #cab_enlaces .separador {
							border: none;
						}

							#cabecera #cab_enlaces ul#idiomas li a {
								font-size: 1.4em;
								line-height: 30px;
								padding: 10px 10px;
								float: left;
								transition: color 0.1s linear;
							}
							#cabecera #cab_enlaces ul#idiomas li a:hover {
								color: #888888;
							}

					#cabecera #cab_enlaces #oficinas {
						height: 50px;
						padding: 0;
					}

						#cabecera #cab_enlaces #oficinas a {
							font-size: 1.4em;
							line-height: 30px;
							padding: 10px 10px;
							float: left;
							transition: color 0.1s linear;
							display: none;
						}
						#cabecera #cab_enlaces #oficinas a:hover {
							color: #888888;
						}

						#cabecera #cab_enlaces #oficinas a:last-child {
							background-color: #E5E5E5;
							margin-left: 20px;
							padding: 10px 26px 10px 42px;
							transition: background-color 0.1s ease-in, color 0.1s linear;
							display: block;
							position: relative;
						}
						#cabecera #cab_enlaces #oficinas a:last-child:hover {
							text-decoration: none;
							background-color: #ED2F24;
							color: #ffffff;
						}

							#cabecera #cab_enlaces #oficinas .ayuda {
								font-family: inherit;
								font-weight: inherit;
								font-size: 1em;
								background: none;
								margin: 0;
								padding: 0;
							}

								#cabecera #cab_enlaces #oficinas .ayuda:before {
									content: '?';
									display: block;
									width: 16px;
									height: 16px;
									color: #E5E5E5;
									background-color: #ED2F24;
									border-radius: 50%;
									position: absolute;
									top: 17px;
									left: 14px;
									line-height: 16px;
									text-align: center;
									font-size: 11px;
									font-weight: bold;
									transition: color 0.1s linear, background-color 0.1s linear;
								}


								#cabecera #cab_enlaces #oficinas a:last-child:hover .ayuda:before {
									color: #ED2F24;
									background-color: #ffffff;
								}

					#cabecera #cab_enlaces .buscador {
						width: 380px;
						float: right;
						background-color: #F6F6F6;
						position: relative;
					}
					#cabecera #cab_enlaces .eb-buscador-opened { height: 50px; }
					
					#cabecera #cab_enlaces .eb-buscador-opened  {
						position: absolute;
						right: 0;
						z-index: 5001;
						width: 160% !important;
						max-width:500em;
					}

						#cabecera #cab_enlaces .buscador:after {
							content: '';
							background-color: #F6F6F6;
							position: absolute;
							top: 0;
							left: 100%;
							width: 100%;
							height: 100%;
						}

						#cabecera #cab_enlaces .buscador .form {
							width: 100%;
							float: none;
						}

					#cabecera #cab_enlaces .input_total {
						position: relative;
						float: none;
						display: block;
						width: 100%!important;
					}

						#cabecera #cab_enlaces .input_total .input_fondo {
							height: 50px;
							float: none;
							display: block;
						}

							#cabecera #cab_enlaces .input_total .input_fondo input {
								font-size: 1.4em;
								height: 50px;
								margin: 0;
								padding-left: 28px;
								padding-right: 56px;
							}
							#cabecera #cab_enlaces .input_total .input_fondo input:focus {
								border-color: #cccccc;
								-webkit-box-shadow: none;
										box-shadow: none;
							}

						#cabecera #cab_enlaces .buscador #lupa {
							background: url('../../img/comun/newdesign/lupa.svg') center center no-repeat;
							width: 30px;
							height: 30px;
							float: none;
							position: absolute;
							top: 50%;
							right: 0;
							margin-top: -15px;
						}

							#cabecera #cab_enlaces .buscador #lupa input {
								width: 30px;
								height: 30px;
							}

				#cabecera #cab_segmentos {
					float: none;
				}

					#cabecera #cab_segmentos #listado_segmentos {
						height: 62px;
						margin-right: -10px;
					}

						#cabecera #cab_segmentos #listado_segmentos ul {
							height: 62px;
						}

							#cabecera #cab_segmentos #listado_segmentos ul li {
								height: 62px;
								line-height: 62px;
								margin-left: 10px;
							}
							#cabecera #cab_segmentos #listado_segmentos ul li:first-child { margin-left: 0; }

								#cabecera #cab_segmentos #listado_segmentos li a,
								#cabecera #cab_segmentos #listado_segmentos li a:hover,
								#cabecera #cab_segmentos #listado_segmentos ul li a.seleccionado,
								#cabecera #cab_segmentos #listado_segmentos ul li a.seleccionado:hover {
									font-family: 'Open Sans', Helvetica, Arial, sans-serif;
									font-weight: 600;
									font-size: 1.4em;
									padding-left: 10px;
									padding-right: 10px;
									transition: color 0.1s linear;
								}

								#cabecera #cab_segmentos #listado_segmentos li a:hover,
								#cabecera #cab_segmentos #listado_segmentos ul li a.seleccionado,
								#cabecera #cab_segmentos #listado_segmentos ul li a.seleccionado:hover {
									color: #ED2F24;
								}
								#cabecera #cab_segmentos #listado_segmentos ul li a.seleccionado { position: relative; }

									#cabecera #cab_segmentos #listado_segmentos ul li a.seleccionado:after {
										content: '';
										bottom: 0;
										left: 50%;
										border: solid transparent;
										height: 0;
										width: 0;
										position: absolute;
										pointer-events: none;
										border-color: rgba(0, 0, 0, 0);
										border-bottom-color: #000000;
										border-width: 8px;
										margin-left: -8px;
									}

							#cabecera #cab_segmentos #listado_segmentos ul li.separador { display: none; }


		#cabecera #segmentosSubmenu {
			position: relative;
			z-index: 5001;
			box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
		}


		#cabecera #segmentosSubmenu #listado_segmentosSubmenu {
			height: 60px;
		}


			#cabecera #segmentosSubmenu #listado_segmentosSubmenu ul {
				width: 1200px;
				height: 60px;
				margin: 0 auto;
				padding: 0 36px;
				float: none;
			}

				#cabecera #segmentosSubmenu #listado_segmentosSubmenu ul li {
					height: 60px;
					line-height: 6em;
					padding: 0;
				}

					#cabecera #segmentosSubmenu #listado_segmentosSubmenu li a,
					#cabecera #segmentosSubmenu #listado_segmentosSubmenu li a:hover,
					#cabecera #segmentosSubmenu #listado_segmentosSubmenu ul li a.seleccionado,
					#cabecera #segmentosSubmenu #listado_segmentosSubmenu ul li a.seleccionado:hover {
						font-family: "Barlow";
						font-weight: bold;
						font-size: 18px;
						height: 56px;
						margin: 0;
						padding: 0 20px;
					}

					#cabecera #segmentosSubmenu #listado_segmentosSubmenu li a:hover {
						border-bottom: 10px solid rgba(237, 47, 36, .5);
						background-color: #333;
					}

					#cabecera #segmentosSubmenu #listado_segmentosSubmenu ul li a.seleccionado,
					#cabecera #segmentosSubmenu #listado_segmentosSubmenu ul li a.seleccionado:hover {
						border-bottom: 10px solid #ED2F24;
					}


			#submenu {
				width: auto;
				padding: 28px 26px;
				top: 172px;
				float: none;
				left: 0;
				margin-left: 0;
				margin-right: 0;
			}

				#submenu .subemucolumas {

				}

				#submenu .submenulinea {
					margin-top: 28px;
					padding-top: 28px;
				}

					#submenu .cuentas,
					#submenu .hipotecas,
					#submenu .ahorro,
					#submenu .seguros,
					#submenu .servicios,
					#submenu .internacional,
					#submenu .financiacion,
					#submenu .expedientes,
					#submenu .tesoreria {
						width: 40px!important;
						height: 40px!important;
					}

					#submenu .cuentas {
						background: url('../../img/comun/newdesign/ico-cuentas.svg') 0 0 no-repeat!important;
					}

					#submenu .hipotecas {
						background: url('../../img/comun/newdesign/ico-hipotecas.svg') 0 0 no-repeat!important;
					}

					#submenu .ahorro {
						background: url('../../img/comun/newdesign/ico-ahorros.svg') 0 0 no-repeat!important;
					}

					#submenu .seguros {
						background: url('../../img/comun/newdesign/ico-seguros.svg') 0 0 no-repeat!important;
					}

					#submenu .servicios {
						background: url('../../img/comun/newdesign/ico-servicios.svg') 0 0 no-repeat!important;
					}

					#submenu .internacional {
						background: url('../../img/comun/newdesign/ico-internacional.svg') 0 0 no-repeat!important;
					}

					#submenu .financiacion {
						background: url('../../img/comun/newdesign/ico-financiacion.svg') 0 0 no-repeat!important;
					}

					#submenu .expedientes {
						background: url('../../img/comun/newdesign/ico-expedientes.svg') 0 0 no-repeat!important;
					}

					#submenu .tesoreria {
						background: url('../../img/comun/newdesign/ico-tesoreria.svg') 0 0 no-repeat!important;
					}


					#submenu .subemucolumas h3,
					#submenu .submenulinea h3,
					#cabecera #cab_segmentos_responsive #segmentosSubmenu #submenu h3 {
						font-family: "Barlow";
						font-weight: bold;
						font-size: 1.8em;
						line-height: 1.4em;
						height: auto;
						margin: 0 0 8px 8px;
						padding: 7px 0;
					}

					#submenu .submenulinea h3 { width: auto; }

						#submenu .submenulinea ul {
							padding: 11px 0 0;
							margin-left: 20px;
						}


						#submenu .subemucolumas ul li,
						#submenu .submenulinea ul li,
						#cabecera #cab_segmentos_responsive #segmentosSubmenu #submenu ul li a {
							font-family: "Barlow";
							font-weight: normal;
							font-size: 1.6em;
							width: auto;
							padding: 4px 0 4px 48px;
							float: none;
						}

						#cabecera #cab_segmentos_responsive #segmentosSubmenu #submenu ul li {
							padding: 0;
							height: auto;
						}

						#submenu .submenulinea ul li { padding-left: 20px; }

							#submenu .subemucolumas ul li a:hover,
							#submenu .submenulinea ul li a:hover {
								color: #ffffff;
								border: none;
								text-decoration: underline;
							}


#destacados {
	padding: 16px 0;
	border: none;
	position: absolute;
	bottom: 491px;
	z-index: 10;
	border-top: 1px solid #e5e5e5;
}

	#destacados #listadodestacados {
		width: 1160px;
		padding: 0 56px;

	}

	#destacados #titulocarrusel {
		width: 242px!important;
		margin: 0;
		padding: 8px 16px 8px 0;

	}

		#destacados #titulocarrusel h3 {
			font-family: "Barlow";
			font-weight: bold;
			font-size: 3.2em;
			margin-top: 0;
			margin-bottom: 8px;
		}

		#destacados #titulocarrusel a { font-size: 1.4em; }
		#destacados #titulocarrusel a:hover { text-decoration: underline!important; }


		#destacados #cont-carrusel {
			width: 644px!important;
			margin-top: 0;
			margin-right: 64px;
			position: relative;
			overflow: visible;
			float: left;
		}

			#div_carrusel_anterior,
			#div_carrusel_siguiente {
				width: 64px;
				height: 64px;
				margin-top: -32px!important;
				padding: 0!important;
				position: absolute;
				top: 50%;
				opacity: 0.2;
				transition: opacity 0.1s linear;
				cursor: pointer;
			}

			#div_carrusel_anterior { left: -64px; }
			#div_carrusel_siguiente { right: -64px; }

			#div_carrusel_anterior:hover,
			#div_carrusel_siguiente:hover { opacity: 0.8; }

				#div_carrusel_anterior img,
				#div_carrusel_siguiente img {
					width: 100%!important;
					height: auto!important;
					pointer-events: none;
				}

			#destacados #cont-carrusel ul {

			}

				#destacados #cont-carrusel ul .hoja {
					width: 280px;
					height: 120px;
					margin: 0;
					padding: 0 20px;
					border-color: #E5E5E5;
				}

					#destacados #cont-carrusel ul li .info {
						margin: 0;
						padding: 0;
					}

						#destacados #cont-carrusel ul li .info h4 {
							font-family: 'Open Sans', Helvetica, Arial, sans-serif;
							font-weight: normal;
							font-size: 1.4em;
							color: #232323;
							margin-top: 2px;
							margin-bottom: 5px;
						}

							#destacados #cont-carrusel ul li .fecha {
								font-family: 'Open Sans', Helvetica, Arial, sans-serif;
								font-weight: normal;
								color: #232323;
								border: none;
								margin-right: 8px;
								padding-right: 12px;
								position: relative;
							}

							#destacados #cont-carrusel ul li .fecha:after {
								content: '/';
								position: absolute;
								top: 0;
								right: 0;
							}

						#destacados #cont-carrusel ul li .info h5 {
							font-family: 'Open Sans', Helvetica, Arial, sans-serif;
							font-weight: bold;
							font-size: 1.8em;
							line-height: 1.55556em;
							height: 56px;
							margin-bottom: 7px;
						}

							#destacados #cont-carrusel .enlaces li a,
							#destacados #cont-carrusel .enlaces li a:hover { font-size: 1.4em; }

							#destacados #cont-carrusel .enlaces li a:hover { text-decoration: underline; }


			.carrusel-wrap #div_carrusel_anterior,
			.carrusel-wrap #div_carrusel_siguiente { display: none; }



#contenido {
	width: 1016px;
	position: relative;
	overflow: visible;
}

	#ruta {
		width: 882px;
		padding-left: 56px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 20;
	}

		#ruta ul {

		}

			#ruta ul li,
			#ruta .ultima {
				font-family: 'Open Sans', Helvetica, Arial, sans-serif;
				font-size: 1.4em;
				background-color: transparent;
			}
			#ruta ul li:first-child { display: none; }

				#ruta ul li a {
					background-color: transparent;
					color: #000000;
				}

					#ruta ul li a span {
						font-size: 1em;
						position: relative;
					}

						#ruta ul li a span:after {
							content: ':';
							position: absolute;
							top: 0;
							right: 6px;
						}

					#ruta ul li a span,
					#ruta .ultima {
						padding-right: 10px;
						padding-left: 0;
						background: none;
					}

				#ruta ul li a:hover { text-decoration: underline; }


	#contenido #centralIzq {
		width: 588px;
		padding-top: 0;
		padding-left: 54px;
		padding-bottom: 160px;
		position: relative;
	}

	#contenido #bbknet_con_menu_derecho + #centralIzq { width: 642px; }

		.ProductosDestacados {
			float: none;
			width: 100%;
			padding: 0;
		}

			.ProductosDestacados > *:first-child {
				width: 100%;
				height: 430px;
				margin: 0!important;
				overflow: visible!important;
				position: absolute;
				top: 0;
				right: 0;
			}
			
			.ProductosDestacados > h3:first-child {
				width: auto;
				height: auto;
				margin-top: 1em!important;
				position: relative;
			}
			
			.ProductosDestacados > h2:first-child {
				width: auto;
				height: auto;
				margin-top: 1em!important;
				position: relative;
				margin-bottom: 1em !important;
			}

			.ProductosDestacados > *:first-child > img {
				height: 100%;
				float: right;
				box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
			}

			.ProductosDestacados > ul:first-child {
				height: auto;
				position: relative;
				margin-left: -14px!important;

			}

			.pestanas-detalle {
				width: 100%;
				height: 390px !important;
				padding-bottom: 40px!important;
				border: none;
				background-color: transparent;
				position: relative !important;
				z-index: 10;
			}

				.pestanas-detalle .texto {
					font-size: 1.7em;
					line-height: 1.64706em;
					width: 522px;
					position: absolute;
					bottom: 40px;
				}

					.pestanas-detalle .texto a {
						font-weight: bold;
					}

					h1 {
						font-family: "Barlow";
						font-weight: 300;
						font-size: 60px;
						line-height: 1em;
						margin-bottom: 24px;
					}

						h1 strong { font-weight: 500; }


			.ProductosDestacados ul {
				margin-left: -14px;
				padding-top: 40px;
				display: flex;
				flex-wrap: wrap;
			}

				.ProductosDestacados ul li {
					width: 280px;
					margin: 0 0 24px 14px;
					background-color: #ffffff;
					border-radius: 6px;
					box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
					overflow: hidden;
				}

					.ProductosDestacados ul li h3 {
						font-family: "Barlow";
						font-weight: bold;
						font-size: 20px;
						line-height: 1.5em;
						margin-bottom: 10px;
						padding: 0;
					}

						.ProductosDestacados ul li h3 a {
							padding: 0;
						}

						.ProductosDestacados ul li h3 a:after {
							font-family: 'Open Sans', Helvetica, Arial, sans-serif;
							font-weight: 600;
							font-size: 14px;
							color: #08c;
							content: 'Leer más →';
							position: absolute;
							left: 20px;
							bottom: 20px;
						}
						.ProductosDestacados ul li h3 a:hover:after { text-decoration: underline; }

						html[lang="eu"] .ProductosDestacados ul li h3 a:after {
							content: 'Gehiago irakurri →';
						}
						
						html[lang="ca"] .ProductosDestacados ul li h3 a:after {
							content: 'Llegir-ne més →';
						}

					.ProductosDestacados ul li p {
						font-size: 1.4em;
						line-height: 1.571425em;
						color: #232323;
					}

					.ProductosDestacados ul li .list_banner {
						width: 100%;
						height: auto;
						margin: 0;
						float: none;
						border: none;
					}

						.ProductosDestacados ul li .list_banner .pikito { display: none; }

						.ProductosDestacados ul li .list_banner .img,
						.ProductosDestacados ul li .list_banner .img_completa {
							width: 100%;
							height: auto;
							float: none;
							position: relative;
						}

							.ProductosDestacados ul li .list_banner .img:before,
							.ProductosDestacados ul li .list_banner .img_completa:before {
								content: "";
								display: block;
								margin-top: 170px;
							}

							.ProductosDestacados ul li .list_banner .img a,
							.ProductosDestacados ul li .list_banner .img_completa a {
								position: absolute;
								top: 0;
								left: 0;
								width: 100%;
								height: 100%;
							}

								.ProductosDestacados ul li .list_banner .img a:after,
								.ProductosDestacados ul li .list_banner .img_completa a:after {
									display: block;
									width: 100%;
									height: 20px;
									background-image: linear-gradient(-180deg, rgba(61,61,61,0.00) 25%, #252525 98%);
									opacity: 0.1;
									position: absolute;
									bottom: 0;
								}

								.ProductosDestacados ul li .list_banner .img img,
								.ProductosDestacados ul li .list_banner .img_completa img {
									width: 100%;
									height: 100%;
									object-fit: cover;
									-webkit-transition-duration: .4s;
											transition-duration: .4s;
								}

								.ProductosDestacados ul li .list_banner:hover .img img,
								.ProductosDestacados ul li .list_banner:hover .img_completa img {
									-webkit-transform: scale(1.05);
											transform: scale(1.05);
								}

								.ProductosDestacados ul li .list_banner:hover + .bloque h3 a {

								}

								.ProductosDestacados ul li .list_banner .texto { display: none; }


					.ProductosDestacados ul li .bloque {
						padding: 20px 20px 56px;
						overflow: visible;
					}


		#centralIzq .home {
			margin: 0!important;
			padding-bottom: 152px;
		}
		
		#centralIzq .listado{
			padding-bottom: 0px!important;
		}


		.ProductosDestacados.home {

		}

			.ProductosDestacados.home ul li {

			}

			.ProductosDestacados.home ul li:first-child { width: 574px; }

				.ProductosDestacados.home ul li:first-child .list_banner .img_completa:before { margin-top: 214px; }


	#contenido #participacion {
		display: none;
	}


	#contenido #derecha {
		width: 266px;
		margin-top: 0;
		padding-right: 54px;
		padding-bottom: 160px;
	}

	#contenido #bbknet_con_menu_derecho ~ #derecha {
		background-color: #ffffff;
		position: relative;
	}

		#contenido #bbknet_con_menu_derecho ~ #derecha:after {
			content: '';
			width: 100%;
			height: 100px;
			position: absolute;
			bottom: -100px;
			left: 0;
			background-image: linear-gradient(0deg, rgba(255,255,255,0.00) 0%, #ffffff 100%);
		}

		.iconosRedesSociales {
			margin-bottom: 30px;
		}

			.iconosRedesSociales ul {
				display: table;
				padding-top: 40px;
				padding-left: 5px;
			}

			#bbknet_con_menu_derecho ~ #derecha .iconosRedesSociales ul {
				padding-top: 24px;
				border-top: 1px solid #CCCCCC;
			}

				.iconosRedesSociales li {
					width: auto;
					float: left;
					margin-left: 4px;
				}
				.iconosRedesSociales li:first-child { margin-left: 0; }

					.iconosRedesSociales li a img {
						width: 40px;
						transition: opacity 0.1s linear;
					}

					.iconosRedesSociales li a:hover img { opacity: 0.7; }


		#contenido #listadoLateral {
			width: auto!important;
			margin-top: 0;
			padding-right: 0!important;
		}

			#contenido #listadoLateral ul li {
				padding: 0;
			}

				#contenido #listadoLateral ul li .banners,
				#contenido #serviciosDestacados ~ #listadoLateral ul li .banners {
					border-bottom: 1px solid #e5e5e5;
				}

				#contenido #listadoLateral ul li:first-child .banners,
				#contenido #serviciosDestacados ~ #listadoLateral ul li:first-child .banners {
					border-top: 1px solid #e5e5e5;
				}

					#contenido #listadoLateral ul li .banners img {
						max-width: 278px;
						transition: opacity 0.1s linear;
					}

					#contenido #listadoLateral ul li .banners:hover img {
						opacity: 0.6;
					}


		#contenido #derecha #serviciosDestacados,
		#contenido #serviciosDestacados_responsive {
			background: none;
			border: none!important;
			padding: 0;
			margin: 0 0 0 -14px;
		}


				#contenido #derecha #serviciosDestacados ul li,
				#contenido #serviciosDestacados_responsive ul li {
					width: 133px;
					margin: 0 0 24px 14px;
					padding: 88px 0 0;
					position: relative;
				}

				#contenido #derecha #serviciosDestacados ul li:first-child,
				#contenido #serviciosDestacados_responsive ul li:first-child { margin-left: 0; }

					#contenido #derecha #serviciosDestacados ul li h4,
					#contenido #serviciosDestacados_responsive ul li h4 {
						font-family: 'Open Sans', Helvetica, Arial, sans-serif;
						font-weight: bold;
						font-size: 1.4em;
						margin: 0 0 8px;
						display: block;
						width: auto;
						float: none;
						position: relative;
					}

						#contenido #derecha #serviciosDestacados ul li h4 a,
						#contenido #serviciosDestacados_responsive ul li h4 a {
							font-family: 'Open Sans', Helvetica, Arial, sans-serif;
							float: none;
							text-decoration: none;
						}

						#contenido #derecha #serviciosDestacados ul li h4 a:before,
						#contenido #serviciosDestacados_responsive ul li h4 a:before {
							content: '';
							width: 133px;
							height: 78px;
							border-radius: 4px;
							box-shadow: 0 4px 8px 0 rgba(0,0,0,0.10);
							overflow: hidden;
							position: absolute;
							top: -90px;
							background-color: #cbd8ce;
							background-repeat: no-repeat;
						}

						#contenido #derecha #serviciosDestacados ul li h4 a:after,
						#contenido #serviciosDestacados_responsive ul li h4 a:after {
							content: '';
							width: 128px;
							height: 78px;
							border-radius: 4px;
							overflow: hidden;
							position: absolute;
							top: -90px;
							left: 0;
							background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, #000000 100%);
							opacity: 0.08;
						}

						#contenido #derecha #serviciosDestacados ul li img,
						#contenido #serviciosDestacados_responsive ul li img {
							height: 78px;
							position: absolute;
							top: -2px;
							border-radius: 4px;
						}

						#contenido #derecha #serviciosDestacados ul li img + h4 a:before,
						#contenido #serviciosDestacados_responsive ul li img + h4 a:before { content: none; }

						#contenido #derecha #serviciosDestacados ul li:first-child h4 a:before,
						#contenido #serviciosDestacados_responsive ul li:first-child h4 a:before {
							/*background-image: url('../../img/comun/newdesign/banner_agenda.png');*/
						}

						#contenido #derecha #serviciosDestacados ul li:last-child h4 a:before,
						#contenido #serviciosDestacados_responsive ul li:last-child h4 a:before {
							/*background-image: url('../../img/comun/newdesign/banner_tickets.png');*/
						}

						#contenido #derecha #serviciosDestacados ul li h4 a:hover,
						#contenido #serviciosDestacados_responsive ul li h4 a:hover { text-decoration: underline; }

					#contenido #derecha #serviciosDestacados ul li p,
					#contenido #serviciosDestacados_responsive ul li p {
						font-size: 1.4em;
						display: block;
						width: auto;
						float: none;
					}

		#contenido #serviciosDestacados ~ #listadoLateral {
			margin-left: -14px;
			margin-bottom: 0;
		}

					#contenido #serviciosDestacados ~ #listadoLateral ul li .banners img {
						width: auto;
						max-width: 280px;
						padding-right: 14px;
					}



		#contenido #enlacesRedesSociales {
			margin: 0 0 180px 0!important;
			padding: 0!important;
			float: right;
			background: none;
		}

				#contenido #enlacesRedesSociales ul li a {
					display: inline-block;
					margin-top: 24px;
				}

					#contenido #enlacesRedesSociales ul li img {
						transition: opacity 0.1s linear;
					}

					#contenido #enlacesRedesSociales ul li a:hover img {
						opacity: 0.6;
					}


	#slider-panel .bbknet_fondo {
		height: 290px;
		margin: 0;
		padding: 16px 54px 30px 39px;
		background-color: #ffffff;
		border-left: 1px solid #ccc;
	}

		#cab_banner #bbknet ul.enlacesBBKNET {
			width: 300px;
			margin: 0;
			padding: 0;
			border: none;
		}


			#slider-panel #bbknet form {
				margin-bottom: 16px;
				overflow: visible;
			}


				#slider-panel #bbknet #enviar { width: 170px; }

				#slider-panel #bbknet .boton_total_25 + .input_total,
				#slider-panel #bbknet .boton_total_25_hover + .input_total {
					width: 100%;
					margin-left: 0;
				}

				#slider-panel #imgPos { margin-left: 38px; }


			#cab_banner #bbknet ul.enlacesBBKNET li { padding-top: 0; }


	#bbknet {
		margin-right: 0;
		max-width: 380px;
		float: none;
	}

	#bbknet_con_menu_derecho,
	#bbknet_sin_menu_derecho {
		width: 320px;
		margin: 0;
		float: right;
		background-color: #ffffff;
	}

		#bbknet_con_menu_derecho #bbknet,
		#bbknet_sin_menu_derecho #bbknet {
			margin: 0;
			float: none;
		}

		#bbknet_con_menu_derecho #bbknet .bbknet_fondo,
		#bbknet_sin_menu_derecho #bbknet .bbknet_fondo {
			background-color: transparent;
			padding: 28px 54px 32px 24px;
		}

			#bbknet h2 {
				font-family: "Barlow";
				font-weight: bold;
				font-size: 1.8em;
				line-height: 1.5em;
				margin: 0 0 16px;
				padding: 0;
			}
			#bbknet_con_menu_derecho #bbknet h2,
			#bbknet_sin_menu_derecho #bbknet h2 { padding: 0; }


		#bbknet_con_menu_derecho #bbknet form,
		#bbknet_sin_menu_derecho #bbknet form {
			width: 100%;
			margin-bottom: 16px;
			float: none;
		}

			#bbknet .bbknet_centrado { overflow: visible; }

			#bbknet .input_total .input_fondo { float: none; }

			#bbknet #usuario,
			#bbknet #password_PAS {
				font-size: 1.7em;
				width: 100%;
				padding: 10px 18px;
				border: solid 1px #cccccc;
			}

			#bbknet .bbknet_centrado .boton_total_25,
			#bbknet .bbknet_centrado .boton_total_25_hover {
				margin: 0;
			}

			#bbknet #enviar {
				width: 136px;
			}

			#bbknet .boton_total_25 + .input_total,
			#bbknet .boton_total_25_hover + .input_total {
				width: 88px;
				margin-left: 18px;
			}

			#bbknet .boton_total_25 + .input_total a,
			#bbknet .boton_total_25_hover + .input_total a {
				font-size: 1.2em!important;
				font-weight: normal!important;
				line-height: 1.5em;
				margin-top: -10px;
				padding-top: 3px!important;
			}
			#bbknet .boton_total_25 + .input_total a:hover,
			#bbknet .boton_total_25_hover + .input_total a:hover { text-decoration: underline!important; }


			#bbknet_con_menu_derecho #bbknet ul,
			#bbknet_sin_menu_derecho #bbknet ul {
				width: 100%;
				margin: 0;
				padding: 0;
			}

				#bbknet ul li {
					display: inline-block;
					width: auto;
					padding-right: 20px;
					position: relative;
				}
					#bbknet ul li:nth-of-type(odd):after {
						content: '·';
						position: absolute;
						top: 0;
						right: 8px;
					}

					#bbknet ul li a {
						font-size: 1.2em;
						line-height: 1.5em;
						color: #000000;
						transition: color 0.1s linear;
					}
					#bbknet ul li a:hover {
						text-decoration: none;
						color: #888888;
					}

				#bbknet .margen {
					width: auto;
					margin-right: 0;
				}


		#bbknet #VKP_DIV {
			margin-top: -16px;
		}

			#bbknet #VKP_DIV .contenido {
				width: 100%;
				margin: 0 0 15px;
				padding: 10px 0!important;
			    box-sizing: border-box;
			}

				#imgPos {
					margin-left: 44px;
					margin-top: 5px;
				}

				#bbknet #VKP_DIV .botonera_teclado li a {
					margin: 0;
					padding: 0;
					top: -100px !important;
					left: auto!important;
					right: 30px;
				}

		#bbknet_responsive_TABLET { display: block; }

			#bbknet_responsive_TABLET .contenido {
				border: none;
				margin: 0 0 16px;
				padding: 8px 0;
				border-top: 1px solid #e5e5e5;
				border-bottom: 1px solid #e5e5e5;
			}

				#bbknet_responsive_TABLET ul,
				#bbknet_con_menu_derecho #bbknet_responsive_TABLET ul { width: auto; }

					#bbknet_responsive_TABLET ul li {
						font-size: 1.4em;
						width: 192px;
						padding: 10px 0 10px 36px;
					}

					#bbknet_responsive_TABLET .separador { display: none; }

					#bbknet_responsive_TABLET ul li:nth-of-type(odd):after { content: none; }

						#bbknet_responsive_TABLET ul li a {
							font-size: 1em;
							line-height: 1.6em;
							height: auto;
							padding: 0;
						}

						#bbknet_responsive_TABLET ul li .info_responsive {
							float: right;
							margin: 0;
						}

					#bbknet_responsive_TABLET .movil,
					#bbknet_responsive_TABLET .completa {
						background-position: left center;
						background-repeat: no-repeat;
						background-size: 24px 24px;
					}

					#bbknet_responsive_TABLET a.movil,
					#bbknet_responsive_TABLET a.completa {
						margin: 0;
						padding: 0;
					}

					#bbknet_responsive_TABLET .completa {
						background-image: url('../../img/comun/newdesign/monitor.svg');
					}

					#bbknet_responsive_TABLET .movil {
						background-image: url('../../img/comun/newdesign/smartphone.svg');
					}

	.cont-menu-pie {
		font-size: 1.0em;
		margin-top: 0;
		background-color: #ffffff;
		border-top: 1px solid #e5e5e5;
	}

		.cont-menu-pie .decoracion-pie { display: none; }

		.cont-menu-pie .centrado-pie {
			width: auto;
			padding: 48px 56px 48px;
			position: relative;
		}

		.cont-menu-pie .centrado-pie:after {
			content: '';
			background: url('../../img/comun/newdesign/logo-kutxabank-alt.svg') 0 0 no-repeat;
			width: 112px;
		    height: 75px;
		    display: block;
		    position: absolute;
		    bottom: 40px;
		    right: 56px;
		}

		.cont-menu-pie h3 {
			color: #000000;
			font-size: 2em;
			line-height: 1.5em;
		}

			.cont-menu-pie h3 a,
			#pie #direccion p {
				font-family: "Barlow";
				font-weight: bold;
				margin: 0;
				color: #000000;
			}


			.cont-menu-pie .centrado-pie .col ul {
				padding-right: 20px;
			}

				.cont-menu-pie .centrado-pie .col ul li {
					margin-bottom: 6px;
					padding: 0;
				}


			.cont-menu-pie a,
			#pie #direccion p {
				font-size: 1.4em;
				line-height: 1.5em;
				color: #000000;
			}

		.cont-menu-pie .col:first-child h3 a#enlace_pie_1:after {
			content: 'Ayuda';
		}
		
		html[lang="eu"] .cont-menu-pie .col:first-child h3 a#enlace_pie_1:after {
			content: 'Laguntza';
		}

			.cont-menu-pie .col:first-child h3 img {
				display: none;
			}


		#pie {
			width: 100%;
			margin: 0;
			padding: 0;
			background-color: #2A2E2E;
		}
			#pie #legal {
				width: auto;
				margin: 0 auto;
				padding: 18px 56px;
				float: none;
			}

				#pie #legal ul {
					float: none;
					display: inline-block;
					width: 75%;
				}

				#pie #legal ul li {
					color: #ffffff;
				}

					#pie #legal ul li a,
					#pie #direccion p {
						color: #ffffff;
						font-weight: normal;
					}





/* ==========================================================================
   $MEDIA-QUERIES
   ========================================================================== */


/* > 1280px / 720p
----------------------------------------------- */
@media only screen and (min-width: 1280px) {

	#cabecera { display: table; }

		#cabecera #cab_banner {
			width: 1160px;
			padding: 0 56px;
		}

			#cabecera #cab_banner_total { right: 438px; }

			#cab_banner #cab_banner_center #slider-panel {
				width: 438px;
				right: -56px;
			}

				#slider-panel .bbknet_fondo {
					height: 276px;
					padding: 28px 54px 32px 39px;
				}


				#slider-panel #bbknet .boton_total_25 + .input_total,
				#slider-panel #bbknet .boton_total_25_hover + .input_total {
					width: 88px;
					margin-left: 28px;
				}

				#bbknet .boton_total_25 + .input_total a,
				#bbknet .boton_total_25_hover + .input_total a { margin-top: 0; }

				#slider-panel #imgPos { margin-left: 66px; }


		#cabecera_wrapper {
			width: 1160px;
			padding: 0 56px;
		}

			#cabecera #cab_enlaces #oficinas a { display: block; }


		#slider-nav-wrap { left: 0; }


	#submenu {
		width: 1160px;
		padding: 28px 56px;
		top: 172px;
		float: none;
		left: 50%;
		margin-left: -636px;
	}





	#contenido {
		width: 1272px;
	}

		#contenido #centralIzq,
		#contenido #bbknet_con_menu_derecho + #centralIzq { width: 898px; }


		#destacados #cont-carrusel { width: 838px!important; }

			#destacados #cont-carrusel ul .hoja { width: 238px; }


	.cont-menu-pie .centrado-pie {
		width: 1160px;
	}

		#pie #legal {
			width: 1160px;
		}


}




/* > TABLET + MOBILE
----------------------------------------------- */
@media only screen and (max-width: 1023px) {




}





/* TABLET LAYOUT
----------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1023px) {

	#webcontainer {
		display: grid;
		position: relative;
		grid-template-columns: 100%;
	}

		#cabecera #cab_banner_total { right: 233px; }

		#cabecera_wrapper,
		#cabecera #segmentosSubmenu #listado_segmentosSubmenu ul,
		#contenido #centralIzq {
			padding: 0 26px;
		}


		#cabecera #cab_enlaces .buscador {
			width: 280px;
		}



/* 		#bbknet .bbknet_centrado { display: none; } */

		#cab_banner #cab_banner_center #slider-panel,
		#bbknet_con_menu_derecho {
			width: 280px;
		}

		#bbknet_con_menu_derecho {
			position: relative;
			z-index: 100;
		}

			#slider-panel #bbknet .boton_total_25 + .input_total,
			#slider-panel #bbknet .boton_total_25_hover + .input_total,
			#bbknet .boton_total_25 + .input_total,
			#bbknet .boton_total_25_hover + .input_total {
				width: 100%;
				margin-left: 0;
			}

				#bbknet .boton_total_25 + .input_total a,
				#bbknet .boton_total_25_hover + .input_total a,
				#bbknet .boton_total_25 + .input_total a,
				#bbknet .boton_total_25_hover + .input_total a { padding: 0!important; }

				#bbknet .boton_total_25 + .input_total a,
				#bbknet .boton_total_25_hover + .input_total a { margin-top: 0; }


			#bbknet_con_menu_derecho #bbknet ul,
			#bbknet_sin_menu_derecho #bbknet ul { width: 300px; }

			#imgPos,
			#slider-panel #imgPos { margin-left: 38px; }


		#bbknet_responsive_TABLET { display: block; }

			#bbknet_responsive_TABLET .contenido {
				border: none;
				margin: 0 0 16px;
				padding: 8px 0;
				border-top: 1px solid #e5e5e5;
				border-bottom: 1px solid #e5e5e5;
			}

				#bbknet_responsive_TABLET ul,
				#bbknet_con_menu_derecho #bbknet_responsive_TABLET ul { width: auto; }

					#bbknet_responsive_TABLET ul li {
						font-size: 1.4em;
						width: 192px;
						padding: 10px 0 10px 36px;
					}

					#bbknet_responsive_TABLET .separador { display: none; }

					#bbknet_responsive_TABLET ul li:nth-of-type(odd):after { content: none; }

						#bbknet_responsive_TABLET ul li a {
							font-size: 1em;
							line-height: 1.6em;
							height: auto;
							padding: 0;
						}

						#bbknet_responsive_TABLET ul li .info_responsive {
							float: right;
							margin: 0;
						}

					#bbknet_responsive_TABLET .movil,
					#bbknet_responsive_TABLET .completa {
						background-position: left center;
						background-repeat: no-repeat;
						background-size: 24px 24px;
					}

					#bbknet_responsive_TABLET a.movil,
					#bbknet_responsive_TABLET a.completa {
						margin: 0;
						padding: 0;
					}

					#bbknet_responsive_TABLET .completa {
						background-image: url('../../img/comun/newdesign/monitor.svg');
					}

					#bbknet_responsive_TABLET .movil {
						background-image: url('../../img/comun/newdesign/smartphone.svg');
					}


		#slider-nav-wrap { left: 26px; }

			#submenu .subemucolumas {
				width: 50%;
			    height: 160px;
			}


		#destacados {
			position: relative;
			top: auto;
			bottom: auto;
			width: calc(100% - 40px);
			min-width: auto;
			padding: 0 20px 0;
		    grid-area: 3 / 1;
		}

			#destacados #listadodestacados {
				width: 100%!important;
				padding: 0;
			    overflow: visible;
			}

				#destacados #titulocarrusel {
					width: 100%!important;
					padding: 24px 0 24px 0;
				}

				#destacados #titulocarrusel h3 br { content: " "; }
				#destacados #titulocarrusel h3 br:after { content:' '; }


			#destacados #cont-carrusel {
				width: 100%!important;
				width: calc(100% + 40px)!important;
				margin: 0 -20px 20px;
			}


			#destacados #cont-carrusel:before,
			#destacados #cont-carrusel:after {
				content: '';
				width: 20px;
				height: 100%;
				position: absolute;
				top: 0;
				z-index: 10;
			}

			#destacados #cont-carrusel:before {
				left: 0;
				background-image: linear-gradient(-90deg, rgba(255,255,255,0.00) 0%, #ffffff 100%);
			}

			#destacados #cont-carrusel:after {
				right: 0;
				background-image: linear-gradient(90deg, rgba(255,255,255,0.00) 0%, #ffffff 100%);
			}

				#destacados #cont-carrusel > .carrusel-wrap {

				}

				#destacados #cont-carrusel > .carrusel-wrap .carrusel-wrap,
				#destacados #cont-carrusel .carrusel-wrap {
					overflow-y: hidden!important;
					-webkit-overflow-scrolling: touch!important;
				}

				#destacados #cont-carrusel ul {
					width: 100%!important;

					scroll-snap-type: x mandatory;
					overflow-x: scroll;
					overflow-y: hidden;
					display: flex;
					align-items: center;
				}

					#destacados #cont-carrusel ul .hoja {
						display: inline-block;
						float: none!important;
						white-space: normal;
						border: none;
						padding-bottom: 12px;
					    scroll-snap-align: start;
					}

						#destacados #cont-carrusel ul li .info { width: 190px; }

							#destacados #cont-carrusel ul li .info h5 {
								overflow: hidden;
								text-overflow: ellipsis;
								display: -webkit-box;
								-webkit-line-clamp: 2;
								-webkit-box-orient: vertical;
							}

						#destacados #cont-carrusel ul ul { overflow: hidden; }

				#div_carrusel_anterior,
				#div_carrusel_siguiente {
					z-index: 10;
					display: none;
				}

				#div_carrusel_anterior { left: 0; }
				#div_carrusel_siguiente { right: 0; }



		#contenido { width: 100%; }

			#slider-panel .bbknet_fondo,
			#bbknet_con_menu_derecho #bbknet .bbknet_fondo,
			#bbknet_sin_menu_derecho #bbknet .bbknet_fondo {
				height: 286px;
				padding: 20px 26px 30px;
			}

			.boton_fondo_25 input,
			.boton_total_25_hover .boton_fondo_25 input { margin-bottom: 8px; }

			#ruta { padding-left: 26px; }

			#contenido #centralIzq,
			#contenido #bbknet_con_menu_derecho + #centralIzq { width: auto; }

			#bbknet_con_menu_derecho + #centralIzq { margin-top: -256px; }

				#centralIzq .home { padding-bottom: 0; }

				.pestanas-detalle .texto {
					width: calc(100% - 280px);
					bottom: 20px;
				}

				.ProductosDestacados > ul:first-child { width: calc(100% + 14px); }

					.ProductosDestacados ul li { width: calc(33.33333% - 14px); }

					.ProductosDestacados.home ul li:first-child { width: calc(66.66666% - 14px); }

						.ProductosDestacados ul li .list_banner .img:before,
						.ProductosDestacados ul li .list_banner .img_completa:before { margin-top: 60%; }

			#contenido #derecha {
				width: auto;
				padding: 0 26px;
				float: none;
			}

				.iconosRedesSociales ul {
					padding-top: 10px;
					padding-left: 0;
				}

					.iconosRedesSociales li { margin-left: 14px; }

				#contenido #derecha #serviciosDestacados {
					margin: 0;
					float: none;
					padding-top: 24px;
					border-top: 1px solid #e5e5e5!important;
				}

					#contenido #derecha #serviciosDestacados ul {
						display: grid;
						grid-template-columns: 40% 40%;
						grid-gap: 22px;
						justify-content: center;
					}

					#contenido #derecha #serviciosDestacados ul li,
					#contenido #derecha #serviciosDestacados ul li:first-child {
						padding: 0 0 0 147px;
						margin: 0 calc((100% - 266px)/2) 24px calc(((100% - 266px)/2) + 17px);
					}

						#contenido #derecha #serviciosDestacados ul li h4 a:before,
						#contenido #serviciosDestacados_responsive ul li h4 a:before,
						#contenido #derecha #serviciosDestacados ul li h4 a:after,
						#contenido #serviciosDestacados_responsive ul li h4 a:after {
							top: 0;
							left: -147px;
						}

						#contenido #derecha #serviciosDestacados ul li img,
						#contenido #serviciosDestacados_responsive ul li img {
							top: 0px;
							left: 0;
						}

				#contenido #serviciosDestacados ~ #listadoLateral {
					width: 100%!important;
					margin-top: 16px;
					padding-top: 20px;
					padding-bottom: 40px;
					border-top: 1px solid #e5e5e5;
				}

					#contenido #serviciosDestacados ~ #listadoLateral ul {
						display: grid;
						grid-template-columns: 40% 40%;
						grid-gap: 22px;
						justify-content: center;
					}

					#contenido #serviciosDestacados ~ #listadoLateral ul li {
						margin: 0;
						display: flex;
						align-items: flex-end;
						justify-content: center;
					}

					#contenido #listadoLateral ul li .banners,
					#contenido #serviciosDestacados ~ #listadoLateral ul li .banners { border: none; }

					#contenido #serviciosDestacados ~ #listadoLateral ul li:first-child .banners {
						border-top: none;
					}

				#contenido #enlacesRedesSociales {
					margin-bottom: 0!important;
					padding-bottom: 40px!important;
				}

					#contenido #enlacesRedesSociales ul {
						display: table;
						margin: 0 auto;
				}


		.cont-menu-pie .centrado-pie {
			padding: 26px 26px;
		}

			.cont-menu-pie .centrado-pie .col {
				width: 100%;
				margin-bottom: 20px;
			}

				.cont-menu-pie .centrado-pie .col ul li {
					width: 33.333334%;
					float: left;
				}

		.cont-menu-pie .centrado-pie:after { right: 26px; }

		#pie #legal {
			padding: 18px 26px;
		}

			#pie #legal ul li {  margin: 10px 16px 10px 0; }

			#pie #direccion { margin: 10px 0; }


}





/* MOBILE LAYOUT (PORTRAIT)
----------------------------------------------- */
@media only screen and (max-width: 767px) {

	#webcontainer {
		display: grid;
		position: relative;
		grid-template-columns: 100%;
	}

	#block_landscape_mode { display: none; }

	#buscador_responsive {
		display: none!important;
		height: 36px;
		padding: 12px 0;
	}

	#buscador_responsive.active {
		display: block!important;
	}

		#buscador_responsive .input_total {
			width: 100%;
			margin: 0;
			position: relative;
		}

			.input_total .input_izda { display: none; }

			#buscador_responsive .input_total .input_fondo input {
				font-size: 16px;
				height: 36px;
				margin: 0;
				padding: 8px 12px;
			    border: solid 1px #cccccc;
			    border-radius: 4px;
			}

			#buscador_responsive #lupa {
				position: absolute;
				top: 0;
				right: 0;
				background: url(../../img/comun/newdesign/lupa.svg) center center no-repeat;
				width: 40px;
				height: 36px;
				float: none;
			}

				#buscador_responsive #lupa input {
					width: 100%;
					height: 100%;
				}


	#cabecera #cab_banner_total { right: 0; }


	#contenido {
		width: 100%;
	}

	#destacados + #contenido { padding-top: 20px; }

	#contenido:after {
		content: "";
		position: fixed;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
	    height: calc(100vh - 61px);
		z-index: 10;
		background-color: rgba(51,51,51,.3);
		mix-blend-mode: multiply;
		opacity: 0;
		transition: opacity .22s linear;
	}

	#cabecera {
		background: none;
		box-shadow: none;
	}


		#cabecera_wrapper {
			width: calc(100% - 40px);
			padding: 0 20px;
		}

			#seg_responsive { display: none; }


			#bbknet_responsive,
			#bbknet_responsive_desplegado {
				width: calc(100% + 40px);
				margin-left: -20px;
			}

				#bbknet_responsive ul li.bancaonline a {
					font-family: "Barlow";
					font-weight: bold;
					font-size: 1.8em;
					padding-bottom: 12px;
					padding-top: 10px;
				}

				#bbknet_responsive ul li.bancaonline a img { display: none; }

			#bbknet_responsive_desplegado {

			}

				#bbknet_responsive_desplegado ul li {
					font-size: 1.6em;
					padding: 10px 20px 10px 56px;
				}

				#bbknet_responsive_desplegado .movil,
				#bbknet_responsive_desplegado .completa,
				#bbknet_responsive_desplegado .seguridad,
				#bbknet_responsive_desplegado .alta {
					background-position: 20px center;
					background-repeat: no-repeat;
					background-size: 24px 24px;
				}

				#bbknet_responsive_desplegado .movil {
					background-image: url('../../img/comun/newdesign/smartphone.svg');
				}

				#bbknet_responsive_desplegado .completa {
					background-image: url('../../img/comun/newdesign/monitor.svg');
				}

				#bbknet_responsive_desplegado .seguridad {
					background-image: url('../../img/comun/newdesign/lock.svg');
				}

				#bbknet_responsive_desplegado .alta {
					background-image: url('../../img/comun/newdesign/user-plus.svg');
				}

			#cabecera #cab_banner {
				width: 100%;
				height: auto!important;
				min-height: 200px;
				margin: 0 0 30px;
			}

				#cabecera #cab_banner_center {
					position: absolute;
					bottom: 0;
			}

				#cab_banner #cab_banner_center #slider-nav-wrap {
					background: none;
					top: auto;
					bottom: -35px;
				}

				#slider-nav-wrap { left: 0; }

					#slider-nav-wrap ul { margin: 10px 0 0; }

						#slider-nav-wrap ul li a { background-color: rgba(0,0,0,0.4); background-image: none;}

				#cabecera #cab_banner_total {
					box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
				    display: contents;
				}

					#cabecera #cab_banner_total:before {
						content: '';
					    display: block;
					    margin-top: 50%;
				}

					#slider {
						width: calc(100% + 35px)!important;
						height: 100%!important;
						left: 0!important;
						overflow: hidden;
						position: absolute;
						top: 0;
						right: -35px!important;
					}

						#slider li,
						#slider a {
							left: 0!important;
							right: auto!important;
							height: 100%;
						}

						#slider a:first-child { display: none; }

						#slider img {
							height: 100%;
						}



			#cabecera #cab_enlaces_responsive #logo {
				width: auto;
				padding: 8px 0 8px;
			}

				#cabecera #cab_enlaces_responsive #logo img {
					height: 44px;
				}


			#cabecera #cab_enlaces_responsive ul#idiomas {
				width: calc(100% - 120px);
				text-align: right;
			}

				#cabecera #cab_enlaces_responsive li {
					width: auto;
					display: inline-block;
				}
				#cabecera #cab_enlaces_responsive li:last-child {
					margin-right: 20px;
				}

					#cabecera #cab_enlaces_responsive ul#idiomas li a {
						font-family: 'Open Sans', Helvetica, Arial, sans-serif;
						font-size: 1.4em;
						padding: 10px 0;
						display: block;
					}

					#cabecera #cab_enlaces_responsive ul#idiomas li:first-child a {
						padding-left: 20px;
					}

						#cabecera #cab_enlaces_responsive ul#idiomas #ayuda_resp {
							font-family: 'Open Sans', Helvetica, Arial, sans-serif;
							font-weight: normal;
							padding-left: 0;
							margin: 0;
							position: relative;
							background-image: none !important;
						}

						#cabecera #cab_enlaces_responsive ul#idiomas #ayuda_resp:before {
							content: '?';
							display: block;
							width: 16px;
							height: 16px;
							color: #E5E5E5;
							background-color: #ED2F24;
							border-radius: 50%;
							position: absolute;
							top: 11px;
							left: -24px;
							line-height: 16px;
							text-align: center;
							font-size: 11px;
							font-weight: bold;
							transition: color 0.1s linear, background-color 0.1s linear;
						}

			#cabecera #cab_enlaces_responsive .buscador {
				float: left;
				padding-top: 14px;
			}

				#cabecera #cab_enlaces_responsive .buscador #lupa {
					background: url('../../img/comun/newdesign/lupa.svg') center center no-repeat;
					width: 32px;
					height: 32px;
					float: none;
				}
				
				#cabecera #cab_enlaces_responsive .buscador #lupa.actived {
					background: url(../../img/comun/newdesign/lupa.svg) center center no-repeat;
					width: 32px;
					height: 32px;
				}

			#cabecera #cab_enlaces_responsive #menu {
				width: 40px!important;
				height: 40px!important;
				float: right;
				margin-top: 10px;
				margin-right: -10px;
			}

				#cabecera #cab_enlaces_responsive #menu a {
					width: 40px!important;
					height: 40px!important;
				}

					#cabecera #cab_enlaces_responsive #menu img {
						padding: 4px;
					}

		#cabecera #cab_segmentos_responsive {
			top: 60px;
			left: auto;
			right: calc(-100% + 70px);
			width: calc(100% - 70px);
		    height: calc(100vh - 60px);
			display: block;
			transition: transform 0.3s cubic-bezier(0.45, 0, 0.15, 1);
			overflow-x: hidden;
			overflow-y: scroll;
			-webkit-overflow-scrolling: touch;
		}

			#cabecera #cab_segmentos_responsive #listado_segmentos ul { overflow: visible; }
			#cabecera #cab_segmentos_responsive #listado_segmentos > ul { transition: transform 0.3s cubic-bezier(0.45, 0, 0.15, 1); }

			#cabecera #segmentosSubmenu { box-shadow: none; }

			#cabecera #segmentosSubmenu,
			#cabecera #cab_segmentos_responsive #segmentosSubmenu,
			#cabecera #cab_segmentos_responsive #segmentosSubmenu #submenu {
				position: absolute;
				top: 0;
				left: 100%;
				width: 100%;
				float: none;
				display: none;
				z-index: 100;
				transition: transform 0.3s cubic-bezier(0.45, 0, 0.15, 1);
				overflow: auto;
				padding-bottom: 60px;
			}

				#cabecera #segmentosSubmenu #listado_segmentosSubmenu {

				}

					#cabecera #segmentosSubmenu #listado_segmentosSubmenu ul {
						width: 100%;
						height: auto;
						margin: 0;
						padding: 0 20px;
						box-sizing: border-box;
					}

						#cabecera #segmentosSubmenu #listado_segmentosSubmenu ul li {
							float: none;
							display: block;
							text-align: left;
						}

						#cabecera #cab_segmentos_responsive #segmentosSubmenu ul li { padding: 0; }

							#cabecera #cab_segmentos_responsive #segmentosSubmenu #submenu h3 {
								width: calc(100% - 50px);
								display: block;
								margin-left: 5px;
							}

							#submenu .cuentas,
							#submenu .hipotecas,
							#submenu .ahorro,
							#submenu .seguros,
							#submenu .servicios,
							#submenu .internacional,
							#submenu .financiacion,
							#submenu .expedientes,
							#submenu .tesoreria { margin: 5px 0 5px 5px; }




			#cabecera #cab_segmentos_responsive #listado_segmentos {
				width: 100%;
				height: 100%;
				transition: transform 0.3s cubic-bezier(0.45, 0, 0.15, 1);
			}

				#cabecera #cab_segmentos_responsive #listado_segmentos .seleccionado,
				#cabecera #cab_segmentos_responsive #oficinas_panel a,
				#cabecera #cab_segmentos_responsive #segmentosSubmenu li a,
				#cabecera #cab_segmentos_responsive #segmentosSubmenu .seleccionado2 {
					font-family: 'Open Sans', Helvetica, Arial, sans-serif;
					font-weight: 600;
					font-size: 1.6em;
					color: #000000;
					padding-left: 24px;
				}
				#cabecera #cab_segmentos_responsive #listado_segmentos li a { border-color: #e6e6e6; }

				#cabecera #cab_segmentos_responsive #listado_segmentos li:first-child > a { border-top: 1px solid #e6e6e6; }

				#cabecera #cab_segmentos_responsive #oficinas_panel a { color: #ffffff; background-image: none;}

					#cabecera #cab_segmentos_responsive #segmentosSubmenu { min-height: 100%!important; }

						#cabecera #cab_segmentos_responsive #segmentosSubmenu #submenu { min-height: 100%!important; }

							#cabecera #cab_segmentos_responsive #segmentosSubmenu li a,
							#cabecera #cab_segmentos_responsive #segmentosSubmenu .seleccionado2 {
								background-color: #ffffff;
							}

							#cabecera #cab_segmentos_responsive #segmentosSubmenu .seleccionado2 {
								color: #d11e17!important;
							    border-bottom: 1px solid #e6e6e6 !important;
							}

							#cabecera #cab_segmentos_responsive #segmentosSubmenu #submenu h3 {
								padding: 12px 0;
							}

							#cabecera #cab_segmentos_responsive #segmentosSubmenu #submenu > li { padding-bottom: 12px; }

							#cabecera #cab_segmentos_responsive #segmentosSubmenu #submenu ul li a {
								background-color: #000000;
								color: #ffffff;
								border-top: none;
							}


		#contenido #centralIzq,
		#contenido #bbknet_con_menu_derecho + #centralIzq {
			width: calc(100% - 40px);
			padding: 0 20px;
		}

			.ProductosDestacados > *:first-child {
				height: 140px;
			}
			
			.ProductosDestacados > h3:first-child,.ProductosDestacados > h3{
				width: auto;
				height: auto;
				margin-top: 0em!important;
				margin-bottom: 1em!important;
				position: relative;
			}

			#bbknet_con_menu_derecho ~ #centralIzq .ProductosDestacados > *:first-child:after {
				content: '';
				position: absolute;
				width: 100%;
				height: 100%;
				background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
			}

			.pestanas-detalle {
				height: auto;
			}

				.pestanas-detalle .texto {
					width: auto;
					padding: 0;
					position: relative;
					bottom: auto;
				}

					h1 {
					    font-size: 50px;
					    margin-bottom: 40px;
					    margin-top: 20px;
					    color: #ffffff;
					    min-height: 2em;
					}

					.pestanas-detalle .texto p {
						padding: 0;
					}


			.ProductosDestacados ul {
				padding: 0;
				margin: 0;
			}

				.ProductosDestacados ul li,
				.ProductosDestacados.home ul li:first-child {
				    width: 100%;
					margin-left: 0;
				}

					.texto_img_completa {
						width: auto;
						padding: 24px 20px 56px!important;
					}

						.ProductosDestacados ul li p {
							font-size: 1.7em;
							line-height: 1.64706em;
							text-align: left;
						}


				.ProductosDestacados ul li .list_banner .img:before,
				.ProductosDestacados.home ul li:first-child .list_banner .img_completa:before,
				.ProductosDestacados ul li .list_banner .img_completa:before { margin-top: 60%; }


			.ProductosDestacados > ul:first-child { margin-left: 0!important; }


		#centralIzq .home { padding-bottom: 0; }


		#contenido #derecha {
			width: calc(100% - 40px);
			padding: 0 20px;
		}


			.iconosRedesSociales {
				padding-left: 0;
			}

				.iconosRedesSociales ul,
				#bbknet_con_menu_derecho ~ #derecha .iconosRedesSociales ul {
					display: grid;
					grid-template-columns: 17% 17% 17% 17% 17% 17%;
					border: none;
					padding-left: 0;
				}

					.iconosRedesSociales li {
						margin: 0;
					}


			#contenido #listadoLateral {
				width: 100%!important;
				padding-left: 0!important;
			}

				#contenido #listadoLateral ul li .banners img {
					/* margin: 0 auto; */
					margin-left: -25px;
					display: block;
				}

			#contenido #serviciosDestacados ~ #listadoLateral { background: none; }

				#contenido #serviciosDestacados ~ #listadoLateral ul li {
					display: table;
					margin: 0 auto 24px;
				}

					#contenido #serviciosDestacados ~ #listadoLateral ul li .banners img {
						width: 100%;
						margin: 0 auto;
					}

				#contenido #enlacesRedesSociales { margin-bottom: 0!important; }

				#contenido #enlacesRedesSociales ul li { text-align: center; }

					#contenido #enlacesRedesSociales ul li a { margin-bottom: 32px; }




			#contenido #serviciosDestacados ~ #listadoLateral {
					width: 100%!important;
					margin-top: 16px;
					padding-top: 20px;
					padding-bottom: 40px;
					border-top: 1px solid #e5e5e5;
				}

					#contenido #serviciosDestacados ~ #listadoLateral ul {
						display: grid;
/* 						grid-template-columns: 280px 280px; */
						grid-template-columns: 100%;
/* 						grid-gap: 22px; */
						justify-content: center;
					}

					#contenido #serviciosDestacados ~ #listadoLateral ul li {
/* 						width: 280px; */
						margin: 0;
						display: flex;
						align-items: flex-end;
						justify-content: center;
					}

					#contenido #listadoLateral ul li .banners,
					#contenido #serviciosDestacados ~ #listadoLateral ul li .banners { border: none; }

/* 					#contenido #listadoLateral ul li:first-child .banners, */
					#contenido #serviciosDestacados ~ #listadoLateral ul li:first-child .banners {
						border-top: none;
					}


			#contenido #derecha #serviciosDestacados,
			#contenido #serviciosDestacados_responsive {
				display: block;
				width: 100%;
				margin: 0;
			}
			#contenido #derecha #serviciosDestacados { display: none; }

			#contenido #serviciosDestacados_responsive {
				width: calc(100% - 40px);
				padding: 0 20px;
			}

				#contenido #serviciosDestacados_responsive ul {
					height: auto;
				}

					#contenido #derecha #serviciosDestacados ul li,
					#contenido #serviciosDestacados_responsive ul li {
						width: calc(50% - 10px);
						margin-left: 20px;
					}

					#contenido #serviciosDestacados_responsive ul li {
						background: none;
						text-align: left;
					}

					#contenido #serviciosDestacados_responsive ul li.izq {
						border: none;
					}

						#contenido #serviciosDestacados_responsive ul li a,
						#contenido #serviciosDestacados_responsive ul li.txartela a,
						#contenido #serviciosDestacados_responsive ul li.ticket a {
							padding-left: 0;
							text-align: left!important;
							background-image: none;
						}
						
						#contenido #serviciosDestacados_responsive ul li.app_movil a {
							background-image: none;
							padding-left: 0em;
						}

						#contenido #derecha #serviciosDestacados ul li h4 a:before,
						#contenido #serviciosDestacados_responsive ul li h4 a:before {
							background-position: center;
						}

						#contenido #derecha #serviciosDestacados ul li h4 a:before,
						#contenido #derecha #serviciosDestacados ul li h4 a:after,
						#contenido #serviciosDestacados_responsive ul li h4 a:before,
						#contenido #serviciosDestacados_responsive ul li h4 a:after { width: 100%; }

						#contenido #derecha #serviciosDestacados ul li img,
						#contenido #serviciosDestacados_responsive ul li img {
							height: 78px;
							left: 50%;
							transform: translateX(-50%);
						}

						#contenido #derecha #serviciosDestacados ul li img + h4 a:before,
						#contenido #serviciosDestacados_responsive ul li img + h4 a:before {
							content: '';
							background-image: none;
							z-index: -1;
						}

						#contenido #serviciosDestacados_responsive ul li p { display: none; }



	#destacados {
		position: relative;
		top: auto;
		bottom: auto;
		width: calc(100% - 40px);
		min-width: auto;
		padding: 0 20px 0;
	    grid-area: 3 / 1;
	}

		#destacados #listadodestacados {
			width: 100%;
			padding: 0;
		    overflow: visible;
		}

			#destacados #titulocarrusel {
				width: 100%!important;
				padding: 0;
				text-align: left;
				float: none;
				display: inline-block;
			}

			#destacados #titulocarrusel h3 {
				font-size: 2em;
				text-align: left;
				margin: 1em 0;
			}

				#destacados #titulocarrusel h3 br { content: ''; }
				#destacados #titulocarrusel h3 br:after { content: ' '; }


			#destacados #cont-carrusel {
				width: 100%!important;
				width: calc(100% + 40px) !important;
			    margin: 0 -20px 20px;
			}

			#destacados #cont-carrusel:before,
			#destacados #cont-carrusel:after {
				content: '';
				width: 20px;
				height: 100%;
				position: absolute;
				top: 0;
				z-index: 10;
			}

			#destacados #cont-carrusel:before {
				left: 0;
				background-image: linear-gradient(-90deg, rgba(255,255,255,0.00) 0%, #ffffff 100%);
			}

			#destacados #cont-carrusel:after {
				right: 0;
				background-image: linear-gradient(90deg, rgba(255,255,255,0.00) 0%, #ffffff 100%);
			}

				#destacados #cont-carrusel > .carrusel-wrap {

				}

				#destacados #cont-carrusel > .carrusel-wrap .carrusel-wrap,
				#destacados #cont-carrusel .carrusel-wrap {
					overflow-y: hidden!important;
					-webkit-overflow-scrolling: touch!important;
				}

				#destacados #cont-carrusel ul {

					width: 100%!important;

					scroll-snap-type: x mandatory;
					overflow-x: scroll;
					overflow-y: hidden;
					display: flex;
					align-items: center;
				}

					#destacados #cont-carrusel ul .hoja {
						display: inline-block;
						float: none!important;
						white-space: normal;
						border: none;
						padding-bottom: 12px;
					    scroll-snap-align: start;
					}

						#destacados #cont-carrusel ul ul { overflow: hidden; }

				#div_carrusel_anterior,
				#div_carrusel_siguiente {
					z-index: 10;
					display: none;
				}

				#div_carrusel_anterior { left: 0; }
				#div_carrusel_siguiente { right: 0; }


	.cont-menu-pie {
		display: block;
	}

		.cont-menu-pie .centrado-pie {
			width: calc(100% - 40px);
			padding: 28px 20px;
		}

		.cont-menu-pie .centrado-pie:after { content: none; }

			.cont-menu-pie .centrado-pie .col {
				width: 100%;
				margin-bottom: 15px;
			}

				.cont-menu-pie h3 { margin-bottom: 0;	 }

				.cont-menu-pie .centrado-pie .col ul { display: none; }


		#pie #legal {
			width: calc(100% - 40px);
			padding: 28px 20px;
		}

			#pie #legal ul {
				margin-left: 0;
			}

			#pie #direccion {
				text-align: left;
				float: none;
			}

				#pie #legal ul li {
					margin-bottom: 10px;
				}

				#pie #direccion p {
					text-align: left;
				}








	.body--onmenu {

	}

		.body--onmenu #cabecera #cab_segmentos_responsive {
			transform: translateX(-100%);
		}

		.body--onmenu #webcontainer {
			position: fixed;
			top: 0;
		}


		.body--onmenu #contenido { pointer-events: none; }

		.body--onmenu #contenido:after {
			top: 61px;
			opacity: 1;
		}


	.body--onsubmenu {

	}

		.body--onsubmenu #cabecera #cab_segmentos_responsive #listado_segmentos > ul {
			transform: translateX(-100%);
		}

	.body--onproductmenu {

	}

		.body--onproductmenu #cabecera #cab_segmentos_responsive #listado_segmentos > ul {
			transform: translateX(-200%);
		}


}



@media only screen and (max-width: 480px) {

	#slider {
		right: 0!important;
	}

}




/* WIDE MOBILE LAYOUT
----------------------------------------------- */

@media only screen and (min-width: 481px) and (max-width: 767px) {


	.ProductosDestacados ul,
	.ProductosDestacados > ul:first-child {
	    width: calc(100% + 20px);
		margin: 0 -10px!important;
	}

		.ProductosDestacados ul li {
		    width: calc(50% - 20px);
			margin-left: 10px;
			margin-right: 10px;
		}

		.ProductosDestacados.home ul li:first-child {
			width: calc(100% - 20px);
			margin-left: 10px;
			margin-right: 10px;
		}

			.ProductosDestacados.home ul li:first-child .list_banner .img_completa:before { margin-top: 214px; }



			#contenido #serviciosDestacados ~ #listadoLateral {

			}

				#contenido #serviciosDestacados ~ #listadoLateral ul {
					grid-template-columns: 40% 40%;
					grid-gap: 22px;
				}
}





/* WIDE MOBILE LAYOUT (LANDSCAPE)
----------------------------------------------- */
@media only screen and (min-width: 481px) and (max-width: 767px) {

	#slider li,
	#slider a {
		left: auto!important;
		right: 0!important;
	}

}



/* NARROW MOBILE LAYOUT
----------------------------------------------- */
@media only screen and (max-width: 374px) {



}







/* ==========================================================================
   $RETINA@2X
   ========================================================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) {



}





/* ==========================================================================
   $RETINA@3X
   ========================================================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 3),
	only screen and (   min--moz-device-pixel-ratio: 3),
	only screen and (     -o-min-device-pixel-ratio: 3/1),
	only screen and (        min-device-pixel-ratio: 3),
	only screen and (                min-resolution: 480dpi),
	only screen and (                min-resolution: 3dppx) {



}



