/*  NEWS */
.news .title{
  margin-top:0.3em;
  font-size: 1.5rem;
}
.news .body-text {
  font-size:1rem;
}
.news span{
  background: #313c42;
  color:#fff;
  font-size: 1rem;
}
/*  HOME AUTOMETION  */
.home-autometion .title{
  margin-top:0.3em;
  font-size: 2rem;
}

.home-autometion .body-text {
  font-size:1rem;
}

/* ENERGY  */
.energy .title{
  margin-top:0.3em;
  font-size: 2rem;
}

.energy .body-text {
  font-size:1rem;
}
/* COMUNICATION  */
.comunication .title{
  margin-top:0.3em;
  font-size: 2rem;
}

.comunication .body-text {
  font-size:1rem;
}
/*  GENERIC */
.title-line h2{
  background: rgb(3, 11, 50);
  color:#ffffff;
  padding: 0.3rem;
  font-size: 1.4rem;
}

.title-line .featurette-divider{
  border-top: 3px solid rgb(3, 11, 50);
  margin: 0.2rem 0;
}

.btn-float{
  z-index: 1000;
  transition: width 0.5s;
  border-color: #fff;
  font-size: 2rem;
  width: 65px;
  height: 65px;
  bottom: 10px;
  right: 10px;
  color: #fff;
  background: #0f808a;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  position: fixed;
}
.btn-float span{
  display: none;
}
.btn-float:hover span{
  display: inline-block;
  font-size: 1.3rem;
  margin-right: 0.5rem;
}

.btn-float:hover{
  z-index: 1000;
  float: left;
  width: 175px;
  height: 65px;
  bottom: 10px;
  right: 10px;
  border-radius: 10px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  color:#fff;
}
