/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.2.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/


/* .gallery-title */
/* { */
    /* font-size: 36px; */
    /* color: #42B32F; */
    /* text-align: center; */
    /* font-weight: 500; */
    /* margin-bottom: 70px; */
/* } */
/* .gallery-title:after { */
    /* content: ""; */
    /* position: absolute; */
    /* width: 7.5%; */
    /* left: 46.5%; */
    /* height: 45px; */
    /* border-bottom: 1px solid #5e5e5e; */
/* } */
/* .filter-button */
/* { */
    /* font-size: 18px; */
    /* border: 1px solid #42B32F; */
    /* border-radius: 5px; */
    /* text-align: center; */
    /* color: #42B32F; */
    /* margin-bottom: 30px; */

/* } */
/* .filter-button:hover */
/* { */
    /* font-size: 18px; */
    /* border: 1px solid #42B32F; */
    /* border-radius: 5px; */
    /* text-align: center; */
    /* color: #ffffff; */
    /* background-color: #42B32F; */

/* } */
/* .btn-default:active .filter-button:active */
/* { */
    /* background-color: #42B32F; */
    /* color: white; */
/* } */

/* .port-image */
/* { */
    /* width: 100%; */
/* } */

/* .gallery_product */
/* { */
    /* margin-bottom: 30px; */
/* } */

.valcomelton {
	background: url(../img/productos/valcomelton.jpg);
}

.movex {
	background: url(../img/productos/movex.jpg);
}

.tmi {
	background: url(../img/productos/tmi.jpg);
}

.dnc {
	background: url(../img/productos/dnc.jpg);
}

.kauman {
	background: url(../img/productos/kauman.jpg);
}

.proyectos-industriales {
	background: url(../img/productos/proyectos-industriales.jpg);
}

.killbac {
	background: url(../img/productos/killbac.jpg);
}

.suelos {
	background: url(../img/productos/suelos.jpg);
}


.module {
  /* background-attachment: fixed; */
  width: 555px;
  height: 370px;
  position: relative;
  overflow: hidden;
  /* margin-bottom: 20px; */
}
.module > header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px;
  /* background: inherit; */
  /* background-attachment: fixed; */
  overflow: hidden;
}
.module > header::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 200%;
  height: 200%;
  /* background: inherit; */
  /* background-attachment: fixed; */
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.module > header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25)
}
.module > header > h1 {
  margin: 0;
  color: white;
  position: relative;
  z-index: 1;
}

* {
  box-sizing: border-box;
}

.contact-text-container {
  /* position: absolute; */
  /* top: 30%; */
  padding: 0 40px;
  z-index: 2;
}

.contact-icons{
	list-style: none;
}

.pt-100 {
	padding-top: 100px;
}

.ml-100 {
	margin-left: 200px;
}
