
.f1c1_five{
    transform-style: preserve-3d;
    
}

.f1c1_five .face{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1.2s ease-in-out;
   ;
    
}
.f1c1_five .face.front{
    background: url(../img/gallery/fotos_renovadas/101_Red\ H\ -\ ATW.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 99.8% 100%;
  opacity: 1;
}
.f1c1_five:hover .face.front{
    opacity: 0;
}
.f1c1_five .face.back{
    background:#232323;
    display: flex;
    flex-direction: column;
    font-family: "Jura", sans-serif;
    background-size: cover;
    opacity: 0;
}
.f1c1_five:hover .face.back{
    opacity: 1;
}


.f1c1_five .face.back h2 {
    color: white;
    font-size: 1.6vw;
    width: 80%;
    height: 10%;
    text-align: center;
    margin: 3vw auto 3vw auto;
    
}

.f1c1_five .face.back p {
    color: white;
    font-size: 1.3vw;
    width: 80%;
    margin: 0vw auto 3vw auto;
    text-align: center;
}





















.f2c1_five{
    transform-style: preserve-3d;
    
}

.f2c1_five .face{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1.2s ease-in-out;

    
}
.f2c1_five .face.front{
    background: url(../img/gallery/FOTOS/PARALLAXES/SEGUNDO_BLOQUE/201_Red-RN.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 99.9% 100%;
  opacity: 1;
}
.f2c1_five:hover .face.front{
    opacity: 0;
}
.f2c1_five .face.back{
    background:#232323;
    opacity: 0;
    display: flex;
    flex-direction: column;
    font-family: "Jura", sans-serif;
    background-size: cover;
}
.f2c1_five:hover .face.back{
    opacity: 1;
}


.f2c1_five .face.back h2 {
    color: white;
    font-size: 1.6vw;
    width: 80%;
    height: 10%;
    text-align: center;
    margin: 3vw auto 3vw auto;
    
}

.f2c1_five .face.back p {
    color: white;
    font-size: 1.3vw;
    width: 80%;
    margin: 0vw auto 3vw auto;
    text-align: center;
}











.f1_two .left{
    transform-style: preserve-3d;
    
}

.f1_two .left .face{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1.2s ease-in-out;
    
}
.f1_two .left .face.front{
    background: url(../img/gallery/fotos_renovadas/201_Red\ H\ -\ SR.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 99.8% 100%;
}
.f1_two .left:hover .face.front{
    opacity: 0;
}
.f1_two .left .face.back{
    background:#232323;
    opacity: 0;;
    display: flex;
    flex-direction: column;
    font-family: "Jura", sans-serif;
    background-size: cover;

}
.f1_two .left:hover .face.back{
    opacity: 1;
}


.f1_two .left .face.back h2 {
    color: white;
    font-size: 1.6vw;
    width: 80%;
    height: 10%;
    text-align: center;
    margin: 3vw auto 3vw auto;
    
}

.f1_two .left .face.back p {
    color: white;
    font-size: 1.3vw;
    width: 80%;
    margin: 0vw auto 3vw auto;
    text-align: center;
}












@media (max-width: 414px) {

    .f1c1_five .face.back{
        display: none;
    }
    .f1c1_five:hover .face.front{
        transform: perspective(0vw) rotateY(0deg);
    }


    .f1_two .left .face.back{
        display: none;
    }
    .f1_two .left:hover .face.front{
        transform: perspective(0vw) rotateY(0deg);
    }

    .f2c1_five:hover .face.front{
        transform: perspective(0vw) rotateY(0deg);
    }
    .f2c1_five .face.back{
        display: none;
    }

}