.noticia {
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}
.noticia a {
  text-decoration: none !important;
  transition: all ease-in-out 0.3s;
}
.noticia .marco-foto {
  border: 10px solid #fff;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 5px;
}
.noticia .marco-foto img {
  transition: all ease-in-out 1s;
}
.noticia .marco-foto .date {
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.44px;
  text-align: left;
  color: #fff;
  position: absolute;
  z-index: 3;
  background-color: #000;
  padding: 3px 10px;
  text-transform: uppercase;
}
.noticia .text-new {
  display: block;
  text-decoration: none;
  padding: 0 12px 24px;
}
.noticia .text-new .read-more-btn-em {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-right: 6px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #1c3560;
  letter-spacing: 0.75px;
  display: flex;
  align-items: center;
}
.noticia .text-new .read-more-btn-em img {
  transform: none;
  transition: all ease-in-out 1s;
  margin-bottom: 2px;
}
.noticia .text-new .read-more-btn-em .icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  line-height: 1;
}
.noticia .text-new .read-more-btn-em .icon img {
  width: 11px;
  height: 15px;
  vertical-align: middle;
}
.noticia .text-new .read-more-btn-em .icon .light {
  position: relative;
  z-index: 3;
}
.noticia .text-new .read-more-btn-em .icon .dark {
  position: absolute;
  z-index: 2;
  left: 0;
  opacity: 0;
}
.noticia .text-new h4,
.noticia .text-new .h4 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  color: #1c3560;
}

.noticia .text-new p {
  color: #1c3560;
  font-weight: 300;
}

.noticia .text-new .read-more-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.noticia .text-new .read-more-container .date {
  font-size: 16px;
  color: #1c3560;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0px;
}

@media (min-width: 1599px) {
  .noticia .text-new h4,
  .noticia .text-new .h4 {
    font-size: 22px;
  }
}

.noticia:hover .marco-foto img.img-fluid,
.noticia:hover .marco-foto img.img-left,
.noticia:hover .marco-foto img.img-right {
  transform: scale(1.15);
}
#last-news {
  background-image: url(/media/images/website/bg-noticias-home.jpg);
  background-size: cover;
  max-width: 2560px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  z-index: 0;
}
#last-news .read-more-btn {
  transition: all ease-in-out 0.3s;
}
#last-news .read-more-btn:hover {
  background-color: #fff;
  color: #000 !important;
  text-decoration: none;
}
#last-news .container {
  position: relative;
  z-index: 3;
}
#last-news:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 1280px) {
  #last-news {
    padding: 80px 0;
  }
}
#last-news .noticia {
  margin-top: 15px;
}

.page-news {
  padding-top: 30px;
}
.page-news .redes a {
  margin-right: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 1.8px;
  text-decoration: none;
}
.page-news .redes a.facebook {
  color: #0061a8;
}
.page-news .redes a.twitter {
  color: #0bd1f5;
}
.page-news .redes a.linkedin {
  color: #00497e;
}
.page-news .redes a.pinterest {
  color: #e60000;
}
.page-news .redes a i {
  font-size: 21px;
}

.page-news .sidebar-news .contact-form {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 30px;
  border-radius: 12px;
}

.page-news .sidebar-news .contact-form textarea {
  min-height: 125px;
}
.page-news .sidebar-news h2,
.page-news .sidebar-news .h2 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: left;
  color: #1c3560;
  text-transform: uppercase;
}
.page-news .sidebar-news .noticia {
  border: 0;
  box-shadow: none !important;
  background-color: transparent;
}
.page-news .sidebar-news .noticia a {
  text-decoration: none;
}
.page-news .sidebar-news .noticia h3,
.page-news .sidebar-news .noticia .h3 {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  color: #1c3560;
  transition: all ease-in-out 0.3s;
}
.page-news .sidebar-news .noticia h3:hover,
.page-news .sidebar-news .noticia .h3:hover {
  color: #767676;
}
.page-news .sidebar-news .noticia .date {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.93;
  letter-spacing: 2.25px;
  text-transform: uppercase;
  color: #000;
}
.page-news .sidebar-news .list-group .list-group-item {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 1.8px;
  padding-left: 2px;
  background-color: transparent;
  text-transform: uppercase;
  color: #9d9d9d;
  border: 0;
  transition: all ease-in-out 0.3s;
}
.page-news .sidebar-news .list-group .list-group-item:hover {
  color: #c0c522;
  font-weight: normal;
}
.page-news .sidebar-news .list-group .list-group-item.active {
  color: #1c3560;
  font-weight: normal;
}

.page-news .sidebar-news .noticia h3 {
  letter-spacing: 0px;
  font-size: 18px;
  font-weight: normal;
}

.page-news .sidebar-news .noticia .read-more-btn-em {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-right: 6px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #c0c522;
  letter-spacing: 0.75px;
  display: flex;
  align-items: center;
}
.page-news .sidebar-news .noticia .read-more-btn-em img {
  transform: none;
  transition: all ease-in-out 1s;
  margin-bottom: 2px;
}
.page-news .sidebar-news .noticia .read-more-btn-em .icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  line-height: 1;
}
.page-news .sidebar-news .noticia .read-more-btn-em img {
  width: 11px;
  height: 15px;
  vertical-align: middle;
}

.page-news .sidebar-news .back-button {
  text-transform: uppercase;
  text-decoration: none;
  color: #1c3560;
  font-size: 14px;
  letter-spacing: 0.7px;
  font-weight: 500;
}

.page-news .sidebar-news .back-button img {
  transform: rotate(90deg);
}
