
/* efecto de hover imagenes con texto */



.container-hover {
    padding: 0;
    float: left;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .container-hover {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 900px) {
    .container-hover {
        width: 100%;
    }
}

.container-hover .title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.container-hover .content {
    position: relative;
    width: 80%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

/*SOMBRA DE HOVER*/
.container-hover .content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    border-radius: 6px;
    left: 0;
    top: 1px;
    z-index: 1;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.container-hover .content:hover .content-overlay {
    opacity: 1;
}

.container-hover .content-image {
    width: 100%;
    height: 300px;
}

.container-hover .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
   
    z-index: 2;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.container-hover .content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.container-hover .content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 1em;
}

.container-hover .content-details p {
    color: #fff;
    font-size: 0.8em;
}

.container-hover .fadeIn-bottom {
    top: 80%;
}

.container-hfont-family7over .fadeIn-top {
    top: 20%;
}

.container-hover .fadeIn-left {
    left: 20%;
}

.container-hover .fadeIn-right {
    left: 80%;
}
/* fin efecto hover */
.img-ancho {
    width: 100%;
    height:250px;
    margin: 0 auto 0 auto;
    text-align: center;
    font:500 12px/15px Arial,Helvetica,sans-serif;font-family:gothic,sans-serif;
margin:6px 6px 6px 6px;

}
.texto-hover{
font:400 15px/18px Arial,Helvetica,sans-serif;font-family:gothic,sans-serif;
}