/* estilos desde cero */
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
     border: medium none;
     font-size: 100%;
     margin: 0;
     outline: 0 none;
     padding: 0;
     vertical-align: baseline;
}
@font-face{ 
	font-family: "AvertaRegular";
	src: url('/fonts/Averta-Regular.eot');
	src: url('/fonts/Averta-Regular.eot?#iefix') format('embedded-opentype'),url('/fonts/Averta-Regular.woff') format('woff'),url('/fonts/Averta-Regular.ttf') format('truetype'),url('/fonts/Averta-Regular.svg#webfont') format('svg');
}
 @font-face {
    font-family: "futuraltbt";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/futuraltbt.eot?#iefix") format("embedded-opentype"), url("/fonts/futuraltbt.woff") format("woff"), url("/fonts/futuraltbt.ttf") format("truetype"), url("/fonts/futuraltbt.svg") format("svg");
} 
@font-face{ 
	font-family: 'FuturaStdBook';
	src: url('/fonts/FuturaStd-Book.eot');
	src: url('/fonts/FuturaStd-Book.eot?#iefix') format('embedded-opentype'),url('/fonts/FuturaStd-Book.woff') format('woff'),url('/fonts/FuturaStd-Book.ttf') format('truetype'),url('/fonts/FuturaStd-Book.svg#webfont') format('svg');
}
@font-face {
    font-family: "ico-redes";
    src: url("../../fonts/ico-redes.eot");
    src: url("../../fonts/ico-redes.eot?#iefix") format("embedded-opentype"), url("../../fonts/ico-redes.woff") format("woff"), url("../../fonts/ico-redes.ttf") format("truetype"), url("../../fonts/ico-redes.svg#ico-redes") format("svg");
    font-weight: normal;
    font-style: normal;
}


li a img{width: 2%;}

header, .contenedor {
  max-width: 960px;
  margin: 0 auto;
  background-color: #ffffff;
}
header{
	padding-left: 10px;
}
	@media and (max-width: 479px) {
		header, .contenedor {width:100%;}
	}
	@media (max-width:320px) {
		header, .contenedor {width:300px;}
	}
	
.cabecera {
	display: -webkit-box;display: -ms-flexbox;display: flex;
	-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse; flex-direction: row-reverse;
	-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
	-webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
	@media screen and (max-width: 768px) {
		.cabecera {
  			-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
  			-webkit-box-align: baseline;-ms-flex-align: baseline;align-items: baseline;
		}
		.cabecera a{
			-ms-flex-item-align: end; align-self: flex-end;
		}
	}
	
.logoSuma {
	display:block;
	background: url("/image/suma/logoSuma.svg") no-repeat 0px 10px;
	width: 198px;
	height: 64px;
}
h1 {
  font-family: Arial, sans-serif;
  font-size: 24px;
  color: #cc3333;
  position: relative;
  top: 4px;
}
	@media screen and (max-width: 768px) {
		h1 {
		  top:0;
		}
	}
	@media screen and (max-width: 479px) {	
		 h1 {			
		 	font-family: futuraltbt;
			font-weight: normal;
		}	
	}

/******** 	breadcrumbs		********************/
.breadcrumbs {
	font-family: Verdana,Helvetica,Tahoma,Arial,sans-serif;
	font-size: 10px;
	font-size: 0.6em;
}
	@media (min-width:769px) {
		.breadcrumbs {
			padding-left: 0;
			}
	}
.breadcrumbs ul {
	padding-left: 0 !important; 
	list-style: outside none none !important; 
	margin-left: 0 !important;
	display: -webkit-box;display: -ms-flexbox;display: flex;
	-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.breadcrumbs li {
	margin-right: 5px; 
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	padding: 0 !important;
}
.breadcrumbs li a {
	color:#818182!important; 
	text-decoration:none;
}
.breadcrumbs li a.act {
	color: #B11818!important; 
	text-decoration:none;
}
.breadcrumbs li a:hover, .breadcrumbs li a:hover .act{
	background: transparent!important;
}

.t_right{text-align:right;}



.contenedor_promo {
	width: 960px; 
	height: 183px;
	margin: 0 auto; 
	font-family: FuturaStdBook, Verdana,Helvetica,Tahoma,Arial,sans-serif; 
	font-size: 16px; 
	line-height:20px; 
	font-weight: normal; 
	color:#ffffff;
	background-repeat: no-repeat;
	position: relative;
	top: 20px;
}
.contenedor_promo_fondo{
	width: 920px; 
	padding:40px 20px;
}
	@media screen and (max-width: 960px){
		.contenedor_promo {
			width: 100%;
			font-size: 16px;
			line-height:20px;
		}			
		.contenedor_promo_fondo {
			width: 730px;
		}
	}	
	@media screen and (max-width: 768px){
		.contenedor_promo {
			padding-bottom: 10px;
			background-position: 10px bottom;
		}	
	}
	
	@media screen and (max-width: 480px) {
		.contenedor_promo {
			min-width: 320px;
			padding-bottom: 10px;
		}	
		.contenedor_promo_fondo{
			padding: 20px 20px 60px 15px;
			width: 100%;
		}
	}



.contenedor_promo .banner {
	display: flex;
	justify-content: flex-start;
	width: 100%; 
	height: 183px;
	position: absolute;

	
}
.contenedor_promo .promocion-marketplace-catalogo-fondo-naranja {
	display: inline-block;
	width: 50%;
	background-color: #FF6900;
	height: 183px;
	display: flex;
}	
	@media screen and (max-width: 600px) {
		.contenedor_promo .promocion-marketplace-catalogo-fondo-naranja {
			height: 228px;
			padding: 20px;
			box-sizing: border-box;
		}	
	}
	.bloqueTexto {
		color: #ffffff;
		position: relative;
		display: flex;
		align-items: center;
		margin-left: 40px;
		margin-right: 27%;
	}
		@media screen and (max-width: 600px) {
			.bloqueTexto {
				flex-direction: column;
				display: flex;
				flex-wrap: nowrap;
				-webkit-box-orient: vertical;
				margin-left: 0px;
				margin-right: 0px;
				width: auto;
			}
		}
		.contenedor_promo .promocion-marketplace-catalogo-fondo-naranja h1 {
			color: #FFF;
			line-height: 34px;
			font-size: 26px;
			font-weight: bold;			
		}
			@media screen and (max-width: 905px) {
				.contenedor_promo .promocion-marketplace-catalogo-fondo-naranja h1 {
					color: #FFF;
					line-height: 37px;
					font-size: 25px;				
				}
			}
			@media screen and (max-width: 780px) {
				.contenedor_promo .promocion-marketplace-catalogo-fondo-naranja h1 {
					color: #FFF;
					line-height: 26px;
					font-size: 22px;				
				}
			}
			@media screen and (max-width: 680px) {
				.contenedor_promo .promocion-marketplace-catalogo-fondo-naranja h1 {
					font-size: 21px;				
				}
			}
			@media screen and (max-width: 600px) {
				.contenedor_promo .promocion-marketplace-catalogo-fondo-naranja h1 {
					color: #FFF;
					line-height: 26px;
					font-size: 19px;				
				}
			}
			@media screen and (max-width: 369px) {
				.contenedor_promo .promocion-marketplace-catalogo-fondo-naranja h1 {
					color: #FFF;
					line-height: 26px;
					font-size: 18px;				
				}
			}
			
.contenedor_promo .promocion-marketplace-catalogo-escritorio {
	display: inline-block;
	width: 50%;
	background-image:url("/image/suma/promocion-marketplace-catalogo-escritorio.jpg");
	height: 183px;
	background-position: 50%;
}
	@media screen and (max-width: 600px){
		.contenedor_promo .promocion-marketplace-catalogo-escritorio {
			display: inline-block;
			width: 50%;
			background-image:url("/image/suma/promocion-marketplace-catalogo-escritorio-2.jpg");
			height: 228px;
			background-position: right;
		}	
	}
.contenedor_promo .banner .logo-eci-mobile {
	display: none;
}
	@media screen and (max-width: 600px) {
		.contenedor_promo .banner .logo-eci-mobile {
			display: block;
			width: 132px;
			margin-top: 23px;
			margin-left: -21%;
		}
	}	
	@media screen and (max-width: 380px) {
		.contenedor_promo .banner .logo-eci-mobile {
			    display: block;
				width: 132px;
				margin-left: -8%;
		}
	}
	@media screen and (max-width: 369px) {
		.contenedor_promo .banner .logo-eci-mobile {
			    display: block;
				width: 132px;
				margin-top: 23px;
				margin-left: -8%;
		}
	}
	@media screen and (max-width: 252x) {
		.contenedor_promo .banner .logo-eci-mobile {
				margin-top: 26px;
		}
	}
.contenedor_promo .logo-eci {
	background-image:url("/image/suma/logo_ECI.png"); 
	background-size:contain; 
	background-position:bottom center;
	width: 178px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
	@media screen and (max-width: 600px) {
		.contenedor_promo .logo-eci {
			display: none;
		}
	}
.contenedor_promo_h2{font-family: FuturaStdBook, Verdana,Helvetica,Tahoma,Arial,sans-serif; font-size: 24px; letter-spacing: 3px; line-height:30px; font-weight: normal; color:#000000;}
.contenedor_promo_h4{font-family: FuturaStdBook, Verdana,Helvetica,Tahoma,Arial,sans-serif; font-size: 16px; line-height:20px; font-weight: normal; color:#000000;}



.contenedor_cuerpo{width: 960px; margin: 0 auto; font-family: FuturaStdBook, Verdana,Helvetica,Tahoma,Arial,sans-serif; font-size: 14px; line-height:18px; font-weight: normal; color:#000000;}
.contenedor_listado{width:850px; text-align:center; margin:40px auto;}
.contenedor_1_3{display:inline-block; width:28%; min-width:145px; min-height:145px; margin:20px 2px; background-color:rgba(255,255,255,.7); text-align:center; vertical-align:top; padding: 0 10px; padding-right:20px; border-right: 2px solid #d8d8d8;}
.noborder{border:none;}
.contenedor_1_3_numero{display:inline-block; width:30px; height:25px; border-radius:50%; background-color:#cc3333; padding-top:5px; margin:15px;}
.contenedor_1_3_txt{font-family: FuturaStdBook, Verdana,Helvetica,Tahoma,Arial,sans-serif; font-size: 12px; line-height:16px; font-weight:bold; color:#000000; text-align:center; margin-bottom:20px; opacity:1;}

.productoimg{border-bottom: 1px solid #eeeeee;}
.productotxt{width:100%; margin:10px auto;}
.productodesc{text-align: left; margin-top:10px; font-size:13px;}
.productomarca{text-align: left; font-weight:bold; margin-top:10px; font-size:13px; text-transform: uppercase;}
.productoprecio{display:inline-block; width:48%; text-align:left; margin-top:10px;}
.productoahorro{display:inline-block; width:48%; text-align:right; margin-top:10px; color:#cc3333;}
.productobtn{display:inline-block; width:100%; height:30px; background-color:#cc3333; font-family:FuturaStdBook, Verdana,Helvetica,Tahoma,Arial,sans-serif; color:#ffffff; text-align:center; font-size:14px; font-weight:bold; border-radius:30px; padding-top:10px; cursor:pointer; text-decoration:none;}

.legal{font-family: Verdana,Helvetica,Tahoma,Arial,sans-serif;color:#858585; width:950px; margin: 30px auto; padding: 0px;}
.legal p{font-size:9px; line-height:14px; margin-top: 14px;}
.legal p a{color:#858585;font-weight: bold;}
.legal strong{color:#555555;}

.BotonVolver{
	max-width: 960px;
	margin: 1em auto;
}

@media screen and (max-width: 600px) {
		.BotonVolver {
		    padding-left: 15px;
		}
	}

.BotonVolver .volver{
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	padding-top: 5px;
	font-weight: bold;
}

.BotonVolver .volver a{
	color: #333;
}

footer { width: 100%; z-index: 1; padding-top: 0.5em;	clear: both; margin:0 auto; border-top: 2px solid #d8d8d8; margin-top:10px; text-align:center;}
.footer_contenido{ width: 960px; z-index: 1; padding-top: 0.5em;	clear: both; margin:0 auto;}
.pie { max-width: 960px; clear: both; overflow: hidden; padding-top: 7px; margin: 0 auto; }
.copyright { font-family: AvertaRegular, Arial, Verdana, sans-serif; float: left; display: inline; font-size: 0.8em; position: relative; top: -0.5em; padding-top:10px; padding-bottom:10px; color: #999999;}
.copyright a{color: #999999; text-decoration:none;}


[class^="ico-redes-"]:before, [class*=" ico-redes-"]:before, [class^="ico-redes-"]:after, [class*=" ico-redes-"]:after { font-family: ico-redes; font-size: 22px; font-style: normal; margin-left: 5px; }
.ico-redes-facebook-logo:before { content: "\f101"; }
.ico-redes-linkedin-logo:before { content: "\f102"; }
.ico-redes-twitter-logo-silhouette:before { content: "\f105"; }
.ico-redes-video-play-button:before { content: "\f106"; }
.social { float: right;}
.social a:link { color: #ccc; text-decoration: none; }
.social a:visited { color: #ccc; text-decoration: none; }
.social a:hover { color: #666; text-decoration: none; }

@media screen and (max-width: 960px){	
	.footer_contenido {width:770px;}
	.contenedor_cuerpo, .contenedor_listado{width: 770px;}
}

@media screen and (max-width: 768px) {
	.footer_contenido {width:280px;}
	.contenedor_1_3{width:80%; border:none; padding:10px; margin-bottom:0px; padding-top: 0px; margin-top: 0px;}
	.contenedor_cuerpo{width: 480px;}
	.contenedor_listado{width: 480px; margin-top:40px;}
	.contenedor_promo_h2{margin-left:0px;}
	.contenedor_promo_h4{margin-left:0px;width: 300px;}
	.productobtn{width:240px;}
	.legal{width: 480px; margin-top:0px;}
	.dnone_movil{display:none;}
}

@media screen and (max-width: 480px) {
	.footer_contenido {width:100%;}
	.contenedor_promo_h2{font-size:20px; line-height: 26px;}
	.contenedor_promo_h4{margin-left:0px;width: 100%}
	.contenedor_1_3{width:85%;}
	.contenedor_cuerpo, .contenedor_listado{width: 100%;}
	.copyright {font-size:0.7em;}
	.social { width: 100%; display: block; margin: 0 auto; text-align: right; float: none; margin-bottom: 10px; padding-right: 12px;
    box-sizing: border-box;}
	.legal{width: 100%;box-sizing: border-box; padding: 14px;}
}

.titulo-separacion {
	width: 960px;
	font-family: FuturaStdBook, Verdana,Helvetica,Tahoma,Arial,sans-serif;
	margin: 20px auto 30px;
	text-align: center;
	top: 20px;
	position: relative;
	padding: 0 20px;
	box-sizing: border-box;
}
	@media screen and (max-width: 960px){	
		.titulo-separacion {width:100%; top: 50px;}
	}
.titulo-separacion h3 {
  font-size: 1.75rem;
  color: #FF6900;
  width: 90%;
  margin: 0 auto;
}