

.hover_wrap {
  /* height: 100vh; */
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  overflow: hidden;
}

/* .hover_wrap .effect {
  max-width: 442px;
  max-height: 442px;
  margin: 0;
  position : relative;
  perspective : 1000px;
  max-height : 442px;
  width : 100%;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;

  background: linear-gradient(45deg, #152A93 -10%, #BE2237 110%);
} */


.hover_wrap .effect{
max-width: 100%;
max-height: 100%;
margin: 0;
position: relative;
perspective: 1000px;
max-height: 100%;
width: 100%;
overflow: hidden;
font-family: 'Montserrat', sans-serif;
background: linear-gradient(45deg, #152A93 -10%, #BE2237 110%);
}

.textura_lineas{
  background: url(../images/lineas-textura.png) bottom center no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.hover_wrap .effect img {
  width : 100%;
  display: block;
  transition : all 0.8s ease;
 }

 .subtite{
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 300;
 }

 .hover_wrap .effect .datos {
    position: absolute;
    right: 0;
    top: 24%;
    text-align: center;
    width: 50%;
    transform: translatex(100%);
    transition: all 0.5s ease;
    z-index: 2;
}

.datos h2{
    margin-bottom: 0;
}

.datos h4{
    margin-bottom: 0;
}


.hover_wrap .effect .title {
  position : absolute;
  color : #fff;
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  text-align : center;
  padding : 10px;
}



.hover_wrap .effect .btn_ver{
    display: block;
    width: 80%;
    text-align: center;
    font-weight: 900;
    background: #fff;
    font-size: 1rem;
    top: 52%;
    right: -5%;
    border-radius: 31px;
    padding: 2%;
    margin: 0 auto;
    color: #903154;
    text-decoration: none;
    font-weight: 900 !important;
    font-family: 'Montserrat', sans-serif;
}

.hover_wrap .effect .btn_ver:hover {
    text-decoration: none;
}


.hover_wrap .effect .title:before {
  content : '';
  width: 442px;
  height: 2px;
  position: absolute;
  top : 0;
  left : 0;
  background: #fff;
  transform: translatex(100%);
  transition : all 0.5s ease;
}

.hover_wrap .effect .title:after {
  content : '';
  width: 442px;
  height: 2px;
  position: absolute;
  bottom : 0;
  right : 0;
  background : #fff;
  transform : translatex(-100%);
  transition : all 0.5s ease;
}

.hover_wrap .effect .title h3:before {
  content : '';
  width: 2px;
  height: 442px;
  position: absolute;
  top : 0;
  right: 0;
  background: #fff;
  transform : translatey(100%);
  transition : all 0.5s ease;
}

.hover_wrap .effect .title h3:after {
    content: '';
    width: 2px;
    height: 442px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    transform: translatey(-100%);
    transition: all 0.5s ease;
}

.hover_wrap .effect .title em {
  display: block;
  background : #fff;
  color : #000;
  padding : 5px 10px;
  font-weight: bold;
  font-size: 16px;
  margin-top: 3px;
}

.hover_wrap .effect figcaption {
  position : absolute;
  bottom: 42%;
  left: 25px;
  color : #fff;
  font-size: 0.8em;
  padding: 5px 60px 5px 10px;
  line-height : 1.2;
  font-weight: 500;
  opacity : 0;
  transition : all 0.5s 0.15s ease;
}

/* media query */
@media (max-width : 600px) {
  .hover_wrap {
    flex-direction : column;
  }
}

/* hover effect */
.hover_wrap .effect:hover img {
  opacity : .1;
}

.hover_wrap .effect:hover .title{
    transform : translate(0%);
  }

.hover_wrap .effect:hover .title:before {
  transform : translate(0%);
}
.hover_wrap .effect:hover .title:after {
  transform : translate(0%);
}
.hover_wrap .effect:hover .title h3:before {
  transform : translate(0%);
}
.hover_wrap .effect:hover .title h3:after {
  transform : translate(0%);
}

.hover_wrap .effect:hover .vermas {
    transform : translate(0%);
}

.hover_wrap .effect:hover .datos {
    transform : translate(0%);
  }

.hover_wrap .effect:hover figcaption {
  opacity : 1;
}



@media only screen and (max-width: 768px) {
.hover_wrap .effect .datos {
  top: 40%;
}
}

@media only screen and (max-width: 576px) {
  .hover_wrap .effect .datos {
    top: 20%;
  }
  }

  @media only screen and (max-width: 412px) {
    .hover_wrap .effect .datos {
      top: 12%;
    }
    }