.herramientas-col .herramientas-overlay {
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    left: 10px;
	right: 0;
}

.herramientas-col .herramientas-overlay h4,
.productos-col .productos-overlay h4 {
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #20a9e9;
}



.lo-que-usamos {
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
}

.lo-que-usamos,
.productos {
    background-attachment: fixed;
}

.justifyText {
    font-size: 10px;
    text-align:justify;
}


.herramientas-col {
    overflow: hidden;
    position: relative;
}

.herramientas-col img {
    width: 100%;
}

.herramientas-col .herramientas-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
    padding: 1px;
    transition: all .4s;
}

.herramientas-col .herramientas-overlay h6 {
    color: #20a9e9;
}

.herramientas-col:hover .herramientas-overlay {
    top: 0;
}

.productos {
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
}

.productos-col {
    overflow: hidden;
    position: relative;
}

.productos-col img {
    width: 100%;
}

.productos-col .productos-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    padding: 1px;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.productos-col .productos-overlay h6 {
    color: #fff;
}

.productos-col:hover .productos-overlay {
    top: 0;
}
/** test **/

.port-image
{
    width: 100% !important;
}

.col-md-3
{
    margin-bottom:1px;
}

.each-item
{
    position:relative;
    overflow:hidden;
	width: 100% !important;
    height: 100% !important;
}

.each-item:hover .cap2, .each-item:hover .cap1
{
    left:0px;
}

.cap1
{
    position:absolute;
    width:100%;
    height:25px;
    top:0px;
    left:-100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    padding: 1px;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
	color: #FFF;
}

.cap2
{
    position:absolute;
    width:100%;
    height:100%;
    top:25px;
    left:100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    padding: 1px;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
	color: #20a9e9;
}
