.encabezado-producto{
    margin-bottom: 20px;
}

.producto {
margin-bottom: 30px;
}

.card-1 {
    position: relative;
    width: 300px;
    height: 380px;
    margin: 20px;
}

.card-1 .face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
}

.card-1 .front {
    transform: perspective(600px) rotateY(0deg);
    box-shadow: 0 5px 10px #000;
}

.card-1 .front img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-1 .front h5 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #77001f;
    text-align: center;
}

.card-1 .back {
    transform: perspective(600px) rotateY(180deg);
    background: #77001f;
    padding: 15px;
    color: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    box-shadow: 0 5px 10px #fff;
    overflow: scroll;
}

.card-1 .back .link {
    border-top: solid 1px #f3f3f3;
    height: 50px;
    line-height: 50px;
}

.card-1 .back .link a {
    color: #f3f3f3;
}

.card-1 .back h5 {
    font-size: 30px;
    margin-top: 20px;
    letter-spacing: 2px;
}

.card-1 .back p {
    letter-spacing: 1px;
}

.card-1:hover .front {
    transform: perspective(600px) rotateY(180deg);
}

.card-1:hover:hover .back {
    transform: perspective(600px) rotateY(360deg);
}

.titulo-catego{
    text-align: center;
    font-family: 'Noto Sans HK', sans-serif;
    color: #77001f;
    border-top: 16px solid #77001f;
}

.titulo-aplicaciones{
    text-align: center;
    font-family: 'Noto Sans HK', sans-serif;
    color: #77001f;
}

.texto-descripcion-producto {
    text-align: justify;
}



.tarjeta-wrap{
margin: 10px;
-webkit-perspective: 800;
perspective: 800;
}

.tarjeta{
width: 150px;
height: 150px;
background: #77001f;
position: relative;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: .7s ease;
transition: .7s ease;
-webkit-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.65);
box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.65);

}

.adelante, .atras{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.adelante{
width: 100%;
text-align: center;
align-content: center;
}

.adelante h1 {
font-weight: 400;
font-size: 15px;
color: #fff;

}

.atras{
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
font-size: 10px;
margin: 0;
padding: 5px;
text-align: left;
box-sizing: border-box;
display: flex;
overflow-y: auto;
color: #fff;
}

.tarjeta-wrap:hover .tarjeta{
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}

.card1{
/* background-image: url(images/1.jpg); */
background-size: cover;
}

.card2{
/* background-image: url(img/2.jpg); */
background-size: cover;
}

.card3{
/* background-image: url(img/3.jpg); */
background-size: cover;
}
