.fila {
  height: 480px;
}
.fila1{
  height: 220px;
}
.fila2{
  height: 480px;
}
.titulo{
  margin-top: -9%;
  font-family: arial;
  width: 100%;
  height: 200px;
  background-color: #fff;
  color: black;
  box-shadow: 3px 5px 20px 2px rgba(0, 0, 0, 0.25);
}
.col-sm-4 {
    width: 95% !important;
    padding-left: 8% !important;
    margin-left: -2%;
    margin-top: -6%;
}

.card {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  text-align: center;
/* Determinamos la trasicion de los efectos */
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* Determinamos los grados de la rotación de la tarjeta */
.card.flipped {
  -webkit-transform: rotateY( 180deg );
  -moz-transform: rotateY( 180deg );
  -o-transform: rotateY( 180deg );
  transform: rotateY( 180deg );
}

/* */
.card .front,
.card .back {
  display: block;
  height: 100%;
  width: 100%;
  color: white;
  text-align: center;
  font-size: 15em;
  padding: 15px;
  position: absolute;
/*visibility hidden para esconder una cara mientras se muestra la otra */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 3px 5px 20px 2px rgba(0, 0, 0, 0.25);
}

/*Determinamos los estilos deseados en la cara de atras de la tarjeta*/
.card .back {
  width: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 25px;
  text-align: center;
  background: #fff;
  font-family: arial;
  color: black;
/* Animacion para rotar la cara trasera */
  -webkit-transform: rotateY( 180deg );
  -moz-transform: rotateY( 180deg );
  -o-transform: rotateY( 180deg );
  transform: rotateY( 180deg );
}
.card div:hover{
  border: 3px solid #0101DF;
}
.card .back p{
  font-size: 15px;
}
.card .back table{
  width: 240px;
  text-align: center;
  border-spacing: 0;
}
.card .back th td{
  width: 25px;
}

/*Determinamos los estilos deseados en la cara de delantera de la tarjeta*/
.card .front {
  padding-top: 18%;
  background: #fff;
  color: black;
  font-size: 18px;
  font-family: arial;
}
.footer{
  margin-top: 20px;
}
.titulo hr{
  width: 80%;
}
.titulo p{
  margin: 15px 15px 5px 15px;
}
.front > img{
  width: auto;
  height: 150px;
}

@media screen  and (max-width:414px) and (min-width:300px){
  .fila{
    height: 1150px !important;
  }
  .fila2{
    height: 750px !important;
  }

  .fila1{
    margin-bottom: 15% !important;
  }
  .col-sm-4 {
      margin-left: 0% !important;
  }
  .titulo{
    margin-top: -3% !important;
  }

}

@media screen and (max-width: 1440px) and (min-width:640px){




}
