/*Index y General*/
html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}

.site-logo img {
    width: 210px;
    height: auto;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* X Y blur color */
    /*border-radius: 8px; /* opcional, esquinas redondeadas */
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.8));

}

#masthead {
    padding-bottom: 0;
}

.partner-item {
    background-color: white;
    border-radius: 28px;
    max-width: 10em;
    max-height: 10em;
    overflow: hidden;
}

.rev-slidebg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
    z-index: 2;
    pointer-events: none;
}

.testi-item {
    background-color: rgba(65, 62, 62, 0.7);
    border-radius: 15px;
    height: 380px;
}

.item-details{
    min-height: 300px;
}

.latest-project-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; /* reparte los íconos con espacio */
  }
  /*Cambiar tamanio de iconos social network footer*/
  .latest-project {
    flex: 0 0 50%; 
    max-width: 50%;
    text-align: center;
    margin-bottom: 10px;
  }
  
  /* Ajuste en móviles */
  @media (max-width: 576px) {
    .latest-project {
      flex: 0 0 45%; 
      max-width: 45%;
    }
  
    .latest-project img {
      max-width: 110px; 
    }
  }

  .footer-sidebars{
    padding-bottom: 5px;
  }
  