/*******************CONTACTO******************/

.form-control {
    font-size: 1.125em;
    border-bottom: 6px solid #d6d7d9;
    border-radius: 0.4em;
    background: #ebecec;
    color: black;
    font-weight: 300;
}


.form-control:focus {
    border-color: #71bf44;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    transition: 0.5s;
}

/******************************FOOTER**********************************/
#imgfoot{
  mix-blend-mode: multiply;
  height: 150px;
  width: 70%;
  position: absolute;
  z-index: -1;
}

#imgeco{
  mix-blend-mode: multiply;
  height: 120px;
  width: 50%;
  position: absolute;
  z-index: -1;
  margin: 15px;
}

/******************************SERVICIOS**********************************/

.Nservicios{
  background: #cdf5b6;
  padding-bottom: 150px;
  position: relative;

}

.Reing{
  background: #2a2a2a;
  min-height: 200px;
  width: 100%;
  position: relative;
  z-index: -2;
}

.font-blanco{
  color: #fff;
}

.padding-serv{
  padding-left: 10px;
}

.interlineado{
  line-height: 35px;
}

/******************************SERVICIOS**********************************/
.t-right-bottom-verd {
    border-color: transparent transparent transparent #cdf5b6 !important;

}
.t-left-bottom-verd {
  border-color: transparent transparent #cdf5b6 transparent !important;
}

#imgfondo-r{
height: 460px;
background-size: 50%;
background-position-y: right;
background-position-x:center;
background-repeat:no-repeat;
}

#imgfondo-l{
  height: 460px;
  background-size: 50%;
  background-position-y: left;
  background-position-x:center;
}

.Nservicios div.box:hover h2 {
    color: #71bf44;
    text-decoration: underline;
    transition: all .5s ease-in-out;
}

.Nservicios div.box:hover img {
  transform: scale(1.1);
  transition: all .5s ease-in-out;
}
