.projects .one-news {
  position: relative;
  text-decoration: none; }
  .projects .one-news:hover .text .text-inner {
    opacity: 1; }
  .projects .one-news .foto img {
    border-radius: 12px;
    width: 100%;
    aspect-ratio: 400 / 500;
    object-fit: cover; }
  .projects .one-news .text {
    width: 100%; }
    .projects .one-news .text .text-inner {
      padding: 20px;
      width: 100%;
      transition: opacity 0.3s ease;
      -webkit-transition: opacity 0.3s ease; }
      .projects .one-news .text .text-inner h3 {
        color: var(--primary-title);
        font-size: 20rem;
        margin-bottom: 20px;
        margin-top: 0;
        text-decoration: none;
        text-align: center; }
.projects .buttons {
  margin-top: 0;
  margin-bottom: 20px; }

.newsy .foto {
  position: relative;
  transition: 0.3s;
  overflow: hidden; }
  .newsy .foto:after {
    display: block;
    content: "";
    background-image: url("/img/arrow-news.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 36px;
    height: 36px;
    min-height: 36px;
    bottom: 30px;
    right: 30px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    z-index: 7; }
  .newsy .foto .image {
    margin: 0; }
  .newsy .foto img {
    aspect-ratio: 1 / 1;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    transition: 0.3s; }
.newsy .text {
  display: flex;
  width: 100%; }
.newsy .text-inner {
  flex: 1 1 50%;
  padding: 30px 25px; }
.newsy .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 85px;
  padding: 0 3px;
  background-color: var(--element1-color); }
  .newsy .date span {
    font-size: 20rem;
    letter-spacing: 3rem;
    color: var(--secondary-text);
    display: block;
    text-align: center; }
  .newsy .date strong {
    font-size: 25rem;
    letter-spacing: 0;
    padding-bottom: 10px;
    display: flex; }
.newsy h2 {
  font-weight: 700;
  font-size: 47rem;
  text-align: center;
  margin-bottom: 60px; }
.newsy h3 {
  color: var(--primary-title);
  font-size: 20rem;
  margin-bottom: 20px;
  margin-top: 0; }
.newsy p {
  border-left: 1px solid var(--transparent-color2);
  padding-left: 15px;
  font-size: 18rem;
  color: var(--transparent-color2);
  letter-spacing: 1px;
  text-align: left; }
.newsy .one-news {
  margin-bottom: 30px;
  text-decoration: none; }
  .newsy .one-news:hover .foto {
    filter: grayscale(0%); }
    .newsy .one-news:hover .foto:after {
      opacity: 1; }
.newsy .owl-item {
  padding: 10px; }

@media (max-width: 575.5px) {
  .newsy .owl-nav {
    display: none; }
  .newsy .date {
    min-width: 65px; }
    .newsy .date span {
      font-size: 18rem;
      letter-spacing: 1rem; }
    .newsy .date strong {
      font-size: 23rem;
      padding-bottom: 5px; }
  .newsy h3 {
    margin-top: 0;
    margin-bottom: 10px; }
  .newsy .text-inner {
    padding: 15px; }
  .newsy .one-news {
    margin-bottom: 15px; }

  .projects .one-news:last-child .text-inner {
    padding-bottom: 0; }
  .projects .one-news .foto img {
    width: 340px;
    max-width: 100%; }
  .projects .one-news .foto .image {
    display: flex;
    justify-content: center; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .newsy .date {
    min-width: 70px; }
    .newsy .date span {
      font-size: 18rem;
      letter-spacing: 2rem; }
    .newsy .date strong {
      font-size: 23rem;
      padding-bottom: 5px; }
  .newsy h3 {
    margin-top: 0;
    margin-bottom: 10px; }
  .newsy .text-inner {
    padding: 15px; }
  .newsy .one-news {
    margin-bottom: 15px; }

  .projects .one-news:last-child .text-inner {
    padding-bottom: 0; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .newsy .date {
    min-width: 70px; }
    .newsy .date span {
      font-size: 18rem;
      letter-spacing: 2rem; }
    .newsy .date strong {
      font-size: 23rem;
      padding-bottom: 5px; }
  .newsy h3 {
    margin-top: 0;
    margin-bottom: 10px; }
  .newsy .text-inner {
    padding: 15px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .newsy .text-inner {
    padding: 15px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .newsy .text-inner {
    padding: 15px; } }

/*# sourceMappingURL=news.css.map */
