@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

a {
  color: #4d4d4d;
  text-decoration: none;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
a:hover {
  color: #999999;
  text-decoration: none;
}

p {
  color: #747474;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #ffffff;
}

.slider-container {
  background: url(../images/bg-header2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin-bottom: 40px;
  padding: 40px 0 120px 0;
}

.texto-destaque p {
  color: #747474;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 20px;
}

.texto-destaque-plataformas p {
  color: #747474;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 20px;
}

.texto-destaque h1 {
  color: #303641;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 20px;
}

.portfolio-widget .portfolio-info h3 a {
  color: #303641;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  font-size: 20px;
}
.portfolio-widget .portfolio-info h3 a:hover {
  color: #999999;
}

.portfolio-widget .portfolio-info h3 {
  text-transform: none;
  margin-bottom: 20px;
}

.portfolio-item .categories a,
.gallery-item .categories a {
  color: #999999;
  font-size: 13px;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}

.portfolio-item h4 a.name,
.gallery-item h4 a.name {
  color: #303641;
  font-size: 15px;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}

.portfolio-item h4 a.name:hover,
.gallery-item h4 a.name:hover {
  color: #999999;
}

.portfolio-widget .portfolio-info p {
  margin-top: 10px;
  color: #747474;
}

.portfolio-item .categories,
.gallery-item .categories p {
  padding-top: 5px;
  color: #747474;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  font-size: 14px;
}


