/* Noticia */
.titulo {
  margin-top: 140px;
}

.titulo p {
  margin-top: 5px;
}

.border1 {
  width: 100%;
  height: 3px;
  background-image: linear-gradient(0.25turn, #ff0080, #fff922, #0a7400bb);
  margin: 0;
}

.noticia {
  margin: 50px;
}

.noticia img {
  width: auto;
  height: 350px;
  border-radius: 10px;
}

.subnoticias {
  margin-top: 70px;
}

.col-lg-7 {
  margin-left: -50px;
}

.destque h1 {
  color: #189247;
  margin-top: 50px;
  margin-left: 100px;
}

.destque a:hover {
  text-decoration: none;
  color: #40d600;
}

.destque p {
  color: #000000;
  margin-left: 100px;
  margin-top: 20px;
}

.col-lg-12 {
  margin-left: 50px;
  margin-bottom: 150px;
}

.col-lg-12 p {
  margin-top: -20px;
  margin-right: 150px;
}

.destque i {
  color: #189247;
  font-weight: 600;
}



@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,700);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

figure.snip1253 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 250px;
  max-width: 310px;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1253 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

figure.snip1253 .image {
  max-height: 220px;
  overflow: hidden;
}

figure.snip1253 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}

figure.snip1253 figcaption {
  margin: -40px 15px 0;
  padding: 15px;
  position: relative;
  background-color: #ffffff;
}

figure.snip1253 .date {
  background-color: #189247;
  top: 15px;
  color: #fff;
  left: 15px;
  min-height: 48px;
  min-width: 48px;
  position: absolute;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

figure.snip1253 .date span {
  display: block;
  line-height: 24px;
}

figure.snip1253 .date .month {
  font-size: 14px;
  background-color: #0000001a;
}

figure.snip1253 h5,
figure.snip1253 p {
  margin: 0;
  padding: 0;
}

figure.snip1253 h5 {
  min-height: 50px;
  margin-bottom: 10px;
  margin-left: 60px;
  display: inline-block;
  font-weight: 600;
  color: #00521e;
}

figure.snip1253 p {
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1.6em;
}

figure.snip1253 footer {
  padding: 0 25px;
  background-color: #12532b;
  color: #e6e6e6;
  font-size: 0.8em;
  line-height: 30px;
  text-align: left;
}

figure.snip1253 footer>div {
  display: inline-block;
  margin-left: 10px;
}

figure.snip1253 footer i {
  color: rgba(255, 255, 255, 0.445);
  margin-right: 5px;
}

figure.snip1253 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1253:hover img,
figure.snip1253.hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.col-lg-4 {
  margin-bottom: 100px;
}


/* Tela - Smartphone*/
@media screen and (max-width:768px) {
  .titulo p {
    margin-top: 5px;
    font-size: .8em;
  }

  .noticia {
    margin: 0;
  }

  .noticia img {
    width: auto;
    height: 350px;
    border-radius: 10px;
    margin-bottom: 30px;
  }

  .col-lg-7 {
    margin-left: 0;
  }

  .destque h1 {
    color: #189247;
    margin-top: 10px;
    margin-left: 0;
    font-size: 1.5em;
  }

  .destque a:hover {
    text-decoration: none;
    color: #40d600;
  }

  .destque p {
    color: #000000;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .col-lg-12 {
    margin-left: 0;
    margin-bottom: 150px;
  }

  .col-lg-12 p {
    margin-top: 25px;
    margin-right: 0;
  }

  figure.snip1253 {
    margin: 10px auto;
    min-width: 250px;
    max-width: 310px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
}
