.contenedor {
	width: 90%;
	max-width: 1000px;
	padding: 40px 20px;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* ---------- Estilos Generales de las Tarjetas ----------*/
.tarjeta {
	width: 115%;
	max-width: 550px;
	position: relative;
	color: #fff;
	transition: .3s ease all;
	transform: rotateY(0deg);
	transform-style: preserve-3d;
	cursor: pointer;
	z-index: 2;
}

.tarjeta.active {
	transform: rotateY(180deg);
}

.tarjeta > div {
	padding: 60px 30px;
	border-radius: 15px;
	min-height: 315px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 10px 10px 0 #201f1f;
}

/* ---------- Tarjeta Delantera ----------*/

.tarjeta .delantera {
	width: 100%;
	background: url('http://sisgest.com.ar/img/bg-tarjeta-01.jpg');
	background-size: cover;
}

.delantera .logo-marca {
	text-align: left;
	min-height: 35px;
}

.logo-marca2  {
	text-align: right;
}

.delantera .logo-marca img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 120px;
}

.delantera .logo-marca2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 80px;
}


.delantera .chip {
	width: 100%;
	max-width: 50px;
	margin-bottom: 20px;
}

.delantera .grupo .label {
	font-size: 16px;
	color: #7d8994;
	margin-bottom: 5px;
}

.delantera .grupo .numero,
.delantera .grupo .nombre,
.delantera .grupo .expiracion {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
}

.horaydia
{
    width: 60%;  
    float:left;
	color: #c83835;
	font-size: 20px;
    top: -25px;
	text-transform: uppercase;
    margin: 0 0 -47px 267px ;
    font-weight: bold;
} 

.columna1 {
  width:25%;
  float:left;
}
.columna2 {
  width:35%;
  float:left;
}
.columna3 {
  width:35%;
  float:left;
}

.delantera .grupo .nombre2 
{
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	
}

.delantera .flexbox {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

/* ---------- Contenedor Boton ----------*/
.contenedor-btn .btn-abrir-formulario {
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 20px;
	background: #2364d2;
	color: #fff;
	position: relative;
	top: -25px;
	z-index: 3;
	border-radius: 100%;
	box-shadow: -5px 4px 8px rgba(24,56,182,0.4);
	padding: 5px;
	transition: all .2s ease;
	border: none;
	cursor: pointer;
}

.contenedor-btn .btn-abrir-formulario:hover {
	background: #1850b1;
}

.contenedor-btn .btn-abrir-formulario.active {
	transform: rotate(45deg);
}


@media only screen and (min-width: 360px) and (max-width: 768px) {

    .delantera .grupo .numero,
    .delantera .grupo .nombre,
    .delantera .grupo .expiracion 
    {
    	color: #fff;
    	font-size: 14px;
    	text-transform: uppercase;
    }
    
    .delantera .grupo .nombre2 
    {
    	color: #fff;
    	font-size: 14px;
    	text-transform: uppercase;
    }
    
    .horaydia
    {
        width: 60%; 
        float:left;
        color: #c83835;
        font-size: 15px;
        top: -25px;
        text-transform: uppercase;
        margin: 0 0 -47px 140px ;
        font-weight: bold;
    }    
}