.bloqueMain {
  background: #ffffff url("/image/suma/tarjetas/fondo-tarjeta-Suma.jpg") no-repeat 0 0/100% auto;
  background-size: cover;
  width: 100%;
  height: 350px;
  display: block;
}
	@media screen and (min-width: 890px){
		.bloqueMain {
			background: #ffffff url("/image/suma/tarjetas/fondo-tarjeta-Suma.jpg") no-repeat center -105px;	
			height: 340px;
		}
	}
	@media screen and (max-width: 768px) {
		.bloqueMain {
			background: #ffffff url("/image/suma/tarjetas/fondo-tarjeta-Suma.jpg") no-repeat center -105px;	
			background-color: #cc3333;
			margin-left: 0;
			height: auto;
			overflow: hidden;
			background-size: 140% 105%;
		}		
	}
.tabsTarjetas{
	width:100%;
	display: flex;	
}
	@media screen and (max-width: 480px) {
		.tabsTarjetas{
			flex-direction: column;	
			font-size: 0.9em;
		}	
	}

.tabSuma, .tabLDA{
	float: left;
	width: 50%;
	height:61px;
	text-align: center;
	margin: 0;	
}
.tabSuma a, .tabLDA a{
	white-space: nowrap;
	display: block;
	font-family: AvertaLight, Arial, Verdana, sans-serif;
	font-size: 1.85em;
	background: rgba(204, 51, 51, 0.3);
	padding: 0.8em 0.5em;
	text-decoration: none;
	position: relative;
	color: #ffffff;
	height: 25px;
}
.tabSuma a span{
	position: relative;	
}
.tabLDA a{
	background: rgba(211, 21, 85, 0.7);
    line-height: 24px;
}
.tabSuma a .negrita, .tabLDA a .negrita{
	font-family: AvertaBold, Arial, Verdana, sans-serif;
	font-weight: lighter;
}
	@media screen and (min-width: 481px) and (max-width: 768px){
		.tabSuma{
			width: 43%;
			font-size: 0.87em;
		}
		.tabLDA{
			width: 57%;
			font-size: 0.87em;
		}
	}

	@media screen and (max-width: 480px) {
		.tabSuma, .tabLDA {
			display: block;
			width: 100%; 
			height: 55px;  
		}
	}


.bloqueTexto {	
	top: 25px;
}
	.bloqueImagen{
		height: 0;
		position: relative;
		top: 0;
		right: 25px;
		float: right;	
	}
		.bloqueImagen img {
		    width: 72%;
		    height: auto;
		}
		@media screen and (min-width: 891px) and (max-width: 1100px) {
			
			
			.bloqueImagen {
				width: 325px;
				top: 0;
				right: 0;
				left: -55px;
			}
			.bloqueImagen img {
				width: 100%;
				height: auto;
			}			
		}		


		@media screen and (min-width: 769px) and (max-width: 890px) {
			.bloqueTexto {
				top: 24px;
				margin-left: 40px;
			}
			.bloqueImagen {
				width: 300px;
				top: -10px;
				right: 0;
				left: 75px;
			}
			.bloqueImagen img {
				width: 100%;
				height: auto;
			}
		}

		@media screen and (max-width: 768px) {
			.bloqueTexto {	
				text-align: center;
				height: 500px;
			}
			.bloqueImagen{
				display: block;
				float: none;
				height: auto;
				width:100%;
				max-width: 360px;
				top: 0;
				right: 0;
				margin: 0 auto;
			}
			.bloqueImagen img{
				max-height: 250px;	
				width: auto;
			}
		}
		
		
		@media screen and (max-width: 600px) {
			.bloqueTexto {	
				top:52px;
				height: 500px;
			}
			.bloqueImagen{max-width: 300px;}
			.bloqueImagen img{
				width: 100%;
				height: auto;
				position: relative;
				top: -40px;
			}
		}
		@media screen and (min-width: 480px) and (max-width: 600px) {
			.bloqueImagen{height: 160px;}
		}
		@media screen and (max-width: 480px) {
			.bloqueImagen{height: 160px;}
		}

	.bloqueTexto h1{
		font-family: AvertaLight, Arial, Verdana, sans-serif;
	}
	.bloqueTexto strong{
		font-family: AvertaBold, Arial, Verdana, sans-serif;
		font-weight: lighter;
		font-size: 1.2em;
		letter-spacing: -2px;
	}
	.bloqueTexto p{
		font-family: AvertaLight, Arial, Verdana, sans-serif;
		font-size: 1.7em;
		position: relative;
		left: 2px;
	}
	.bloqueTexto .botonVideo{
		background-image: url(/image/suma/tarjetas/ico-play.png);
		background-repeat: no-repeat;
		background-position: 125px 2px;
		clear: both;
		display: block;
		margin-top: 1em;
		margin-bottom: 2em;
		text-align: center;		
		height: 46px;
		width: 172px;
		margin: 15px 0;		
	}
	.bloqueTexto .botonVideo a{
		display: block;
		font-family: FuturaStdBook, Arial, Verdana, sans-serif;
		font-size: 1.48em;
		font-weight: lighter;
		background: rgba(204, 51, 51, 0.7);
		padding: 0.8em 0.5em;
		text-decoration: none;
		position: relative;
		color: #ffffff;
		border-radius:25px;
		-moz-border-radius:25px;
		-webkit-border-radius:25px;
		-o-border-radius:25px;
	}
	.bloqueTexto .botonVideo a span{
		position: relative;
		left: -10px;
	}
	.bloqueTexto .descargaApp .texto{
		display: inline-block;
		font-size: 1.35em;
		position: relative;
		top: -11px;
		left: 4px;
	}

		@media screen and (max-width: 768px) {
			.bloqueTexto .botonVideo{
				margin: 25px auto 40px;
				background-position: 198px 10px;
				height: 55px;
				width: 254px;
			}
			.bloqueTexto .botonVideo a{
				font-size: 2em;
				background: rgba(204, 51, 51, 0.6);
				border-radius:35px;
				-moz-border-radius:35px;
				-webkit-border-radius:35px;
				-o-border-radius:35px;
			}
			.bloqueTexto .descargaApp{
				white-space: initial;
				margin-bottom: 15px;
				display: flex;
				align-items: center;
				justify-content: center;
			}
			.bloqueTexto .descargaApp .texto {    
				font-size: 1.6em;
				text-align: left;
				width: 260px;
				top: auto;
			}
		}
		@media screen and (max-width: 400px) {
			.bloqueTexto .descargaApp{
				white-space: initial;
				margin-bottom: 15px;
				display: flex;
				align-items: center;
				justify-content: center;
			}
			.bloqueTexto .descargaApp .texto {    
				font-size: 1.6em;
				text-align: left;
				width: 260px;
				top: auto;
			}
		}
	

.botoneraPuntos{
	width: 80%;
	max-width: 940px;
	margin: 0 auto;
	display: block;
	position: relative;
	top: 0;
}	
.botonPuntos{
	clear: both;
	display: block;
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: center;		
	height: 40px;
	width: 172px;
	margin: 0;
	float: right;	
}
.botonPuntos a{
	display: block;
	font-family: FuturaStdBook, Arial, Verdana, sans-serif;
	font-size: 1.3em;
	background: rgba(0, 0, 0, 0.5);
	padding: 1em 0.5em;
	text-decoration: none;
	position: relative;
	color: #ffffff;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	-o-border-radius:25px;
}
	@media screen and (min-width: 891px) and (max-width: 1100px) {			
		.botoneraPuntos {
			top: 0;
		}
	}
	@media screen and (max-width: 890px) {
		.botoneraPuntos{
			top: 0;
		}	
	}
	@media screen and (max-width: 768px) {
		.botoneraPuntos{
			top: 0;
			background-color: #D4D4D4;
			height: 60px;
			width: 100%;
			padding: 7px 0 10px;
		}
		.botonPuntos{
			float: none;
			margin: 0 auto;
			top: 8px;
			position: relative;
		}
	}


.textoTarjetas {
    margin: 10px auto 30px;
    text-align: center;
    font-family: FuturaStdBook, Arial, Verdana, sans-serif;
    font-size: 1.7em;
}

div.titulos{
	float: left;
	margin-right: 45px;
}

div.circulo{
	color: #cc3333;
	float: left;
	font-size: 18px;
	text-align: center;
	border: solid 1px;
	padding: 27px 15px;
	border-radius: 102px;
}
div.circulo span {
    position: relative;
    top: -8px;
}

	@media screen and (max-width: 768px) {		
		div.titulos {
    		margin-right: 0px;
			width: 62%;
		}
		p.tituloContenido {
			font-size: 2.8em;
		}
	}
	@media screen and (max-width: 480px) {
		.bloqueSolicita{
			margin: 0 auto;
			width: 100%;
			display: block;
			height: 136px;
			position: relative;
		}
		div.titulos {
    		margin-right: 0px;
			width: 55%;
		}
		div.circulo {
			float: right;
			font-size: 14px;
		}
	}
	@media screen and (max-width: 320px) {
		.bloqueSolicita{
			margin: 0 auto;
			width: 300px;
		}
	}


/* MODULO DESCARGAS APPS //////////////////////////////////////////////////////////// */
.modulo-descarga-apps {
	background-color: #f0f0f0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 60px 20px 60px 40px;
}
	@media screen and (max-width: 1024px) {
		.modulo-descarga-apps {
			padding: 20px 10px 20px 20px;
		}		
	}
	@media screen and (max-width: 768px) {
		.modulo-descarga-apps {
			border: none;
			padding: 20px;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
		}
	}
	@media screen and (max-width: 480px) {
		.modulo-descarga-apps {
			border: none;
			padding: 15px;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
		}
	}
	
.modulo-descarga-apps .area-textos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
	@media screen and (max-width: 768px) {
		.modulo-descarga-apps .area-textos {
			width: 100%;
		}	
	}
	@media screen and (max-width: 480px) {
		.modulo-descarga-apps .area-textos {
			width: 100%;
			margin-bottom: 15px;
		}
	}
.modulo-descarga-apps .area-textos p.tituloContenido {	
	font-family: FuturaStdLight, Arial, Verdana, sans-serif;
	font-size: 3.4em;
	color: #cc3333;	
	margin-bottom: 8px;
}
	@media screen and (max-width: 1024px) {
		.modulo-descarga-apps .area-textos p.tituloContenido {	
			font-size: 2.8em;
		}	
	}
	@media screen and (max-width: 768px) {
		.modulo-descarga-apps .area-textos p.tituloContenido {	
			font-size: 2.8em;
			text-align: center;
		}	
	}
	@media screen and (max-width: 480px) {
		.modulo-descarga-apps .area-textos p.tituloContenido {	
			font-size: 2em;
			text-align: center;
			margin-bottom: 5px;
		}	
	}
.modulo-descarga-apps .area-textos p.subtituloContenido {	
	font-family: FuturaStdBold, Arial, Verdana, sans-serif;
	font-size: 2em;
	color: #cc3333;	
}
	@media screen and (max-width: 768px) {
		.modulo-descarga-apps .area-textos p.subtituloContenido {
			font-size: 2em;
			text-align: center;
		}
	}
	@media screen and (max-width: 480px) {
		.modulo-descarga-apps .area-textos p.subtituloContenido {
			font-size: 1.3em;
			text-align: center;
		}
	}
.modulo-descarga-apps .area-textos p.subtituloContenido br {display: none;}
	@media screen and (max-width: 1024px) {
		.modulo-descarga-apps .area-textos p.subtituloContenido br {
			display: block;
		}
	}
	
.modulo-descarga-apps .area-apps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 25px;
}
	@media screen and (max-width: 768px) {
		.modulo-descarga-apps .area-apps {
			width: 100%;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
		}	
	}
	@media screen and (max-width: 480px) {
		.modulo-descarga-apps .area-apps {
			width: 100%;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			margin-top: 0;
		}
	}
	
.modulo-descarga-apps .area-apps div {
	margin: 0 15px;
}
	@media screen and (max-width: 768px) {
		.modulo-descarga-apps .area-apps div {
			text-align: center;
			margin: 0 15px 12px;
		}
	}
	@media screen and (max-width: 480px) {
		.modulo-descarga-apps .area-apps div {
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			text-align: center;
			margin: 0 auto 12px;
		}	
	}
.modulo-descarga-apps .area-apps label {
	font-family: FuturaStdBook, Arial, Verdana, sans-serif;
	color: #c52c2f;
	font-size: 22px;
	margin-bottom: 12px;
	display: block;
}
	@media screen and (max-width: 768px) {
	
	}
	@media screen and (max-width: 480px) {
		.modulo-descarga-apps .area-apps label {
			margin-bottom: 5px;
			font-size: 12px;
		}
	}
.modulo-descarga-apps .area-apps img {
	width: 212px;
	max-width: 100%;
}
	@media screen and (max-width: 1024px) {
		.modulo-descarga-apps .area-apps img {
			width: 170px;
			max-width: 100%;
		}	
	}
	@media screen and (max-width: 768px) {
		.modulo-descarga-apps .area-apps img {
			width: 122px;
			min-width: 122px;
			max-width: 100%;
		}	
	}
	@media screen and (max-width: 480px) {
		.modulo-descarga-apps .area-apps img {
			width: 122px;
			min-width: 122px;
			max-width: 100%;
		}	
	}

	
/* BLOQUE COLABORADORES //////////////////////////////////////////////////////////// */

.container-colaboradores { display:inline-block; text-align: center; width:100%;}
.noborder { border-right: none; }
.textoColaboradores{margin: 20px auto 30px; text-align: center; font-family: FuturaStdBook, Arial, Verdana, sans-serif; font-size: 1.8em; font-weight:bold;color: #CC3333;}

/* FIN BLOQUE COLABORADORES //////////////////////////////////////////////////////// */

/* ###################################### Area Colaboradores */
.colaboradores {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.colaboradores .colaborador {
	width: 24%;
	text-align: center;
	display: inline-block;
	margin: 0 0 90px 0;
}
	@media screen and (max-width: 980px){
		.colaboradores .colaborador {
			width: 250px;
			margin: 0 0 50px 0;
		}
	}
	@media screen and (max-width: 551px){
		.colaboradores .colaborador {
			width: 195px;
			margin: 0 0px 30px 0px;
			padding: 0 9px;
		}
	}
	@media screen and (max-width: 467px){
		.colaboradores .colaborador {
			width: 135px;
			margin: 0 0px 30px 0px;
			padding: 0 5px;
		}
	}
.colaboradores .colaborador .logo {
	margin: 0px auto;
	min-height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
	@media screen and (max-width: 479px){
		.colaboradores .colaborador .logo{
			min-height: 50px;
		}
	}
.colaboradores .breack {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	height: 0;
}
	@media screen and (max-width: 980px){
		.colaboradores .breack {display: none;}	
	}
.colaboradores .colaborador .logo img{max-width:180px; max-height:60px;}
	@media screen and (max-width: 479px){
		.colaboradores .colaborador .logo > img {
			max-width:85%;
		}
	}
		.colaboradores .colaborador:last-child .logo > img {
			max-width:180px;
		}
.colaboradores .colaboradorBoton {margin: 0 auto; clear: both; display: block; margin-top: 1em; margin-bottom: 0; text-align: center; width: 195px; height: 40px;}
	@media screen and (max-width: 467px){
		.colaboradores .colaboradorBoton {
			width: 135px;
		}
	}
.colaboradores .colaboradorBoton a {display:block; font-family:FuturaStdBook, Arial, Verdana, sans-serif; font-size:1.5em; background-color:#cc3333; padding:0.5em; text-decoration:none; position:relative; color:#ffffff; border-radius:25px;}

	@media screen and (max-width: 479px) {
	  .colaboradores .colaboradorBoton a {font-size: 1.2em;}
	}
.colaboradores .borde-separador {
	border-right:1px solid #b0b0b0;
}
	@media screen and (max-width: 316px) {
		.colaboradores .borde-separador {
			border-right:1px solid #ffffff !important;
		}
	}
.colaboradores .noborde-3 {
	border-right:none;
}
	@media screen and (min-width: 778px) and (max-width: 980px){
		.colaboradores .noborde-3 {
			border-right:none;
		}
	}
	
	@media screen and (max-width: 778px){
		.colaboradores .noborde-2 {
			border-right:none;
		}
	}
	@media screen and (max-width: 778px){
		.colaboradores .par-borde-si {
			border-right:1px solid #b0b0b0;
		}
		.colaboradores .par-borde-no {
			border-right:none;
		}
	}
	@media screen and (min-width: 1293px){
		.colaboradores .mas-de-3 {
			border-right:1px solid #b0b0b0;
		}
	}	
	@media screen and (max-width: 980px){
		.colaboradores .noborde-tablet {
			border-right: none;
		}
	}
	
	
/* BLOQUE ERRORES ////////////////////////////////////////////////////////////////// */

#errorSumaDocumentoInvalido{
	float: none;
}
#divEnviadoSuma{
	display: none;
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	min-height: 850px;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 999;
}
.mensajeConfirmacion{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 120px;
	margin-left: -250px;
	margin-top: -60px;
	background-color: #fff;
	border-radius: 10px;
	padding: 1.6em;
}
.icoAspa{
	background-color: #666;
    border-radius: 50px;
    color: #fff;
    float: right;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.5em;
    position: relative;
    text-align: center;
    width: 17px;
}
.mensajeConfirmacion p{
	display: block;
	clear: both;
	padding-top: 1em;
	font-size: 14px;
	color:#565656;
}
.botonCerrar{
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 2em auto 1em;
    padding: 0.6em;
    text-align: center;
    text-decoration: none;
    width: 20%;
	background: -moz-linear-gradient(270deg, #f52d2d 0%, #9e2121 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, 270deg, color-stop(0%, #f52d2d), color-stop(100%, #9e2121));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(270deg, #f52d2d 0%, #9e2121 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(270deg, #f52d2d 0%, #9e2121 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(270deg, #f52d2d 0%, #9e2121 100%);/* IE10+ */
	background: linear-gradient(180deg, #f52d2d 0%, #9e2121 100%);/* W3C */
}

.contenido .mensajeError {
	display: none;
	width: 91%;
	padding: 2%;
	margin: 15px 0;
	background-color: #fee445;
	float: none;
}
p.mensajeError {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}
 .mensajeError{
  	margin: 0 2% 5% 0;
  	width: 92%;
  	border-radius:25px;
		-moz-border-radius:25px;
		-webkit-border-radius:25px;
		-o-border-radius:25px;
  }
p.mError {
	font-size: 1.27em;
	font-weight: normal;
	color: #000000;
}
p.mensajeErr {
  font-size: 1.09em;
  color: #000;
  font-weight: bold;
}
p.mensajeErr a {
  color: #cc3333;
  text-decoration: none;
}
p.mensajeErr a:hover {
  text-decoration: underline;
}
.error {
  background-color: #fee445;
}
/* FIN BLOQUE ERRORES ////////////////////////////////////////////////////////////////// */




footer{
	margin-top: 15px;
}


h2 {
	font-family: AvertaLight, Arial, Verdana, sans-serif;
font-size: 1.7em;
position: relative;
left: 2px;
	font-weight: lighter;
}

.titulo-separacion {
  margin: 50px auto;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;  
}
.titulo-separacion h3 {
  font-size: 1.75rem;
}