.welcome {
    position: relative;
    z-index: 1;
    padding: 0 0 55px;
    text-align: center;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;    
}

.welcome-title {
    margin: 0 0 20px 0;
    font-weight: normal;
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 1em;
}

@media screen and (max-width: 768px) {
  .welcome-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.welcome-text {
  margin: 0 0 35px 0;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2em;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity= 60);
}
@media screen and (max-width: 768px) {
  .welcome-text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.welcome-play {
  position: relative;
  display: block;
  padding: 0;
  text-decoration: none;
}
.welcome-play:hover {
}

.welcome-social {
  display: table;
  margin: 0 auto;
}
.welcome-social:after {
  display: table;
  content: "";
  clear: both;
}

.welcome-social-item {
  float: left;
  width: 105px;
  margin: 0;
}
.welcome-social-item.welcome-social-item-facebook {
  margin-left: 10px;
}

.home-about .container{
  width: 980px;
}
@media screen and (max-width: 768px){
  .home-about .container{
    width: auto;
  }
}

.home-about-slogan {
  position: relative;
  float: left;
  margin: 0 0 0 20px;
  color: #fff;
  font-family: 'Istok Web', sans-serif, Arial, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  /*opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity= 90);*/
  
}
@media screen and (max-width: 768px) {
  .home-about-slogan {
    display: table;
    float: none;
    width: auto;
    margin: 0 auto 100px;
  }
}
.home-about-slogan span {
  /*opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity= 60);*/
}
.home-about-slogan strong {
  display: block;
  position: absolute;
  top: 45px;
  right: -40px;
  width: 202px;
  height: 90px;
  background: url(../../../images/site/mareg/sprites/sprite-que-funcionam-giz.png) -202px 0;
  text-indent: -999999px;
}
@media screen and (max-width: 768px) {
  .home-about-slogan strong {
    right: auto;
    left: 25px;
    top: 55px;
  }
}


  .solucoes_hidden strong{
      position:relative !important;
      display:initial !important;
      top:0 !important;
      right:0 !important;
      width:auto !important;
      height:auto !important;
      background:none !important;
  }

.home-about-text {
  float: right;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .home-about-text {
    float: none;
    width: auto;
  }
}

.home-clients-list {
  margin: 0;
  padding: 0;
}
.home-clients-list:after {
  display: table;
  content: "";
  clear: both;
}

.home-clients-list-item {
  position: relative;
  list-style: none;
  float: left;
  margin: 0px 5px 10px 5px; 
  width: 10%;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.home-clients-list-item:hover .home-clients-list-item-color {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity= 100);
  -moz-transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s;
}
.home-clients-list-item:hover .home-clients-list-item-pb {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity= 0);
  -moz-transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s;
}
@media screen and (max-width: 768px) {
  .home-clients-list-item {
    width: 50%;
  }
}

.home-clients-list-item-color, .home-clients-list-item-pb {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-clients-list-item-color {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity= 0);
  -moz-transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s;
}

.home-clients-list-item-pb {
  display: block;
  -moz-transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s;
}

.div_video{
    float: left;
    background: url(../../../images/site/mareg/ico_video.png);
    background-position: center top; background-repeat:no-repeat;
    width: 96px;
    padding-top:96px;
    text-align: center;
    font-family:"Istok Web";
    font-size:20px;
    line-height:120%;
    color:rgb(204,204,204);  
    margin-left: 3%;
}

.div_video:hover{
   color:#cccccc;
}


.div_grafico{
    float: left;
    background: url(../../../images/site/mareg/ico_grafico.png);
    background-position: center top; background-repeat:no-repeat;
    width: 170px;
    padding-top:96px;
    text-align: center;
    font-family:"Istok Web";
    font-size:20px;
    line-height:120%;
    color:rgb(204,204,204);
    margin-left: 10%;
}
.div_foto{
    float: left;
    background: url(../../../images/site/mareg/ico_fotografia.png);
    background-position: center top; background-repeat:no-repeat;
    width: 130px;
    padding-top:96px;
    text-align: center;
    font-family:"Istok Web";
    font-size:20px;
    line-height:120%;
    color:rgb(204,204,204);
    margin-left: 10%;
}
.div_publicacoes{
    float: left;
    background: url(../../../images/site/mareg/ico_publicacoes.png);
    background-position: center top; background-repeat:no-repeat;
    width: 130px;
    padding-top:96px;
    text-align: center;
    font-family:"Istok Web";
    font-size:20px;
    line-height:120%;
    color:rgb(204,204,204);
    margin-left: 10%;
}
