.block-informacion-tarjetas .title-container{
	text-align: center;
	margin: auto;
	margin-bottom: 100px;
	max-width: 890px;
}
.block-informacion-tarjetas .title-container h2{
	margin-bottom: 0;
}
.block-informacion-tarjetas .title-container p.subtitle{
	margin-top: 35px;
	font-size: 18px;
}
.block-informacion-tarjetas .single-tarjeta .imagen{
	margin-bottom: 10px;
}
.block-informacion-tarjetas .single-tarjeta p.title{
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.block-informacion-tarjetas img{
	width: 100%;
}
.block-informacion-tarjetas .single-tarjeta{
	margin-bottom: 70px;
}


.single-tarjeta:hover .arrow-button:after{
	margin-left: 30px;
}

@media only screen and (max-width:575px) {
	
	.block-cabecera-interior{
		height: calc(100vh - 125px);
	}
	.block-cabecera-interior h1{
		font-size: 30px;
		top: 37%;
	}
}