.itgreen{
  color:#1BBD36;
  font-style: italic;
}
.ushome{
  text-align: center;
  margin-bottom: 5px !important;
  color: #035BA9;
}
.arhome{
  color: #F9A100;
  font-weight: 550;
  font-size: 30px;
}
.navbar-brand { padding: 27px 15px 85px 15px !important; }
.histli li{
  color: black;
  font-size: 15px;
}
.plagas{
  padding: 0px !important;
  height: 285px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 5px -10px;
}
.telhead{
  position: absolute;
  font-weight: bold;
  font-size: 15px;
  top: 25px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.telhead:hover{
  color: #1bbd36;
  text-decoration: underline;
}
.plagas h1, .plagas h2{
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #000C;
  padding: 47% 0px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.plagas:hover h1, .plagas:hover h2{
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cnt{
  font-weight: 600;
}
.cnt:hover{
  text-decoration: underline;
  color: #035BA9;
}
