/* 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; 
}
/* DEFINICIÓN DE TIPOGRAFÍAS *************************************************************************
----------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'ITCAvantGardeGothicStdBook';
    src: url('/fonts/itcavantgardestd-bk.eot');
    src: url('/fonts/itcavantgardestd-bk.eot?#iefix') format('embedded-opentype'),
         url('/fonts/itcavantgardestd-bk.woff') format('woff'),
         url('/fonts/itcavantgardestd-bk.ttf') format('truetype'),
         url('/fonts/itcavantgardestd-bk.svg#ITCAvantGardeGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ITCAvantGardeGothicStdBookCN';
    src: url('/fonts/itcavantgardestd-bkcn.eot');
    src: url('/fonts/itcavantgardestd-bkcn.eot?#iefix') format('embedded-opentype'),
         url('/fonts/itcavantgardestd-bkcn.woff') format('woff'),
         url('/fonts/itcavantgardestd-bkcn.ttf') format('truetype'),
         url('/fonts/itcavantgardestd-bkcn.svg#ITCAvantGardeGothicStdBookCN') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ITCAvantGardeGothicStdDemi';
    src: url('/fonts/itcavantgardestd-demi.eot');
    src: url('/fonts/itcavantgardestd-demi.eot?#iefix') format('embedded-opentype'),
         url('/fonts/itcavantgardestd-demi.woff') format('woff'),
         url('/fonts/itcavantgardestd-demi.ttf') format('truetype'),
         url('/fonts/itcavantgardestd-demi.svg#ITCAvantGardeGothicStdDemi') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ITCAvantGardeGothicStdMed';
    src: url('/fonts/itcavantgardestd-md.eot');
    src: url('/fonts/itcavantgardestd-md.eot?#iefix') format('embedded-opentype'),
         url('/fonts/itcavantgardestd-md.woff') format('woff'),
         url('/fonts/itcavantgardestd-md.ttf') format('truetype'),
         url('/fonts/itcavantgardestd-md.svg#ITCAvantGardeGothicStdMed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Y2KNeophyteRegular';
    src: url('/fonts/y2k_neophyte.eot');
    src: url('/fonts/y2k_neophyte.eot?#iefix') format('embedded-opentype'),
         url('/fonts/y2k_neophyte.woff') format('woff'),
         url('/fonts/y2k_neophyte.ttf') format('truetype'),
         url('/fonts/y2k_neophyte.svg#Y2KNeophyteRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadProLight';
    src: url('/fonts/MyriadPro-Light.eot');
    src: url('/fonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype'),
         url('/fonts/MyriadPro-Light.woff') format('woff'),
         url('/fonts/MyriadPro-Light.ttf') format('truetype'),
         url('/fonts/MyriadPro-Light.svg#MyriadProLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: ITCAvantGardeGothicStdBook, Arial, Verdana, sans-serif;
}

@media screen and (max-width: 768px) {	
	.brTablet{display:none}
}
@media screen and (max-width: 479px) {	
	.brEscritorio{display:none}	
}

.rj{color:#cc3333;}
.clear{clear: both;}
.clearMovil{display:none;}

span.bold{
	font-family: 'ITCAvantGardeGothicStdDemi';
}	


/* HEADER //////////////////////////////////////////////////////// */
header, .contenedor {
	max-width: 960px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 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-size: 24px;
  color: #cc3333;
  position: relative;
  top: 4px;
}
	@media screen and (max-width: 768px) {
		h1 {
		  top:0;
		}
	}

/******** 	breadcrumbs		********************/
.breadcrumbs {
	font-family: ITCAvantGardeGothicStdBook, Arial, Verdana, sans-serif;
	font-size: 10px;
	font-size: 0.7em;
}
	@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;
}

.logoBKFC {
    background: rgba(0, 0, 0, 0) url("/image/suma/logo-bankinter-consumer-finance-rosa.png") no-repeat scroll left top;
    position: absolute;
    height: 50px;
	margin: 28px 0 0 17px;
	width: 182px;
	background-size: contain;
	z-index: 1;
}
	@media screen and (max-width: 768px) {
		.logoBKFC {   
			height: 31px;
			margin: 16px 0 0 17px;       
			width: 112px;   
		}		
	}
.fondo {
	background: url(/image/suma/fondo-colaboradores-bankintercard.jpg) no-repeat left top;
    width: 100%;
    height: 332px;
    float: none;
    background-size: cover;
    background-position-y: 0px;
    position: relative;
}

	@media screen and (max-width: 768px) {
		.fondo {
			height: 222px;
			margin: 0;
			padding: 0;
			width: 100%;
			background-size: cover;
			background-position-x: center;
		}			
	}
.bloqueRojo {
	margin-top: 10px;
	background-color: #cc3333;
	color: #ffffff;
	width: 100%;
	display: inline-block;
	font-size: 1.8em;
	text-align: left;
	line-height: 1.3;
	padding: 30px 20px;
	box-sizing: border-box;
}
   @media screen and (max-width: 939px){
	   .bloqueRojo {
		   font-size: 1.6em;
	   }
   }  
   @media screen and (min-width: 480px) and (max-width: 768px) {   
	   .bloqueRojo{
		   padding: 15px 20px 15px;
	   }
   }
   @media screen and (max-width: 479px) {
	   .bloqueRojo{
		   width: 100%;
		   padding: .5em 20px;
		   float: none;
		   height: auto;
		   font-size:1.4em;
	   }		
   } 	
.bloqueRojo h1, .bloqueRojo h2, .bloqueRojo h3, .bloqueRojo h4 {
	font-family: ITCAvantGardeGothicStdDemi, Arial, Verdana, sans-serif;
	font-weight: bold;
}	
   @media screen and (max-width: 479px) {
	   .bloqueRojo h1, .bloqueRojo h2, .bloqueRojo h3, .bloqueRojo h4{
		   font-size: .9em;
	   }
   }


/* CONTENEDOR //////////////////////////////////////////////////////// */
.contenedor {
 	max-width: 960px;
  	margin: 1.5rem auto;
  	background-color: #ffffff;
  	display: flex;
	flex-direction: column;
}
.bloque {	
	display: -webkit-box; display: -ms-flexbox; display: flex;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;	
	padding: 0;
	text-align: center;
	background-color: #ffffff;
	margin: 0 0 10px 0;
	flex-direction: column;
}
	@media screen and (max-width: 479px) {
		.bloque {	
			display: block;
		}	
	}
.bloque .texto_1 {
	font-family: 'ITCAvantGardeGothicStdDemi';
	color: #cc3333;
	width: 100%;
}
.bloque .texto_2 {
	width: 100%;
	margin: 20px 0;
}
.bloque .bloque_listado {
	margin-bottom: 30px;
}
.texto_1 sup {
	font-size: 60%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.6em;
}
.bloque .bloque_listado .listado {
	display: flex;
	justify-content: initial;
}
.bloque .bloque_listado .listado img {
	width: 25px;
	height: 25px;
	align-self: center;
}
.bloque .bloque_listado .listado p {
	text-align: left;
	margin: 2px 10px 20px 10px;
	font-size: 1.22em;
}
.bloque .recuadro {
	-webkit-box-shadow: 3px 2px 5px 0px rgba(158,155,158,1);
	-moz-box-shadow: 3px 2px 5px 0px rgba(158,155,158,1);
	box-shadow: 3px 2px 5px 0px rgba(158,155,158,1);
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
.bloque p {
	font-size: 1.35em;
	padding: 0;
	margin: 0px 7%;
	margin-bottom: 10px;
	font-weight: normal;
}
	@media screen and (max-width: 739px) {
		.bloque p {
			font-size: 1em;
		}
	}
.bloque h3 {
	font-size: 1.75em;
	padding: 0;
	font-weight: bold;
}
	@media screen and (max-width: 739px) {
		.bloque p, .bloque h3{
			line-height: 27px;
		}
	}
	@media screen and (max-width: 479px) {	
		.bloque h3{
			font-size: 1.4rem;
		}
	}
.bloque .texto_2 p {
	font-size: 1.5em;
}
.logo {   
    -ms-flex-item-align: end;
    align-self: flex-end;
    height: 87px;
    width: 120px; 
    margin-bottom: 0.6em; 
}

.legal {
    font-family: ;
    font-size: 9.5px;
    color: #858585;
    display: block;
}
	.legal p{
		margin-bottom: 15px;
	}
	.legal a{
		color: #cc3333;
		font-weight:normal;
	} 
.legal sup {
	font-size: 80%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em;
} 
.recuadro {
	float: left;
	width: 100%;
	background-color: #ffffff;
}
.recuadro .volver {
	color: #858585;
	display: inline;
	float: left;
	font-family: 'ITCAvantGardeGothicStdDemi';
	font-size: 12px;
	padding-top: 5px;
	font-weight: bold;
	padding: 1em 0 1em 0;
}
.recuadro .volver a {
	color: #333;
}
	
.area_legal {
	
}

.recuadro {
	 width: 100%;
	 background-color: #ffffff;
	 padding:1em 0; 
	 display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	        flex-direction: column;
}
	@media screen and (max-width: 768px) {
		.recuadro {
		  width: 96%;
		  margin: 0 2%; 
		}
	}

.logo {   
    -ms-flex-item-align: end;
    align-self: flex-end;
    height: 80px;
    width: 160px; 
    margin-bottom: 0.6em; 
}
.area_legal .logotipo {
	display:flex;
	justify-content: flex-end;
}



/*iconos - redes*/

@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;
}
[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-auricular-phone-symbol-in-a-circle:before {
    content: "\f100";
}
.ico-redes-facebook-logo:before {
    content: "\f101";
}
.ico-redes-linkedin-logo:before {
    content: "\f102";
    color: #ccc;
}
.ico-redes-menu-three-horizontal-lines-symbol:before {
    content: "\f103";
}
.ico-redes-social-google-plus-square-button:before {
    content: "\f104";
}
.ico-redes-twitter-logo-silhouette:before {
    content: "\f105";
}
.ico-redes-video-play-button:before {
    content: "\f106";
    color: #ccc;
}

/* PIE //////////////////////////////////////////////////////// */

footer{
	width: 100%;
	border-top: 2px solid #d8d8d8;
	z-index: 1;
	padding-top: 0.5em;
	clear: both;
	float: left;
}
.pie{
	max-width: 980px;
	clear: both;
	overflow: hidden;
	padding-top: 7px;
	margin: 0 auto;
}
	.copyright{
		color: #999999;
		font-family: MyriadProLight;
		float: left;
		display: inline;
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
		padding-top: 25px;
		padding-bottom: 20px;
		padding-left: 10px;
	}
	@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;
	}
	[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;
	}
	.social {
		float: right;
		margin-top: 10px;
		padding-right: 30px;
	}
	.social a:visited, .social a {
		color: #ccc;
		text-decoration: none;
	}
	.ico-redes-facebook-logo:before {
		content: "\f101";
	}
	[class*=" ico-redes-"]:before{
		font-family: ico-redes;
		font-size: 22px;
		font-style: normal;
		margin-left: 5px;
	}
	.ico-redes-twitter-logo-silhouette:before {
		content: "\f105";
	}
	.social a:hover {
		color: #666;
		text-decoration: none;
	}
	@media screen and (max-width: 987px) and (min-width: 769px){
	 .cabecera, .legal, .derecha, .penelop-log {
		padding: 0 10px;
	 }
	}
	@media screen and (max-width: 480px){
		.copyright, .social {
			width: 100%;
			display: block;
			margin: 0 auto;
			text-align: left;
			padding-left: 15px;
			float: none;
		}
	
	}

	
	@media screen and (max-width: 660px){
		.social {
			margin-top: 0;
		}
	}
	@media screen and (max-width:768px) {
		.social {
			margin-bottom: 10px;
		}
	} 
	@media screen and (max-width: 987px) and (min-width: 769px){
		.derecha.volv{
			padding: 10px;
		}
	   }
	         /**************fin pie nuevo*****************/
	         @media screen and (min-width: 992px) {
			.espDer{
					margin-right:60px;
				}
				div.textoApilado {
					width: 100%;
				}
			}