body {
    background-color:#fdffff;
    font: 400 15px Lato, sans-serif;
      line-height: 1.8;
}

.header {
  background-color:#f6f7f9;
  padding-bottom:10px;
  font-family:'Source Sans Pro', sans-serif;
  color: #01000e;
  height: 290px;
  padding-top: 60px;
  padding-bottom: 80px;
}


#header{
	height: 117px;
	position: relative;
	z-index: 10;
	background: #2a2d30 top center no-repeat;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
      padding: 60px 50px;
  }

.bg-grey {
      background-color: #f6f6f6;
  }

.bg-prin {
    background: url(../imagenes/tuberias.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-cont {
    background: url(../imagenes/tap-leaking.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-clie {
    background: url(../imagenes/Ingenier%C3%ADa-Civil-y-Arquitectura-1.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content {
    height: 455px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    text-align: center;
}

.col-sm-8 {
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-9 {
    width: 100%;
}

#nosotros { padding-top: 180px;
    padding-bottom: 260px;
    padding-left: 50px;
    padding-right: 50px;
    letter-spacing: 5px;
    color: black;
    text-align: center;
}

#clientes { padding-top: 140px;
    padding-bottom: 90px;
    padding-left: 50px;
    padding-right: 50px;
    letter-spacing: 5px;
    color: black;
    text-align: center;
}

.float-r {
    text-align: right;
    padding-right: 70px;
    padding-top: 60px;
}

.filtro {
    justify-content: center;
    width: 100%;
    height: 455px;
    background: rgba(29, 38, 49, 0.73)
    z-index: 5;
    position: absolute;
}

.text-center {
    text-align: center;
    padding-top: 80px; 
    padding-bottom: 80px;
    border-style: solid;
    color: white;
}

h1 {
    font-family: 'Helvetica';
    font-weight: 100;
    font-size: 60px;
    color: #fdffff;
}

h2 {
    font-family: 'Helvetica';
    font-weight: 20;
    font-size: 24px;
    color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
    line-height: 1.8;
}

h4 {
    font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
}

p {
    font-family: 'Helvetica';
    font-size: 14px;
    line-height: 1.6em;
    color:#000;
   
}

a {
    color: #fff;
}


.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.section-wrapper {
    margin-top: 0px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    height: 150px;
}

.section ul, li{
    color: #000;
}

.section {float: right;
    
}

footer {
    rgba(146, 157, 181, 0.62);
    height: 10px;
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
}


.slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }

.thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }

  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }

.img {
    border: 0;
    height: 210px;
}